Searched refs:actionBase (Results 1 – 4 of 4) sorted by relevance
83 protected array $actionBase; variable in PhpParser\\ParserAbstract245 if ($this->actionBase[$state] === 0) {267 $idx = $this->actionBase[$state] + $symbol;270 … && ($idx = $this->actionBase[$state + $this->numNonLeafStates] + $symbol) >= 0370 (($idx = $this->actionBase[$state] + $this->errorSymbol) >= 0373 … && ($idx = $this->actionBase[$state + $this->numNonLeafStates] + $this->errorSymbol) >= 0447 $base = $this->actionBase[$state];452 && ($idx = $this->actionBase[$state + $this->numNonLeafStates] + $symbol) >= 0
59 protected array $actionBase = array(
660 protected array $actionBase = array( variable in PhpParser\\Parser\\Php7
660 protected array $actionBase = array( variable in PhpParser\\Parser\\Php8
Completed in 26 milliseconds