Home
last modified time | relevance | path

Searched refs:zend_objects_store_call_destructors (Results 1 – 5 of 5) sorted by relevance

/PHP-7.1/Zend/tests/
H A Dbug71859.phpt2 Bug #71859 (zend_objects_store_call_destructors operates on realloced memory, crashing)
7 //We are now in zend_objects_store_call_destructors
12 //Returns to zend_objects_store_call_destructors, to access freed memory.
17 //Create cycle so destructors are ran only in zend_objects_store_call_destructors
20 // Create some objects so zend_objects_store_call_destructors has something
/PHP-7.1/Zend/
H A Dzend_objects_API.h53 ZEND_API void zend_objects_store_call_destructors(zend_objects_store *objects);
H A Dzend_objects_API.c44 ZEND_API void zend_objects_store_call_destructors(zend_objects_store *objects) in zend_objects_store_call_destructors() function
H A Dzend_execute_API.c244 zend_objects_store_call_destructors(&EG(objects_store)); in shutdown_destructors()
/PHP-7.1/
H A DNEWS2938 . Fixed Bug #71859 (zend_objects_store_call_destructors operates on realloced

Completed in 24 milliseconds