php-src/Zend/tests/clone_003.phpt
2020-03-31 13:02:32 +02:00

16 lines
272 B
PHP

--TEST--
Using clone statement on undefined variable
--FILE--
<?php
$a = clone $b;
?>
--EXPECTF--
Warning: Undefined variable $b in %s on line %d
Fatal error: Uncaught Error: __clone method called on non-object in %s:%d
Stack trace:
#0 {main}
thrown in %s on line %d