Home
last modified time | relevance | path

Searched refs:EXPR_DEPTH_LIMIT (Results 1 – 2 of 2) sorted by relevance

/plugin/ifauthex/lib/
H A Dparser.php12 public $EXPR_DEPTH_LIMIT = 50; variable in AST\\ParseConfig
57 if (++$stack_depth > parse_config()->EXPR_DEPTH_LIMIT) {
82 if (++$stack_depth > parse_config()->EXPR_DEPTH_LIMIT) {
102 if (++$stack_depth > parse_config()->EXPR_DEPTH_LIMIT) {
124 if (++$stack_depth > parse_config()->EXPR_DEPTH_LIMIT) {
149 if (++$stack_depth > parse_config()->EXPR_DEPTH_LIMIT) {
185 if (++$stack_depth > parse_config()->EXPR_DEPTH_LIMIT) {
210 if (++$stack_depth > parse_config()->EXPR_DEPTH_LIMIT) {
/plugin/ifauthex/_test/
H A Dgeneral.test.php226 $depthLimit = \AST\parse_config()->EXPR_DEPTH_LIMIT;