Home
last modified time | relevance | path

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

/PHP-7.4/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.4/Zend/
H A Dzend_objects_API.h55 ZEND_API void ZEND_FASTCALL zend_objects_store_call_destructors(zend_objects_store *objects);
H A Dzend_objects_API.c42 ZEND_API void ZEND_FASTCALL zend_objects_store_call_destructors(zend_objects_store *objects) in zend_objects_store_call_destructors() function
H A Dzend_execute_API.c247 zend_objects_store_call_destructors(&EG(objects_store)); in shutdown_destructors()

Completed in 11 milliseconds