Home
last modified time | relevance | path

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

/PHP-Parser/grammar/
H A Dparser.template71 protected array $gotoCheck = array(
/PHP-Parser/lib/PhpParser/
H A DParserAbstract.php99 protected array $gotoCheck; variable in PhpParser\\ParserAbstract
340 … if ($idx >= 0 && $idx < $this->gotoTableSize && $this->gotoCheck[$idx] === $nonTerminal) {
/PHP-Parser/lib/PhpParser/Parser/
H A DPhp8.php913 protected array $gotoCheck = array( variable in PhpParser\\Parser\\Php8
H A DPhp7.php904 protected array $gotoCheck = array( variable in PhpParser\\Parser\\Php7

Completed in 48 milliseconds