Home
last modified time | relevance | path

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

/PHP-8.4/Zend/
H A Dzend.h380 extern ZEND_API void (*zend_accel_schedule_restart_hook)(int reason);
H A Dzend.c97 ZEND_API void (*zend_accel_schedule_restart_hook)(int reason) = NULL; variable
/PHP-8.4/ext/opcache/
H A DZendAccelerator.c3435 if (UNEXPECTED(zend_accel_schedule_restart_hook)) {
3436 zend_accel_schedule_restart_hook(reason);

Completed in 50 milliseconds