Lines Matching refs:new_value

155 	ZEND_ATOL(i, ZSTR_VAL(new_value));  in PHP_INI_MH()
171 ZEND_ATOL(i, ZSTR_VAL(new_value)); in PHP_INI_MH()
186 if (new_value) { in PHP_INI_MH()
187 PG(memory_limit) = zend_atol(ZSTR_VAL(new_value), (int)ZSTR_LEN(new_value)); in PHP_INI_MH()
326 ZEND_ATOL(EG(timeout_seconds), ZSTR_VAL(new_value)); in PHP_INI_MH()
330 ZEND_ATOL(EG(timeout_seconds), ZSTR_VAL(new_value)); in PHP_INI_MH()
371 …y_errors) = (zend_bool) php_get_display_errors_mode(ZSTR_VAL(new_value), (int)ZSTR_LEN(new_value)); in PHP_INI_MH()
428 if (new_value) { in PHP_INI_MH()
429 OnUpdateString(entry, new_value, mh_arg1, mh_arg2, mh_arg3, stage); in PHP_INI_MH()
431 php_win32_cp_do_update(ZSTR_VAL(new_value)); in PHP_INI_MH()
442 if (new_value) { in PHP_INI_MH()
443 OnUpdateString(entry, new_value, mh_arg1, mh_arg2, mh_arg3, stage); in PHP_INI_MH()
445 php_win32_cp_do_update(ZSTR_VAL(new_value)); in PHP_INI_MH()
456 if (new_value) { in PHP_INI_MH()
457 OnUpdateString(entry, new_value, mh_arg1, mh_arg2, mh_arg3, stage); in PHP_INI_MH()
470 if (new_value) { in PHP_INI_MH()
471 OnUpdateString(entry, new_value, mh_arg1, mh_arg2, mh_arg3, stage); in PHP_INI_MH()
485 …INI_STAGE_RUNTIME || stage == PHP_INI_STAGE_HTACCESS) && new_value && strcmp(ZSTR_VAL(new_value), … in PHP_INI_MH()
486 if (PG(open_basedir) && php_check_open_basedir(ZSTR_VAL(new_value))) { in PHP_INI_MH()
490 OnUpdateString(entry, new_value, mh_arg1, mh_arg2, mh_arg3, stage); in PHP_INI_MH()
500 if ((stage == PHP_INI_STAGE_RUNTIME || stage == PHP_INI_STAGE_HTACCESS) && new_value) { in PHP_INI_MH()
501 if (PG(open_basedir) && php_check_open_basedir(ZSTR_VAL(new_value))) { in PHP_INI_MH()
505 OnUpdateString(entry, new_value, mh_arg1, mh_arg2, mh_arg3, stage); in PHP_INI_MH()