Home
last modified time | relevance | path

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

/PHP-Parser/lib/PhpParser/
H A DParserAbstract.php50 protected int $actionTableSize; variable in PhpParser\\ParserAbstract
266 … if ((($idx >= 0 && $idx < $this->actionTableSize && $this->actionCheck[$idx] === $symbol)
269 && $idx < $this->actionTableSize && $this->actionCheck[$idx] === $symbol))
369 … && $idx < $this->actionTableSize && $this->actionCheck[$idx] === $this->errorSymbol)
372 … && $idx < $this->actionTableSize && $this->actionCheck[$idx] === $this->errorSymbol)
450 if ($idx >= 0 && $idx < $this->actionTableSize && $this->actionCheck[$idx] === $symbol
453 && $idx < $this->actionTableSize && $this->actionCheck[$idx] === $symbol
/PHP-Parser/grammar/
H A Dparser.template32 protected int $actionTableSize = #(YYLAST);
/PHP-Parser/lib/PhpParser/Parser/
H A DPhp8.php163 protected int $actionTableSize = 1257; variable in PhpParser\\Parser\\Php8
H A DPhp7.php163 protected int $actionTableSize = 1258; variable in PhpParser\\Parser\\Php7

Completed in 24 milliseconds