php-src/Zend/tests/clone_001.phpt

14 lines
256 B
Plaintext
Raw Normal View History

2008-05-11 22:44:10 +00:00
--TEST--
Using clone statement on non-object
--FILE--
<?php
$a = clone array();
?>
--EXPECTF--
Fatal error: Uncaught exception 'EngineException' with message '__clone method called on non-object' in %s:%d
Stack trace:
#0 {main}
thrown in %s on line %d