--TEST-- Bug #71859 (zend_objects_store_call_destructors operates on realloced memory, crashing) --FILE-- a = $a; // Create some objects so zend_objects_store_call_destructors has something // to do after constructs_in_destructor is destroyed. for ($i = 0; $i < 200; ++$i) { $GLOBALS["b$i"] = new stdClass; } ?> okey --EXPECT-- okey