Home
last modified time | relevance | path

Searched refs:zend_post_startup_cb (Results 1 – 3 of 3) sorted by relevance

/PHP-7.4/Zend/
H A Dzend.c82 ZEND_API int (*zend_post_startup_cb)(void) = NULL; variable
1005 if (zend_post_startup_cb) { in zend_post_startup()
1006 int (*cb)(void) = zend_post_startup_cb; in zend_post_startup()
1008 zend_post_startup_cb = NULL; in zend_post_startup()
H A Dzend.h292 extern ZEND_API int (*zend_post_startup_cb)(void);
/PHP-7.4/ext/opcache/
H A DZendAccelerator.c2920 orig_post_startup_cb = zend_post_startup_cb; in accel_startup()
2921 zend_post_startup_cb = accel_post_startup; in accel_startup()

Completed in 23 milliseconds