Home
last modified time | relevance | path

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

/PHP-8.0/Zend/
H A Dzend.h294 extern ZEND_API void (*zend_post_shutdown_cb)(void);
H A Dzend.c85 ZEND_API void (*zend_post_shutdown_cb)(void) = NULL; variable
/PHP-8.0/main/
H A Dmain.c2446 if (zend_post_shutdown_cb) { in php_module_shutdown()
2447 void (*cb)(void) = zend_post_shutdown_cb; in php_module_shutdown()
2449 zend_post_shutdown_cb = NULL; in php_module_shutdown()
/PHP-8.0/ext/opcache/
H A DZendAccelerator.c3179 orig_post_shutdown_cb = zend_post_shutdown_cb;
3180 zend_post_shutdown_cb = accel_post_shutdown;

Completed in 48 milliseconds