Home
last modified time | relevance | path

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

/PHP-Parser/lib/PhpParser/
H A DParserAbstract.php88 protected array $actionCheck; variable in PhpParser\\ParserAbstract
268 … if ((($idx >= 0 && $idx < $this->actionTableSize && $this->actionCheck[$idx] === $symbol)
271 && $idx < $this->actionTableSize && $this->actionCheck[$idx] === $symbol))
371 … && $idx < $this->actionTableSize && $this->actionCheck[$idx] === $this->errorSymbol)
374 … && $idx < $this->actionTableSize && $this->actionCheck[$idx] === $this->errorSymbol)
450 if ($idx >= 0 && $idx < $this->actionTableSize && $this->actionCheck[$idx] === $symbol
453 && $idx < $this->actionTableSize && $this->actionCheck[$idx] === $symbol
/PHP-Parser/grammar/
H A Dparser.template55 protected array $actionCheck = array(
/PHP-Parser/lib/PhpParser/Parser/
H A DPhp7.php528 protected array $actionCheck = array( variable in PhpParser\\Parser\\Php7
H A DPhp8.php528 protected array $actionCheck = array( variable in PhpParser\\Parser\\Php8

Completed in 61 milliseconds