Home
last modified time | relevance | path

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

/PHP-5.4/main/
H A Dmain.c1270 long new_timeout; in PHP_FUNCTION() local
1274 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "l", &new_timeout) == FAILURE) { in PHP_FUNCTION()
1278 new_timeout_strlen = zend_spprintf(&new_timeout_str, 0, "%ld", new_timeout); in PHP_FUNCTION()

Completed in 14 milliseconds