Searched refs:errorSymbol (Results 1 – 4 of 4) sorted by relevance
36 protected int $errorSymbol = #(YYINTERRTOK);
59 protected int $errorSymbol; variable in PhpParser\\ParserAbstract370 (($idx = $this->actionBase[$state] + $this->errorSymbol) >= 0371 … && $idx < $this->actionTableSize && $this->actionCheck[$idx] === $this->errorSymbol)373 … && ($idx = $this->actionBase[$state + $this->numNonLeafStates] + $this->errorSymbol) >= 0374 … && $idx < $this->actionTableSize && $this->actionCheck[$idx] === $this->errorSymbol)457 && $symbol !== $this->errorSymbol
171 protected int $errorSymbol = 1; variable in PhpParser\\Parser\\Php7
171 protected int $errorSymbol = 1; variable in PhpParser\\Parser\\Php8
Completed in 32 milliseconds