Lines Matching refs:new_value

129 	const char *facility = ZSTR_VAL(new_value);  in PHP_INI_MH()
268 ZEND_ATOL(i, ZSTR_VAL(new_value)); in PHP_INI_MH()
284 ZEND_ATOL(i, ZSTR_VAL(new_value)); in PHP_INI_MH()
300 if (new_value) { in PHP_INI_MH()
301 value = zend_atol(ZSTR_VAL(new_value), ZSTR_LEN(new_value)); in PHP_INI_MH()
324 const char *filter = ZSTR_VAL(new_value); in PHP_INI_MH()
477 ZEND_ATOL(EG(timeout_seconds), ZSTR_VAL(new_value)); in PHP_INI_MH()
481 ZEND_ATOL(EG(timeout_seconds), ZSTR_VAL(new_value)); in PHP_INI_MH()
530 …isplay_errors) = (zend_bool) php_get_display_errors_mode(ZSTR_VAL(new_value), ZSTR_LEN(new_value)); in PHP_INI_MH()
617 if (memchr(ZSTR_VAL(new_value), '\0', ZSTR_LEN(new_value)) in PHP_INI_MH()
618 || strpbrk(ZSTR_VAL(new_value), "\r\n")) { in PHP_INI_MH()
621 OnUpdateString(entry, new_value, mh_arg1, mh_arg2, mh_arg3, stage); in PHP_INI_MH()
625 if (new_value) { in PHP_INI_MH()
627 php_win32_cp_do_update(ZSTR_VAL(new_value)); in PHP_INI_MH()
638 if (memchr(ZSTR_VAL(new_value), '\0', ZSTR_LEN(new_value)) in PHP_INI_MH()
639 || strpbrk(ZSTR_VAL(new_value), "\r\n")) { in PHP_INI_MH()
642 return OnUpdateString(entry, new_value, mh_arg1, mh_arg2, mh_arg3, stage); in PHP_INI_MH()
650 OnUpdateString(entry, new_value, mh_arg1, mh_arg2, mh_arg3, stage); in PHP_INI_MH()
654 if (new_value) { in PHP_INI_MH()
656 php_win32_cp_do_update(ZSTR_VAL(new_value)); in PHP_INI_MH()
667 OnUpdateString(entry, new_value, mh_arg1, mh_arg2, mh_arg3, stage); in PHP_INI_MH()
671 if (new_value) { in PHP_INI_MH()
684 OnUpdateString(entry, new_value, mh_arg1, mh_arg2, mh_arg3, stage); in PHP_INI_MH()
688 if (new_value) { in PHP_INI_MH()
702 …INI_STAGE_RUNTIME || stage == PHP_INI_STAGE_HTACCESS) && new_value && strcmp(ZSTR_VAL(new_value), … in PHP_INI_MH()
703 if (PG(open_basedir) && php_check_open_basedir(ZSTR_VAL(new_value))) { in PHP_INI_MH()
707 OnUpdateString(entry, new_value, mh_arg1, mh_arg2, mh_arg3, stage); in PHP_INI_MH()
717 if ((stage == PHP_INI_STAGE_RUNTIME || stage == PHP_INI_STAGE_HTACCESS) && new_value) { in PHP_INI_MH()
718 if (PG(open_basedir) && php_check_open_basedir(ZSTR_VAL(new_value))) { in PHP_INI_MH()
722 OnUpdateString(entry, new_value, mh_arg1, mh_arg2, mh_arg3, stage); in PHP_INI_MH()