Searched refs:parse_config (Results 1 – 3 of 3) sorted by relevance
15 function parse_config() { function57 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) {
182 $this->parse_config($this->R['config']); # read config settings208 function parse_config($lines) { # try to read the supported configuration options function in T2T
226 $depthLimit = \AST\parse_config()->EXPR_DEPTH_LIMIT;