Home
last modified time | relevance | path

Searched refs:max_input_vars (Results 1 – 17 of 17) sorted by last modified time

/PHP-7.4/main/
H A Dphp_variables.c351 uint64_t max_vars = PG(max_input_vars); in add_post_vars()
511 if (++count > PG(max_input_vars)) { in SAPI_TREAT_DATA_FUNC()
512 …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 Dmain.c817 …ars", "1000", PHP_INI_SYSTEM|PHP_INI_PERDIR, OnUpdateLongGEZero, max_input_vars, php_core…
H A Drfc1867.c872 …if (++count <= PG(max_input_vars) && sapi_module.input_filter(PARSE_POST, param, &value, value_len…
891 if (count == PG(max_input_vars) + 1) {
892 …d " ZEND_LONG_FMT ". To increase the limit change max_input_vars in php.ini.", PG(max_input_vars));
H A Dphp_globals.h152 zend_long max_input_vars; member
/PHP-7.4/
H A Dphp.ini-development405 ;max_input_vars = 1000
H A Dphp.ini-production405 ;max_input_vars = 1000
/PHP-7.4/tests/basic/
H A D022.phpt4 max_input_vars=1000
H A D023.phpt4 max_input_vars=1000
H A Dbug79699.phpt4 max_input_vars=1000
H A Dbug78929.phpt4 max_input_vars=1000
H A D027.phpt7 max_input_vars=1000
H A D028.phpt5 max_input_vars=1000
/PHP-7.4/ext/standard/tests/strings/
H A Dparse_str_basic3.phpt4 max_input_vars=100
/PHP-7.4/ext/mbstring/
H A Dmb_gpc.c247 if (ZEND_SIZE_T_GT_ZEND_LONG(n, (PG(max_input_vars) * 2))) { in _php_mb_encoding_handler_ex()
248 …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.4/ext/mbstring/tests/
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_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_003.phpt2 Bug #63447 (max_input_vars doesn't filter variables when mbstring.encoding_translation = On)
9 max_input_vars=100

Completed in 56 milliseconds