Home
last modified time | relevance | path

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

/PHP-Parser/grammar/
H A Dparser.template38 protected int $unexpectedTokenRule = #(YYUNEXPECTED);
/PHP-Parser/lib/PhpParser/
H A DParserAbstract.php63 protected int $unexpectedTokenRule; variable in PhpParser\\ParserAbstract
315 if ($rule !== $this->unexpectedTokenRule) {
455 if ($this->action[$idx] !== $this->unexpectedTokenRule
/PHP-Parser/lib/PhpParser/Parser/
H A DPhp7.php173 protected int $unexpectedTokenRule = 32767; variable in PhpParser\\Parser\\Php7
H A DPhp8.php173 protected int $unexpectedTokenRule = 32767; variable in PhpParser\\Parser\\Php8

Completed in 23 milliseconds