Home
last modified time | relevance | path

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

/PHP-7.4/Zend/
H A Dzend.h293 extern ZEND_API void (*zend_post_shutdown_cb)(void);
H A Dzend.c83 ZEND_API void (*zend_post_shutdown_cb)(void) = NULL; variable
/PHP-7.4/main/
H A Dmain.c2562 if (zend_post_shutdown_cb) { in php_module_shutdown()
2563 void (*cb)(void) = zend_post_shutdown_cb; in php_module_shutdown()
2565 zend_post_shutdown_cb = NULL; in php_module_shutdown()
/PHP-7.4/ext/opcache/
H A DZendAccelerator.c3099 orig_post_shutdown_cb = zend_post_shutdown_cb; in accel_shutdown()
3100 zend_post_shutdown_cb = accel_post_shutdown; in accel_shutdown()

Completed in 39 milliseconds