Home
last modified time | relevance | path

Searched refs:hard_timeout (Results 1 – 6 of 6) sorted by relevance

/PHP-8.2/tests/lang/
H A D045.phpt6 if (PHP_ZTS) die("skip hard_timeout works only on no-zts builds");
9 hard_timeout=1
/PHP-8.2/Zend/tests/
H A Dbug74093.phpt12 hard_timeout=1
/PHP-8.2/Zend/
H A Dzend_globals.h197 zend_long hard_timeout; member
H A Dzend_execute_API.c1370 if (EG(hard_timeout) > 0) { in zend_timeout()
1372 zend_set_timeout_ex(EG(hard_timeout), 1); in zend_timeout()
1374 EG(hard_timeout) = 0; in zend_timeout()
1432 …ds exceeded (terminated) in %s on line %d\n", EG(timeout_seconds), EG(hard_timeout), error_filenam… in zend_timeout_handler()
1448 if (EG(hard_timeout) > 0) { in zend_timeout_handler()
1450 zend_set_timeout_ex(EG(hard_timeout), 1); in zend_timeout_handler()
/PHP-8.2/
H A DUPGRADING479 . hard_timeout
/PHP-8.2/main/
H A Dmain.c762 …STD_PHP_INI_ENTRY("hard_timeout", "2", PHP_INI_SYSTEM, OnUpdateLong, hard_timeout, zend_exe…

Completed in 27 milliseconds