Searched refs:tokenType (Results 1 – 1 of 1) sorted by relevance
185 * @param int|string $tokenType Token type to look for188 public function haveTokenInRange(int $startPos, int $endPos, $tokenType): bool { argument191 if ($tokens[$pos]->is($tokenType)) {
Completed in 4 milliseconds