Lines Matching refs:new_value

112 	const zend_string *facility = new_value;  in PHP_INI_MH()
249 zend_long i = ZEND_ATOL(ZSTR_VAL(new_value)); in PHP_INI_MH()
262 zend_long i = ZEND_ATOL(ZSTR_VAL(new_value)); in PHP_INI_MH()
276 if (new_value) { in PHP_INI_MH()
277 value = zend_ini_parse_uquantity_warn(new_value, entry->name); in PHP_INI_MH()
299 const zend_string *filter = new_value; in PHP_INI_MH()
411 EG(timeout_seconds) = ZEND_ATOL(ZSTR_VAL(new_value)); in PHP_INI_MH()
415 EG(timeout_seconds) = ZEND_ATOL(ZSTR_VAL(new_value)); in PHP_INI_MH()
465 PG(display_errors) = php_get_display_errors_mode(new_value); in PHP_INI_MH()
547 if (memchr(ZSTR_VAL(new_value), '\0', ZSTR_LEN(new_value)) in PHP_INI_MH()
548 || strpbrk(ZSTR_VAL(new_value), "\r\n")) { in PHP_INI_MH()
551 OnUpdateString(entry, new_value, mh_arg1, mh_arg2, mh_arg3, stage); in PHP_INI_MH()
555 if (new_value) { in PHP_INI_MH()
557 php_win32_cp_do_update(ZSTR_VAL(new_value)); in PHP_INI_MH()
567 if (memchr(ZSTR_VAL(new_value), '\0', ZSTR_LEN(new_value)) in PHP_INI_MH()
568 || strpbrk(ZSTR_VAL(new_value), "\r\n")) { in PHP_INI_MH()
571 return OnUpdateString(entry, new_value, mh_arg1, mh_arg2, mh_arg3, stage); in PHP_INI_MH()
578 OnUpdateString(entry, new_value, mh_arg1, mh_arg2, mh_arg3, stage); in PHP_INI_MH()
582 if (new_value) { in PHP_INI_MH()
584 php_win32_cp_do_update(ZSTR_VAL(new_value)); in PHP_INI_MH()
594 OnUpdateString(entry, new_value, mh_arg1, mh_arg2, mh_arg3, stage); in PHP_INI_MH()
598 if (new_value) { in PHP_INI_MH()
610 OnUpdateString(entry, new_value, mh_arg1, mh_arg2, mh_arg3, stage); in PHP_INI_MH()
614 if (new_value) { in PHP_INI_MH()
628 new_value && zend_string_equals_literal(new_value, "syslog")) { in PHP_INI_MH()
629 if (PG(open_basedir) && php_check_open_basedir(ZSTR_VAL(new_value))) { in PHP_INI_MH()
633 OnUpdateString(entry, new_value, mh_arg1, mh_arg2, mh_arg3, stage); in PHP_INI_MH()
642 if ((stage == PHP_INI_STAGE_RUNTIME || stage == PHP_INI_STAGE_HTACCESS) && new_value) { in PHP_INI_MH()
643 if (PG(open_basedir) && php_check_open_basedir(ZSTR_VAL(new_value))) { in PHP_INI_MH()
647 OnUpdateString(entry, new_value, mh_arg1, mh_arg2, mh_arg3, stage); in PHP_INI_MH()