Home
last modified time | relevance | path

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

/PHP-7.3/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-7.3/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-7.3/main/
H A Dphp_globals.h150 zend_long max_input_nesting_level; member
H A Dphp_variables.c162 if(++nest_level > PG(max_input_nesting_level)) { in php_register_variable_ex()
176 …". 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.c762 …vel", "64", PHP_INI_SYSTEM|PHP_INI_PERDIR, OnUpdateLongGEZero, max_input_nesting_level, php_co…
/PHP-7.3/
H A Dphp.ini-development394 ;max_input_nesting_level = 64
H A Dphp.ini-production394 ;max_input_nesting_level = 64

Completed in 38 milliseconds