Home
last modified time | relevance | path

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

/PHP-8.3/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-8.3/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-8.3/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-8.3/main/
H A Dphp_globals.h147 zend_long max_input_vars; member
H A Drfc1867.c690 body_parts_cnt = PG(max_input_vars) + upload_cnt;
860 …if (++count <= PG(max_input_vars) && sapi_module.input_filter(PARSE_POST, param, &value, value_len…
879 if (count == PG(max_input_vars) + 1) {
880 …d " ZEND_LONG_FMT ". To increase the limit change max_input_vars in php.ini.", PG(max_input_vars));
H A Dphp_variables.c394 uint64_t max_vars = PG(max_input_vars); in add_post_vars()
554 if (++count > PG(max_input_vars)) { in SAPI_TREAT_DATA_FUNC()
555 …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.c739 …ars", "1000", PHP_INI_SYSTEM|PHP_INI_PERDIR, OnUpdateLongGEZero, max_input_vars, php_core…
/PHP-8.3/ext/mbstring/
H A Dmb_gpc.c224 if (ZEND_SIZE_T_GT_ZEND_LONG(n, (PG(max_input_vars) * 2))) { in _php_mb_encoding_handler_ex()
225 …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-8.3/ext/standard/tests/strings/
H A Dparse_str_basic3.phpt4 max_input_vars=100
/PHP-8.3/
H A Dphp.ini-production436 ;max_input_vars = 1000
440 ; Default Value: -1 (Sum of max_input_vars and max_file_uploads)
H A Dphp.ini-development434 ;max_input_vars = 1000
438 ; Default Value: -1 (Sum of max_input_vars and max_file_uploads)

Completed in 101 milliseconds