Searched refs:zend_accel_schedule_restart_hook (Results 1 – 3 of 3) sorted by relevance
380 extern ZEND_API void (*zend_accel_schedule_restart_hook)(int reason);
97 ZEND_API void (*zend_accel_schedule_restart_hook)(int reason) = NULL; variable
3435 if (UNEXPECTED(zend_accel_schedule_restart_hook)) {3436 zend_accel_schedule_restart_hook(reason);
Completed in 50 milliseconds