Searched refs:_nsStack (Results 1 – 1 of 1) sorted by relevance
77 protected $_nsStack = null; variable in Hoa\\Compiler\\Llk\\Lexer115 $this->_nsStack = null;143 $this->_nsStack = new \SplStack();210 if (null !== $this->_nsStack &&214 if ($i > ($c = count($this->_nsStack))) {230 $previousNamespace = $this->_nsStack->pop();250 if (null !== $this->_nsStack && false === $shift) {251 $this->_nsStack[] = $this->_lexerState;