Home
last modified time | relevance | path

Searched refs:destroying (Results 1 – 9 of 9) sorted by relevance

/PHP-8.2/ext/zend_test/tests/
H A Dobserver_fiber_05.phpt49 <destroying '%s'>
51 <destroying '%s'>
H A Dobserver_fiber_02.phpt30 <destroying '%s'>
H A Dobserver_fiber_functions_02.phpt48 <destroying '%s'>
H A Dobserver_fiber_04.phpt52 <destroying '%s'>
/PHP-8.2/Zend/
H A Dzend_observer.h118 typedef void (*zend_observer_fiber_destroy_handler)(zend_fiber_context *destroying);
126 ZEND_API void ZEND_FASTCALL zend_observer_fiber_destroy_notify(zend_fiber_context *destroying);
H A Dzend_observer.c395 ZEND_API void ZEND_FASTCALL zend_observer_fiber_destroy_notify(zend_fiber_context *destroying) in zend_observer_fiber_destroy_notify() argument
402 callback(destroying); in zend_observer_fiber_destroy_notify()
/PHP-8.2/ext/oci8/tests/
H A Ddescriptors.phpt2 commit connection after destroying the descriptor
/PHP-8.2/ext/zend_test/
H A Dobserver.c214 static void fiber_destroy_observer(zend_fiber_context *destroying) { in fiber_destroy_observer() argument
216 php_printf("<!-- destroy: %p -->\n", destroying); in fiber_destroy_observer()
/PHP-8.2/
H A DNEWS124 . Fixed bug GH-15108 (Segfault when destroying generator during shutdown).

Completed in 14 milliseconds