Lines Matching refs:new_value

102 	const char *facility = ZSTR_VAL(new_value);  in PHP_INI_MH()
240 ZEND_ATOL(i, ZSTR_VAL(new_value)); in PHP_INI_MH()
255 ZEND_ATOL(i, ZSTR_VAL(new_value)); in PHP_INI_MH()
269 if (new_value) { in PHP_INI_MH()
270 value = zend_atol(ZSTR_VAL(new_value), ZSTR_LEN(new_value)); in PHP_INI_MH()
292 const char *filter = ZSTR_VAL(new_value); in PHP_INI_MH()
404 ZEND_ATOL(EG(timeout_seconds), ZSTR_VAL(new_value)); in PHP_INI_MH()
408 ZEND_ATOL(EG(timeout_seconds), ZSTR_VAL(new_value)); in PHP_INI_MH()
455 PG(display_errors) = php_get_display_errors_mode(ZSTR_VAL(new_value), ZSTR_LEN(new_value)); in PHP_INI_MH()
541 if (memchr(ZSTR_VAL(new_value), '\0', ZSTR_LEN(new_value)) in PHP_INI_MH()
542 || strpbrk(ZSTR_VAL(new_value), "\r\n")) { in PHP_INI_MH()
545 OnUpdateString(entry, new_value, mh_arg1, mh_arg2, mh_arg3, stage); in PHP_INI_MH()
549 if (new_value) { in PHP_INI_MH()
551 php_win32_cp_do_update(ZSTR_VAL(new_value)); in PHP_INI_MH()
561 if (memchr(ZSTR_VAL(new_value), '\0', ZSTR_LEN(new_value)) in PHP_INI_MH()
562 || strpbrk(ZSTR_VAL(new_value), "\r\n")) { in PHP_INI_MH()
565 return OnUpdateString(entry, new_value, mh_arg1, mh_arg2, mh_arg3, stage); in PHP_INI_MH()
572 OnUpdateString(entry, new_value, mh_arg1, mh_arg2, mh_arg3, stage); in PHP_INI_MH()
576 if (new_value) { in PHP_INI_MH()
578 php_win32_cp_do_update(ZSTR_VAL(new_value)); in PHP_INI_MH()
588 OnUpdateString(entry, new_value, mh_arg1, mh_arg2, mh_arg3, stage); in PHP_INI_MH()
592 if (new_value) { in PHP_INI_MH()
604 OnUpdateString(entry, new_value, mh_arg1, mh_arg2, mh_arg3, stage); in PHP_INI_MH()
608 if (new_value) { in PHP_INI_MH()
621 …INI_STAGE_RUNTIME || stage == PHP_INI_STAGE_HTACCESS) && new_value && strcmp(ZSTR_VAL(new_value), … in PHP_INI_MH()
622 if (PG(open_basedir) && php_check_open_basedir(ZSTR_VAL(new_value))) { in PHP_INI_MH()
626 OnUpdateString(entry, new_value, mh_arg1, mh_arg2, mh_arg3, stage); in PHP_INI_MH()
635 if ((stage == PHP_INI_STAGE_RUNTIME || stage == PHP_INI_STAGE_HTACCESS) && new_value) { in PHP_INI_MH()
636 if (PG(open_basedir) && php_check_open_basedir(ZSTR_VAL(new_value))) { in PHP_INI_MH()
640 OnUpdateString(entry, new_value, mh_arg1, mh_arg2, mh_arg3, stage); in PHP_INI_MH()