Searched refs:action (Results 1 – 5 of 5) sorted by relevance
85 protected array $action; variable in PhpParser\\ParserAbstract272 && ($action = $this->action[$idx]) !== $this->defaultAction) {280 if ($action > 0) {285 $stateStack[$stackPos] = $state = $action;295 if ($action < $this->numNonLeafStates) {300 $rule = $action - $this->numNonLeafStates;302 $rule = -$action;375 … ) || ($action = $this->action[$idx]) === $this->defaultAction) { // Not totally sure about this386 $stateStack[$stackPos] = $state = $action;455 if ($this->action[$idx] !== $this->unexpectedTokenRule[all …]
51 protected array $action = array(
189 message: "#^Variable \\$action might not be defined\\.$#"
396 protected array $action = array( variable in PhpParser\\Parser\\Php7
396 protected array $action = array( variable in PhpParser\\Parser\\Php8
Completed in 37 milliseconds