new_timeout_strlen 1359 main/main.c    	int new_timeout_strlen;
new_timeout_strlen 1365 main/main.c    	new_timeout_strlen = zend_spprintf(&new_timeout_str, 0, "%ld", new_timeout);
new_timeout_strlen 1367 main/main.c    	if (zend_alter_ini_entry_ex("max_execution_time", sizeof("max_execution_time"), new_timeout_str, new_timeout_strlen, PHP_INI_USER, PHP_INI_STAGE_RUNTIME, 0 TSRMLS_CC) == SUCCESS) {