Searched refs:_depth (Results 1 – 4 of 4) sorted by relevance
75 protected $_depth = -1; variable in Hoa\\Compiler\\Llk\\Rule\\Invocation104 $this->_depth = $depth;148 $old = $this->_depth;149 $this->_depth = $depth;161 return $this->_depth;
37 private $_depth = 0; variable in cebe\\markdown\\Parser157 if ($this->_depth >= $this->maximumNestingLevel) {161 $this->_depth++;177 $this->_depth--;321 if ($this->_depth >= $this->maximumNestingLevel) {325 $this->_depth++;363 $this->_depth--;
121 protected $_depth = -1; variable in Hoa\\Compiler\\Llk\\Parser259 $rule->setDepth($this->_depth);263 --$this->_depth;312 $skip += $trace->getDepth() > $this->_depth;358 ++$this->_depth;365 $this->_depth384 ++$this->_depth;391 $this->_depth406 ++$this->_depth;413 $this->_depth[all …]
558 - max\_depth in YML config is ignored [\#498](https://github.com/schmittjoh/serializer/issues/498)