|
|
|
@ -2,6 +2,7 @@ |
|
|
|
Bug #31828 (Crash with zend.ze1_compatibility_mode=On) |
|
|
|
--INI-- |
|
|
|
zend.ze1_compatibility_mode=on |
|
|
|
error_reporting=4095 |
|
|
|
--FILE-- |
|
|
|
<?php |
|
|
|
$o = new stdClass(); |
|
|
|
@ -11,7 +12,12 @@ $a[] = $o; |
|
|
|
$a = $a[0]; |
|
|
|
print_r($a); |
|
|
|
?> |
|
|
|
--EXPECT-- |
|
|
|
--EXPECTF-- |
|
|
|
Strict Standards: Implicit cloning object of class 'stdClass' because of 'zend.ze1_compatibility_mode' in %sbug31828.php on line 2 |
|
|
|
|
|
|
|
Strict Standards: Implicit cloning object of class 'stdClass' because of 'zend.ze1_compatibility_mode' in %sbug31828.php on line 5 |
|
|
|
|
|
|
|
Strict Standards: Implicit cloning object of class 'stdClass' because of 'zend.ze1_compatibility_mode' in %sbug31828.php on line 6 |
|
|
|
stdClass Object |
|
|
|
( |
|
|
|
[id] => 77 |
|
|
|
|