Home
last modified time | relevance | path

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

/PHP-Parser/grammar/
H A Dparser.template36 protected int $errorSymbol = #(YYINTERRTOK);
/PHP-Parser/lib/PhpParser/
H A DParserAbstract.php57 protected int $errorSymbol; variable in PhpParser\\ParserAbstract
368 (($idx = $this->actionBase[$state] + $this->errorSymbol) >= 0
369 … && $idx < $this->actionTableSize && $this->actionCheck[$idx] === $this->errorSymbol)
371 … && ($idx = $this->actionBase[$state + $this->numNonLeafStates] + $this->errorSymbol) >= 0
372 … && $idx < $this->actionTableSize && $this->actionCheck[$idx] === $this->errorSymbol)
457 && $symbol !== $this->errorSymbol
/PHP-Parser/lib/PhpParser/Parser/
H A DPhp8.php167 protected int $errorSymbol = 1; variable in PhpParser\\Parser\\Php8
H A DPhp7.php167 protected int $errorSymbol = 1; variable in PhpParser\\Parser\\Php7

Completed in 25 milliseconds