Searched refs:new_timeout_str (Results 1 – 1 of 1) sorted by relevance
1271 char *new_timeout_str; in PHP_FUNCTION() local1278 new_timeout_strlen = zend_spprintf(&new_timeout_str, 0, "%ld", new_timeout); in PHP_FUNCTION()1280 …if (zend_alter_ini_entry_ex("max_execution_time", sizeof("max_execution_time"), new_timeout_str, n… in PHP_FUNCTION()1285 efree(new_timeout_str); in PHP_FUNCTION()
Completed in 9 milliseconds