max_input_nesting_level  608 main/main.c    	STD_PHP_INI_ENTRY("max_input_nesting_level", "64",		PHP_INI_SYSTEM|PHP_INI_PERDIR,		OnUpdateLongGEZero,	max_input_nesting_level,			php_core_globals,	core_globals)
max_input_nesting_level  153 main/php_globals.h 	long max_input_nesting_level;
max_input_nesting_level  133 main/php_variables.c 			if(++nest_level > PG(max_input_nesting_level)) {
max_input_nesting_level  147 main/php_variables.c 					php_error_docref(NULL TSRMLS_CC, E_WARNING, "Input variable nesting level exceeded %ld. To increase the limit change max_input_nesting_level in php.ini.", PG(max_input_nesting_level));