Lines Matching refs:new_value

101 	const zend_string *facility = new_value;  in PHP_INI_MH()
238 zend_long i = ZEND_ATOL(ZSTR_VAL(new_value)); in PHP_INI_MH()
251 zend_long i = ZEND_ATOL(ZSTR_VAL(new_value)); in PHP_INI_MH()
265 if (new_value) { in PHP_INI_MH()
266 value = zend_atol(ZSTR_VAL(new_value), ZSTR_LEN(new_value)); in PHP_INI_MH()
288 const zend_string *filter = new_value; in PHP_INI_MH()
400 EG(timeout_seconds) = ZEND_ATOL(ZSTR_VAL(new_value)); in PHP_INI_MH()
404 EG(timeout_seconds) = ZEND_ATOL(ZSTR_VAL(new_value)); in PHP_INI_MH()
454 PG(display_errors) = php_get_display_errors_mode(new_value); in PHP_INI_MH()
536 if (memchr(ZSTR_VAL(new_value), '\0', ZSTR_LEN(new_value)) in PHP_INI_MH()
537 || strpbrk(ZSTR_VAL(new_value), "\r\n")) { in PHP_INI_MH()
540 OnUpdateString(entry, new_value, mh_arg1, mh_arg2, mh_arg3, stage); in PHP_INI_MH()
544 if (new_value) { in PHP_INI_MH()
546 php_win32_cp_do_update(ZSTR_VAL(new_value)); in PHP_INI_MH()
556 if (memchr(ZSTR_VAL(new_value), '\0', ZSTR_LEN(new_value)) in PHP_INI_MH()
557 || strpbrk(ZSTR_VAL(new_value), "\r\n")) { in PHP_INI_MH()
560 return OnUpdateString(entry, new_value, mh_arg1, mh_arg2, mh_arg3, stage); in PHP_INI_MH()
567 OnUpdateString(entry, new_value, mh_arg1, mh_arg2, mh_arg3, stage); in PHP_INI_MH()
571 if (new_value) { in PHP_INI_MH()
573 php_win32_cp_do_update(ZSTR_VAL(new_value)); in PHP_INI_MH()
583 OnUpdateString(entry, new_value, mh_arg1, mh_arg2, mh_arg3, stage); in PHP_INI_MH()
587 if (new_value) { in PHP_INI_MH()
599 OnUpdateString(entry, new_value, mh_arg1, mh_arg2, mh_arg3, stage); in PHP_INI_MH()
603 if (new_value) { in PHP_INI_MH()
617 new_value && zend_string_equals_literal(new_value, "syslog")) { in PHP_INI_MH()
618 if (PG(open_basedir) && php_check_open_basedir(ZSTR_VAL(new_value))) { in PHP_INI_MH()
622 OnUpdateString(entry, new_value, mh_arg1, mh_arg2, mh_arg3, stage); in PHP_INI_MH()
631 if ((stage == PHP_INI_STAGE_RUNTIME || stage == PHP_INI_STAGE_HTACCESS) && new_value) { in PHP_INI_MH()
632 if (PG(open_basedir) && php_check_open_basedir(ZSTR_VAL(new_value))) { in PHP_INI_MH()
636 OnUpdateString(entry, new_value, mh_arg1, mh_arg2, mh_arg3, stage); in PHP_INI_MH()