Searched refs:defaultAction (Results 1 – 4 of 4) sorted by relevance
37 protected int $defaultAction = #(YYDEFAULT);
61 protected int $defaultAction; variable in PhpParser\\ParserAbstract272 && ($action = $this->action[$idx]) !== $this->defaultAction) {375 … ) || ($action = $this->action[$idx]) === $this->defaultAction) { // Not totally sure about this456 && $this->action[$idx] !== $this->defaultAction
172 protected int $defaultAction = -32766; variable in PhpParser\\Parser\\Php7
172 protected int $defaultAction = -32766; variable in PhpParser\\Parser\\Php8
Completed in 24 milliseconds