Home
last modified time | relevance | path

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

/php-src/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-src/tests/basic/
H A Dbug61000.phpt4 max_input_nesting_level=2
/php-src/main/
H A Dphp_globals.h146 zend_long max_input_nesting_level; member
H A Dphp_variables.c202 if(++nest_level > PG(max_input_nesting_level)) { in php_register_variable_ex()
216 …". 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-src/
H A Dphp.ini-development431 ;max_input_nesting_level = 64
H A Dphp.ini-production433 ;max_input_nesting_level = 64

Completed in 23 milliseconds