Searched refs:actionCheck (Results 1 – 4 of 4) sorted by relevance
88 protected array $actionCheck; 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
55 protected array $actionCheck = array(
528 protected array $actionCheck = array( variable in PhpParser\\Parser\\Php7
528 protected array $actionCheck = array( variable in PhpParser\\Parser\\Php8
Completed in 22 milliseconds