max_input_nesting_level 542 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 154 main/php_globals.h zend_long max_input_nesting_level; max_input_nesting_level 130 main/php_variables.c if(++nest_level > PG(max_input_nesting_level)) { max_input_nesting_level 144 main/php_variables.c php_error_docref(NULL, E_WARNING, "Input variable nesting level exceeded " ZEND_LONG_FMT ". To increase the limit change max_input_nesting_level in php.ini.", PG(max_input_nesting_level));