Home
last modified time | relevance | path

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

/php-src/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-src/ext/pcre/tests/
H A Dgh15205_1.phpt2 GH-15205: UAF when destroying RegexIterator after pcre request shutdown
H A Dgh15205_2.phpt2 GH-15205: UAF when destroying stream after pcre request shutdown
/php-src/ext/xmlwriter/tests/
H A Dxmlwriter_toStream_normal_usage.phpt19 // Force destroying the held stream
/php-src/Zend/
H A Dzend_observer.h164 typedef void (*zend_observer_fiber_destroy_handler)(zend_fiber_context *destroying);
172 ZEND_API void ZEND_FASTCALL zend_observer_fiber_destroy_notify(zend_fiber_context *destroying);
H A Dzend_observer.c427 ZEND_API void ZEND_FASTCALL zend_observer_fiber_destroy_notify(zend_fiber_context *destroying) in zend_observer_fiber_destroy_notify() argument
434 callback(destroying); in zend_observer_fiber_destroy_notify()
/php-src/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()

Completed in 16 milliseconds