Home
last modified time | relevance | path

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

/php-src/Zend/
H A Dzend.h346 extern ZEND_API void (*zend_post_shutdown_cb)(void);
H A Dzend.c96 ZEND_API void (*zend_post_shutdown_cb)(void) = NULL; variable
/php-src/main/
H A Dmain.c2408 if (zend_post_shutdown_cb) { in php_module_shutdown()
2409 void (*cb)(void) = zend_post_shutdown_cb; in php_module_shutdown()
2411 zend_post_shutdown_cb = NULL; in php_module_shutdown()
/php-src/ext/opcache/
H A DZendAccelerator.c3389 orig_post_shutdown_cb = zend_post_shutdown_cb;
3390 zend_post_shutdown_cb = accel_post_shutdown;

Completed in 46 milliseconds