Searched refs:unexpectedTokenRule (Results 1 – 4 of 4) sorted by relevance
/PHP-Parser/grammar/ | ||
H A D | parser.template | 38 protected int $unexpectedTokenRule = #(YYUNEXPECTED); |
/PHP-Parser/lib/PhpParser/ | ||
H A D | ParserAbstract.php | 63 protected int $unexpectedTokenRule; variable in PhpParser\\ParserAbstract |
/PHP-Parser/lib/PhpParser/Parser/ | ||
H A D | Php7.php | 173 protected int $unexpectedTokenRule = 32767; variable in PhpParser\\Parser\\Php7 |
H A D | Php8.php | 173 protected int $unexpectedTokenRule = 32767; variable in PhpParser\\Parser\\Php8 |
Completed in 23 milliseconds