Searched refs:old_value (Results 1 – 2 of 2) sorted by relevance
93 int old_value = zlog_level; in zlog_set_level() local95 if (new_value < ZLOG_DEBUG || new_value > ZLOG_ALERT) return old_value; in zlog_set_level()98 return old_value; in zlog_set_level()
5354 char *old_value; local5360 old_value = zend_ini_string(ZSTR_VAL(varname), (int)ZSTR_LEN(varname), 0);5363 if (old_value) {5364 RETVAL_STRING(old_value);5411 char *old_value; local5418 old_value = zend_ini_string("include_path", sizeof("include_path") - 1, 0);5420 if (old_value) {5421 RETVAL_STRING(old_value);
Completed in 15 milliseconds