Home
last modified time | relevance | path

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

/PHP-Parser/lib/PhpParser/
H A DParserAbstract.php83 protected array $actionBase; variable in PhpParser\\ParserAbstract
245 if ($this->actionBase[$state] === 0) {
267 $idx = $this->actionBase[$state] + $symbol;
270 … && ($idx = $this->actionBase[$state + $this->numNonLeafStates] + $symbol) >= 0
370 (($idx = $this->actionBase[$state] + $this->errorSymbol) >= 0
373 … && ($idx = $this->actionBase[$state + $this->numNonLeafStates] + $this->errorSymbol) >= 0
447 $base = $this->actionBase[$state];
452 && ($idx = $this->actionBase[$state + $this->numNonLeafStates] + $symbol) >= 0
/PHP-Parser/grammar/
H A Dparser.template59 protected array $actionBase = array(
/PHP-Parser/lib/PhpParser/Parser/
H A DPhp7.php660 protected array $actionBase = array( variable in PhpParser\\Parser\\Php7
H A DPhp8.php660 protected array $actionBase = array( variable in PhpParser\\Parser\\Php8

Completed in 39 milliseconds