Home
last modified time | relevance | path

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

/PHP-7.4/main/
H A Dmain.c1574 zend_long new_timeout; in PHP_FUNCTION() local
1579 if (zend_parse_parameters(ZEND_NUM_ARGS(), "l", &new_timeout) == FAILURE) { in PHP_FUNCTION()
1583 new_timeout_strlen = (int)zend_spprintf(&new_timeout_str, 0, ZEND_LONG_FMT, new_timeout); in PHP_FUNCTION()

Completed in 10 milliseconds