summaryrefslogtreecommitdiff
path: root/Zend/tests/bug42818.phpt
blob: ea83ced5fc905f0e3e27d77ffe64bb5155af5df6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
--TEST--
Bug #42818 ($foo = clone(array()); leaks memory)
--FILE--
<?php
$foo = clone(array());
?>
--EXPECTF--
Fatal error: Uncaught exception 'EngineException' with message '__clone method called on non-object' in %sbug42818.php:2
Stack trace:
#0 {main}
  thrown in %sbug42818.php on line 2