Home
last modified time | relevance | path

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

/PHP-Parser/lib/PhpParser/
H A DParserAbstract.php81 protected array $actionBase; variable in PhpParser\\ParserAbstract
243 if ($this->actionBase[$state] === 0) {
265 $idx = $this->actionBase[$state] + $symbol;
268 … && ($idx = $this->actionBase[$state + $this->numNonLeafStates] + $symbol) >= 0
368 (($idx = $this->actionBase[$state] + $this->errorSymbol) >= 0
371 … && ($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 DPhp8.php646 protected array $actionBase = array( variable in PhpParser\\Parser\\Php8
H A DPhp7.php646 protected array $actionBase = array( variable in PhpParser\\Parser\\Php7

Completed in 25 milliseconds