Lines Matching refs:new_value
154 const zend_string *facility = new_value; in PHP_INI_MH()
291 zend_long i = ZEND_ATOL(ZSTR_VAL(new_value)); in PHP_INI_MH()
304 zend_long i = ZEND_ATOL(ZSTR_VAL(new_value)); in PHP_INI_MH()
318 if (new_value) { in PHP_INI_MH()
319 value = zend_ini_parse_uquantity_warn(new_value, entry->name); in PHP_INI_MH()
341 const zend_string *filter = new_value; in PHP_INI_MH()
453 EG(timeout_seconds) = ZEND_ATOL(ZSTR_VAL(new_value)); in PHP_INI_MH()
457 EG(timeout_seconds) = ZEND_ATOL(ZSTR_VAL(new_value)); in PHP_INI_MH()
507 PG(display_errors) = php_get_display_errors_mode(new_value); in PHP_INI_MH()
589 if (memchr(ZSTR_VAL(new_value), '\0', ZSTR_LEN(new_value)) in PHP_INI_MH()
590 || strpbrk(ZSTR_VAL(new_value), "\r\n")) { in PHP_INI_MH()
593 OnUpdateString(entry, new_value, mh_arg1, mh_arg2, mh_arg3, stage); in PHP_INI_MH()
597 if (new_value) { in PHP_INI_MH()
599 php_win32_cp_do_update(ZSTR_VAL(new_value)); in PHP_INI_MH()
609 if (memchr(ZSTR_VAL(new_value), '\0', ZSTR_LEN(new_value)) in PHP_INI_MH()
610 || strpbrk(ZSTR_VAL(new_value), "\r\n")) { in PHP_INI_MH()
613 return OnUpdateString(entry, new_value, mh_arg1, mh_arg2, mh_arg3, stage); in PHP_INI_MH()
620 OnUpdateString(entry, new_value, mh_arg1, mh_arg2, mh_arg3, stage); in PHP_INI_MH()
624 if (new_value) { in PHP_INI_MH()
626 php_win32_cp_do_update(ZSTR_VAL(new_value)); in PHP_INI_MH()
636 OnUpdateString(entry, new_value, mh_arg1, mh_arg2, mh_arg3, stage); in PHP_INI_MH()
640 if (new_value) { in PHP_INI_MH()
652 OnUpdateString(entry, new_value, mh_arg1, mh_arg2, mh_arg3, stage); in PHP_INI_MH()
656 if (new_value) { in PHP_INI_MH()
670 new_value && zend_string_equals_literal(new_value, "syslog")) { in PHP_INI_MH()
671 if (PG(open_basedir) && php_check_open_basedir(ZSTR_VAL(new_value))) { in PHP_INI_MH()
675 OnUpdateString(entry, new_value, mh_arg1, mh_arg2, mh_arg3, stage); in PHP_INI_MH()
684 if ((stage == PHP_INI_STAGE_RUNTIME || stage == PHP_INI_STAGE_HTACCESS) && new_value) { in PHP_INI_MH()
685 if (PG(open_basedir) && php_check_open_basedir(ZSTR_VAL(new_value))) { in PHP_INI_MH()
689 OnUpdateString(entry, new_value, mh_arg1, mh_arg2, mh_arg3, stage); in PHP_INI_MH()
698 if (new_value && ZSTR_LEN(new_value) != strlen(ZSTR_VAL(new_value))) { in PHP_INI_MH()