Home
last modified time | relevance | path

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

/PHP-7.1/Zend/
H A Dzend.h263 extern ZEND_API void (*zend_on_timeout)(int seconds);
H A Dzend.c62 void (*zend_on_timeout)(int seconds); variable
691 zend_on_timeout = utility_functions->on_timeout; in zend_startup()
H A Dzend_execute_API.c1237 if (zend_on_timeout) { in zend_timeout_handler()
1247 zend_on_timeout(EG(timeout_seconds)); in zend_timeout_handler()

Completed in 14 milliseconds