Searched refs:zend_post_shutdown_cb (Results 1 – 4 of 4) sorted by relevance
378 extern ZEND_API void (*zend_post_shutdown_cb)(void);
96 ZEND_API void (*zend_post_shutdown_cb)(void) = NULL; variable
2475 if (zend_post_shutdown_cb) { in php_module_shutdown()2476 void (*cb)(void) = zend_post_shutdown_cb; in php_module_shutdown()2478 zend_post_shutdown_cb = NULL; in php_module_shutdown()
3409 orig_post_shutdown_cb = zend_post_shutdown_cb;3410 zend_post_shutdown_cb = accel_post_shutdown;
Completed in 35 milliseconds