php-src/Zend/tests/bug36071.phpt
2012-10-10 10:27:49 +08:00

11 lines
219 B
PHP

--TEST--
Bug #36071 (Engine Crash related with 'clone')
--INI--
error_reporting=4095
--FILE--
<?php
$a = clone 0;
$a[0]->b = 0;
?>
--EXPECTF--
Fatal error: __clone method called on non-object in %sbug36071.php on line 2