Home
last modified time | relevance | path

Searched refs:max_input_nesting_level (Results 1 – 11 of 11) sorted by relevance

/PHP-5.4/tests/basic/
H A D027.phpt2 Handling of max_input_nesting_level being reached
6 max_input_nesting_level=10
33 …variable nesting level exceeded 10. To increase the limit change max_input_nesting_level in php.in…
H A Dbug61000.phpt4 max_input_nesting_level=2
/PHP-5.4/ext/mbstring/tests/
H A Dbug63447_003.phpt8 max_input_nesting_level=5
H A Dbug63447_002.phpt8 max_input_nesting_level=10
H A Dbug63447_001.phpt8 max_input_nesting_level=10
/PHP-5.4/main/
H A Dphp_globals.h148 long max_input_nesting_level; member
H A Dphp_variables.c130 if(++nest_level > PG(max_input_nesting_level)) { in php_register_variable_ex()
144 …d. To increase the limit change max_input_nesting_level in php.ini.", PG(max_input_nesting_level)); in php_register_variable_ex()
H A Dmain.c538 …vel", "64", PHP_INI_SYSTEM|PHP_INI_PERDIR, OnUpdateLongGEZero, max_input_nesting_level, php_co…
/PHP-5.4/
H A Dphp.ini-development389 ;max_input_nesting_level = 64
H A Dphp.ini-production389 ;max_input_nesting_level = 64
H A DNEWS6244 - Added "max_input_nesting_level" php.ini option to limit nesting level of

Completed in 67 milliseconds