Home
last modified time | relevance | path

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

/php-src/ext/standard/tests/http/request_parse_body/
H A Dmultipart_options_max_input_vars.phpt2 request_parse_body() max_input_vars option
4 max_input_vars=10
23 'max_input_vars' => 1,
33 RequestParseBodyException: Input variables exceeded 1. To increase the limit change max_input_vars
H A Dmultipart_max_input_vars.phpt4 max_input_vars=1
31 RequestParseBodyException: Input variables exceeded 1. To increase the limit change max_input_vars
H A Dmultipart_options_invalid_value_type.phpt8 'max_input_vars' => [],
H A Dunsupported_content_type.phpt4 max_input_vars=1
/php-src/ext/mbstring/tests/
H A Dbug63447_001.phpt2 Bug #63447 (max_input_vars doesn't filter variables when mbstring.encoding_translation = On)
7 max_input_vars=5
16 …st Startup: Input variables exceeded 5. To increase the limit change max_input_vars in php.ini. in…
H A Dbug63447_002.phpt2 Bug #63447 (max_input_vars doesn't filter variables when mbstring.encoding_translation = On)
7 max_input_vars=4
16 …st Startup: Input variables exceeded 4. To increase the limit change max_input_vars in php.ini. in…
H A Dbug63447_003.phpt2 Bug #63447 (max_input_vars doesn't filter variables when mbstring.encoding_translation = On)
7 max_input_vars=100
/php-src/sapi/fpm/tests/
H A Dghsa-54hq-v5wp-fqgv-max-body-parts-default.phpt21 php_admin_value[max_input_vars] = 20
48 …t Startup: Input variables exceeded 20. To increase the limit change max_input_vars in php.ini. in…
H A Dghsa-54hq-v5wp-fqgv-max-body-parts-custom.phpt21 php_admin_value[max_input_vars] = 20
/php-src/ext/mbstring/
H A Dmb_gpc.c224 zend_long max_input_vars = REQUEST_PARSE_BODY_OPTION_GET(max_input_vars, PG(max_input_vars)); in _php_mb_encoding_handler_ex() local
225 if (ZEND_SIZE_T_GT_ZEND_LONG(n, max_input_vars * 2)) { in _php_mb_encoding_handler_ex()
226 …eeded " ZEND_LONG_FMT ". To increase the limit change max_input_vars in php.ini.", max_input_vars); in _php_mb_encoding_handler_ex()
/php-src/tests/basic/
H A Dbug78929.phpt4 max_input_vars=1000
H A Dbug79699.phpt4 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-src/main/
H A Dphp_globals.h147 zend_long max_input_vars; member
H A Dphp_variables.c395 uint64_t max_vars = REQUEST_PARSE_BODY_OPTION_GET(max_input_vars, PG(max_input_vars)); in add_post_vars()
555 zend_long max_input_vars = REQUEST_PARSE_BODY_OPTION_GET(max_input_vars, PG(max_input_vars)); in SAPI_TREAT_DATA_FUNC() local
556 if (++count > max_input_vars) { in SAPI_TREAT_DATA_FUNC()
557 …eeded " ZEND_LONG_FMT ". To increase the limit change max_input_vars in php.ini.", max_input_vars); in SAPI_TREAT_DATA_FUNC()
H A Drfc1867.c670 zend_long max_input_vars = REQUEST_PARSE_BODY_OPTION_GET(max_input_vars, PG(max_input_vars)); local
702 body_parts_cnt = max_input_vars + upload_cnt;
862 …if (++count <= max_input_vars && sapi_module.input_filter(PARSE_POST, param, &value, value_len, &n…
881 if (count == max_input_vars + 1) {
882 …eeded " ZEND_LONG_FMT ". To increase the limit change max_input_vars in php.ini.", max_input_vars);
H A Dmain.c739 …ars", "1000", PHP_INI_SYSTEM|PHP_INI_PERDIR, OnUpdateLongGEZero, max_input_vars, php_core…
/php-src/ext/standard/tests/strings/
H A Dparse_str_basic3.phpt4 max_input_vars=100
/php-src/ext/standard/
H A Dhttp.c295 CHECK_OPTION(max_input_vars); in cache_request_parse_body_options()
/php-src/
H A Dphp.ini-development434 ;max_input_vars = 1000
438 ; Default Value: -1 (Sum of max_input_vars and max_file_uploads)
H A Dphp.ini-production436 ;max_input_vars = 1000
440 ; Default Value: -1 (Sum of max_input_vars and max_file_uploads)

Completed in 50 milliseconds