Searched refs:tokenName (Results 1 – 3 of 3) sorted by relevance
96 foreach ($tokenNames as $i => $tokenName) {97 if ($tokenName === null) {101 if ($tokenName !== '') {102 $firstChar = $tokenName[0];
105 public function getTokenType(string $tokenName) : int argument109 return $map[$tokenName] ?? Token::INVALID_TYPE;
416 $tokenName = $this->getTokenErrorDisplay($t);421 $tokenName,