Home
last modified time | relevance | path

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

/PHP-Parser/lib/PhpParser/
H A DParserAbstract.php52 protected int $actionTableSize; variable in PhpParser\\ParserAbstract
268 … if ((($idx >= 0 && $idx < $this->actionTableSize && $this->actionCheck[$idx] === $symbol)
271 && $idx < $this->actionTableSize && $this->actionCheck[$idx] === $symbol))
371 … && $idx < $this->actionTableSize && $this->actionCheck[$idx] === $this->errorSymbol)
374 … && $idx < $this->actionTableSize && $this->actionCheck[$idx] === $this->errorSymbol)
452 if ($idx >= 0 && $idx < $this->actionTableSize && $this->actionCheck[$idx] === $symbol
455 && $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.php167 protected int $actionTableSize = 1289; variable in PhpParser\\Parser\\Php8
H A DPhp7.php167 protected int $actionTableSize = 1287; variable in PhpParser\\Parser\\Php7

Completed in 27 milliseconds