
| Path : /usr/src/php/Zend/tests/ |
| Current File : //usr/src/php/Zend/tests/bug42818.phpt |
--TEST-- Bug #42818 ($foo = clone(array()); leaks memory) --FILE-- <?php $foo = clone(array()); ?> --EXPECTF-- Fatal error: __clone method called on non-object in %sbug42818.php on line 2