Home
last modified time | relevance | path

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

/plugin/findologicxmlexport/vendor/hoa/compiler/Llk/
H A DLexer.php77 protected $_nsStack = null; variable in Hoa\\Compiler\\Llk\\Lexer
115 $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;