Home
last modified time | relevance | path

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

/PHP-8.2/Zend/
H A Dzend.h335 extern ZEND_API void (*zend_on_timeout)(int seconds);
H A Dzend.c99 void (*zend_on_timeout)(int seconds); variable
930 zend_on_timeout = utility_functions->on_timeout; in zend_startup()
H A Dzend_execute_API.c1470 if (zend_on_timeout) { in zend_timeout_handler()
1471 zend_on_timeout(EG(timeout_seconds)); in zend_timeout_handler()

Completed in 22 milliseconds