Home
last modified time | relevance | path

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

/PHP-7.4/main/
H A Dmain.c1575 char *new_timeout_str; in PHP_FUNCTION() local
1583 new_timeout_strlen = (int)zend_spprintf(&new_timeout_str, 0, ZEND_LONG_FMT, new_timeout); in PHP_FUNCTION()
1586 …if (zend_alter_ini_entry_chars_ex(key, new_timeout_str, new_timeout_strlen, PHP_INI_USER, PHP_INI_… in PHP_FUNCTION()
1592 efree(new_timeout_str); in PHP_FUNCTION()

Completed in 14 milliseconds