Searched refs:zend_objects_store_call_destructors (Results 1 – 5 of 5) sorted by relevance
2 Bug #71859 (zend_objects_store_call_destructors operates on realloced memory, crashing)7 //We are now in zend_objects_store_call_destructors12 //Returns to zend_objects_store_call_destructors, to access freed memory.17 //Create cycle so destructors are ran only in zend_objects_store_call_destructors20 // Create some objects so zend_objects_store_call_destructors has something
53 ZEND_API void zend_objects_store_call_destructors(zend_objects_store *objects);
44 ZEND_API void zend_objects_store_call_destructors(zend_objects_store *objects) in zend_objects_store_call_destructors() function
244 zend_objects_store_call_destructors(&EG(objects_store)); in shutdown_destructors()
2938 . Fixed Bug #71859 (zend_objects_store_call_destructors operates on realloced
Completed in 23 milliseconds