![]() ![]() | ![]() |
1.1 ! misho 1: --TEST-- ! 2: Bug #36071 (Engine Crash related with 'clone') ! 3: --INI-- ! 4: error_reporting=4095 ! 5: --FILE-- ! 6: <?php ! 7: $a = clone 0; ! 8: $a[0]->b = 0; ! 9: ?> ! 10: --EXPECTF-- ! 11: Fatal error: __clone method called on non-object in %sbug36071.php on line 2