Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 122 Bytes

InvalidClone.md

File metadata and controls

10 lines (7 loc) · 122 Bytes

InvalidClone

Emitted when trying to clone a value that's not cloneable

<?php

$a = "hello";
$b = clone $a;