max_input_vars    258 ext/mbstring/mb_gpc.c 	if (n > (PG(max_input_vars) * 2)) {
max_input_vars    259 ext/mbstring/mb_gpc.c 		php_error_docref(NULL TSRMLS_CC, E_WARNING, "Input variables exceeded %ld. To increase the limit change max_input_vars in php.ini.", PG(max_input_vars));
max_input_vars    609 main/main.c    	STD_PHP_INI_ENTRY("max_input_vars",			"1000",		PHP_INI_SYSTEM|PHP_INI_PERDIR,		OnUpdateLongGEZero,	max_input_vars,						php_core_globals,	core_globals)
max_input_vars    154 main/php_globals.h 	long max_input_vars;
max_input_vars    293 main/php_variables.c 	uint64_t max_vars = PG(max_input_vars);
max_input_vars    459 main/php_variables.c 		if (++count > PG(max_input_vars)) {
max_input_vars    460 main/php_variables.c 			php_error_docref(NULL TSRMLS_CC, E_WARNING, "Input variables exceeded %ld. To increase the limit change max_input_vars in php.ini.", PG(max_input_vars));
max_input_vars    874 main/rfc1867.c 				if (++count <= PG(max_input_vars) && sapi_module.input_filter(PARSE_POST, param, &value, value_len, &new_val_len TSRMLS_CC)) {
max_input_vars    893 main/rfc1867.c 					if (count == PG(max_input_vars) + 1) {
max_input_vars    894 main/rfc1867.c 						php_error_docref(NULL TSRMLS_CC, E_WARNING, "Input variables exceeded %ld. To increase the limit change max_input_vars in php.ini.", PG(max_input_vars));