Home
last modified time | relevance | path

Searched refs:defaultAction (Results 1 – 4 of 4) sorted by relevance

/PHP-Parser/grammar/
H A Dparser.template37 protected int $defaultAction = #(YYDEFAULT);
/PHP-Parser/lib/PhpParser/
H A DParserAbstract.php59 protected int $defaultAction; variable in PhpParser\\ParserAbstract
270 && ($action = $this->action[$idx]) !== $this->defaultAction) {
373 … ) || ($action = $this->action[$idx]) === $this->defaultAction) { // Not totally sure about this
456 && $this->action[$idx] !== $this->defaultAction
/PHP-Parser/lib/PhpParser/Parser/
H A DPhp7.php168 protected int $defaultAction = -32766; variable in PhpParser\\Parser\\Php7
H A DPhp8.php168 protected int $defaultAction = -32766; variable in PhpParser\\Parser\\Php8

Completed in 25 milliseconds