Home
last modified time | relevance | path

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

/PHP-8.2/ext/mbstring/tests/
H A Dbug63447_003.phpt6 max_input_nesting_level=5
H A Dbug63447_001.phpt6 max_input_nesting_level=10
H A Dbug63447_002.phpt6 max_input_nesting_level=10
/PHP-8.2/tests/basic/
H A Dbug61000.phpt4 max_input_nesting_level=2
/PHP-8.2/main/
H A Dphp_globals.h146 zend_long max_input_nesting_level; member
H A Dphp_variables.c201 if(++nest_level > PG(max_input_nesting_level)) { in php_register_variable_ex()
215 …". 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.c738 …vel", "64", PHP_INI_SYSTEM|PHP_INI_PERDIR, OnUpdateLongGEZero, max_input_nesting_level, php_co…
/PHP-8.2/
H A Dphp.ini-development431 ;max_input_nesting_level = 64
H A Dphp.ini-production433 ;max_input_nesting_level = 64

Completed in 52 milliseconds