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.php61 protected int $unexpectedTokenRule; variable in PhpParser\\ParserAbstract
313 if ($rule !== $this->unexpectedTokenRule) {
455 if ($this->action[$idx] !== $this->unexpectedTokenRule
/PHP-Parser/lib/PhpParser/Parser/
H A DPhp8.php169 protected int $unexpectedTokenRule = 32767; variable in PhpParser\\Parser\\Php8
H A DPhp7.php169 protected int $unexpectedTokenRule = 32767; variable in PhpParser\\Parser\\Php7

Completed in 24 milliseconds