Home
last modified time | relevance | path

Searched refs:action (Results 1 – 5 of 5) sorted by relevance

/PHP-Parser/lib/PhpParser/
H A DParserAbstract.php85 protected array $action; variable in PhpParser\\ParserAbstract
272 && ($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 this
386 $stateStack[$stackPos] = $state = $action;
457 if ($this->action[$idx] !== $this->unexpectedTokenRule
[all …]
/PHP-Parser/grammar/
H A Dparser.template51 protected array $action = array(
/PHP-Parser/
H A Dphpstan-baseline.neon189 message: "#^Variable \\$action might not be defined\\.$#"
/PHP-Parser/lib/PhpParser/Parser/
H A DPhp8.php396 protected array $action = array( variable in PhpParser\\Parser\\Php8
H A DPhp7.php396 protected array $action = array( variable in PhpParser\\Parser\\Php7

Completed in 28 milliseconds