Home
last modified time | relevance | path

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

/PHP-Parser/grammar/
H A Dparser.template33 protected int $gotoTableSize = #(YYGLAST);
/PHP-Parser/lib/PhpParser/
H A DParserAbstract.php52 protected int $gotoTableSize; variable in PhpParser\\ParserAbstract
340 … if ($idx >= 0 && $idx < $this->gotoTableSize && $this->gotoCheck[$idx] === $nonTerminal) {
/PHP-Parser/lib/PhpParser/Parser/
H A DPhp8.php164 protected int $gotoTableSize = 657; variable in PhpParser\\Parser\\Php8
H A DPhp7.php164 protected int $gotoTableSize = 567; variable in PhpParser\\Parser\\Php7

Completed in 28 milliseconds