Home
last modified time | relevance | path

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

/PHP-5.5/sapi/fpm/fpm/
H A Dzlog.c92 int old_value = zlog_level; in zlog_set_level() local
94 if (new_value < ZLOG_DEBUG || new_value > ZLOG_ALERT) return old_value; in zlog_set_level()
97 return old_value; in zlog_set_level()
/PHP-5.5/sapi/apache_hooks/
H A Dphp_apache.c211 char *old_value, *new_value = NULL; in apache_request_string_slot() local
222 old_value = *target; in apache_request_string_slot()
228 if (old_value) { in apache_request_string_slot()
229 RETURN_STRING(old_value, 1); in apache_request_string_slot()
262 long old_value, new_value; in apache_request_int_slot() local
272 old_value = *target; in apache_request_int_slot()
285 RETURN_LONG(old_value); in apache_request_int_slot()
/PHP-5.5/ext/standard/
H A Dbasic_functions.c5441 char *old_value; local
5447 old_value = zend_ini_string(varname, varname_len + 1, 0);
5450 if (old_value) {
5451 RETVAL_STRING(old_value, 1);
5500 char *old_value; local
5506 old_value = zend_ini_string("include_path", sizeof("include_path"), 0);
5508 if (old_value) {
5509 RETVAL_STRING(old_value, 1);

Completed in 31 milliseconds