Searched refs:actionTableSize (Results 1 – 4 of 4) sorted by relevance
52 protected int $actionTableSize; variable in PhpParser\\ParserAbstract268 … 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)450 if ($idx >= 0 && $idx < $this->actionTableSize && $this->actionCheck[$idx] === $symbol453 && $idx < $this->actionTableSize && $this->actionCheck[$idx] === $symbol
32 protected int $actionTableSize = #(YYLAST);
167 protected int $actionTableSize = 1286; variable in PhpParser\\Parser\\Php7
167 protected int $actionTableSize = 1289; variable in PhpParser\\Parser\\Php8
Completed in 40 milliseconds