Searched refs:phpTokenToSymbol (Results 1 – 1 of 1) sorted by relevance
70 protected array $phpTokenToSymbol; variable in PhpParser\\ParserAbstract161 $this->phpTokenToSymbol = $this->createTokenMap();256 if (!isset($this->phpTokenToSymbol[$tokenId])) {262 $symbol = $this->phpTokenToSymbol[$tokenId];
Completed in 6 milliseconds