Home
last modified time | relevance | path

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

/PHP-7.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-7.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-7.4/main/
H A Dphp_globals.h151 zend_long max_input_nesting_level; member
H A Dphp_variables.c176 if(++nest_level > PG(max_input_nesting_level)) { in php_register_variable_ex()
190 …". 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.c816 …vel", "64", PHP_INI_SYSTEM|PHP_INI_PERDIR, OnUpdateLongGEZero, max_input_nesting_level, php_co…
/PHP-7.4/
H A Dphp.ini-development402 ;max_input_nesting_level = 64
H A Dphp.ini-production402 ;max_input_nesting_level = 64

Completed in 28 milliseconds