Home
last modified time | relevance | path

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

/PHP-7.3/Zend/
H A Dzend_globals.h198 zend_long timeout_seconds; member
H A Dzend_execute_API.c1100 …xecution time of " ZEND_LONG_FMT " second%s exceeded", EG(timeout_seconds), EG(timeout_seconds) ==… in zend_timeout()
1131 …END_LONG_FMT " seconds exceeded (terminated) in %s on line %d\n", EG(timeout_seconds), EG(hard_tim… in zend_timeout_handler()
1149 zend_on_timeout(EG(timeout_seconds)); in zend_timeout_handler()
1264 EG(timeout_seconds) = seconds; in zend_set_timeout()
1285 if (EG(timeout_seconds)) { in zend_unset_timeout()
/PHP-7.3/main/
H A Dmain.c488 ZEND_ATOL(EG(timeout_seconds), ZSTR_VAL(new_value)); in PHP_INI_MH()
492 ZEND_ATOL(EG(timeout_seconds), ZSTR_VAL(new_value)); in PHP_INI_MH()
493 zend_set_timeout(EG(timeout_seconds), 0); in PHP_INI_MH()
1797 zend_set_timeout(EG(timeout_seconds), 1); in php_request_startup()

Completed in 38 milliseconds