Home
last modified time | relevance | path

Searched refs:max_input_vars (Results 1 – 16 of 16) sorted by relevance

/PHP-7.3/ext/mbstring/tests/
H A Dbug63447_002.phpt2 Bug #63447 (max_input_vars doesn't filter variables when mbstring.encoding_translation = On)
9 max_input_vars=4
18 Warning: Unknown: Input variables exceeded 4. To increase the limit change max_input_vars in php.in…
H A Dbug63447_001.phpt2 Bug #63447 (max_input_vars doesn't filter variables when mbstring.encoding_translation = On)
9 max_input_vars=5
18 Warning: Unknown: Input variables exceeded 5. To increase the limit change max_input_vars in php.in…
H A Dbug63447_003.phpt2 Bug #63447 (max_input_vars doesn't filter variables when mbstring.encoding_translation = On)
9 max_input_vars=100
/PHP-7.3/tests/basic/
H A Dbug79699.phpt4 max_input_vars=1000
H A D027.phpt7 max_input_vars=1000
H A D023.phpt4 max_input_vars=1000
H A D022.phpt4 max_input_vars=1000
H A D028.phpt5 max_input_vars=1000
/PHP-7.3/main/
H A Dphp_globals.h151 zend_long max_input_vars; member
H A Dphp_variables.c337 uint64_t max_vars = PG(max_input_vars); in add_post_vars()
494 if (++count > PG(max_input_vars)) { in SAPI_TREAT_DATA_FUNC()
495 …d " ZEND_LONG_FMT ". To increase the limit change max_input_vars in php.ini.", PG(max_input_vars)); in SAPI_TREAT_DATA_FUNC()
H A Drfc1867.c880 …if (++count <= PG(max_input_vars) && sapi_module.input_filter(PARSE_POST, param, &value, value_len…
899 if (count == PG(max_input_vars) + 1) {
900 …d " ZEND_LONG_FMT ". To increase the limit change max_input_vars in php.ini.", PG(max_input_vars));
H A Dmain.c763 …ars", "1000", PHP_INI_SYSTEM|PHP_INI_PERDIR, OnUpdateLongGEZero, max_input_vars, php_core…
/PHP-7.3/ext/mbstring/
H A Dmb_gpc.c254 if (ZEND_SIZE_T_GT_ZEND_LONG(n, (PG(max_input_vars) * 2))) { in _php_mb_encoding_handler_ex()
255 …d " ZEND_LONG_FMT ". To increase the limit change max_input_vars in php.ini.", PG(max_input_vars)); in _php_mb_encoding_handler_ex()
/PHP-7.3/ext/standard/tests/strings/
H A Dparse_str_basic3.phpt4 max_input_vars=100
/PHP-7.3/
H A Dphp.ini-development397 ;max_input_vars = 1000
H A Dphp.ini-production397 ;max_input_vars = 1000

Completed in 45 milliseconds