Home
last modified time | relevance | path

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

/PHP-Parser/lib/PhpParser/
H A DParserAbstract.php83 protected array $action; variable in PhpParser\\ParserAbstract
270 && ($action = $this->action[$idx]) !== $this->defaultAction) {
278 if ($action > 0) {
283 $stateStack[$stackPos] = $state = $action;
293 if ($action < $this->numNonLeafStates) {
298 $rule = $action - $this->numNonLeafStates;
300 $rule = -$action;
373 … ) || ($action = $this->action[$idx]) === $this->defaultAction) { // Not totally sure about this
384 $stateStack[$stackPos] = $state = $action;
455 if ($this->action[$idx] !== $this->unexpectedTokenRule
[all …]
/PHP-Parser/grammar/
H A Dparser.template51 protected array $action = array(
/PHP-Parser/
H A Dphpstan-baseline.neon234 message: "#^Variable \\$action might not be defined\\.$#"
/PHP-Parser/lib/PhpParser/Parser/
H A DPhp8.php388 protected array $action = array( variable in PhpParser\\Parser\\Php8
H A DPhp7.php388 protected array $action = array( variable in PhpParser\\Parser\\Php7

Completed in 30 milliseconds