Searched refs:findTokenType (Results 1 – 1 of 1) sorted by relevance
169 /** @param int|string|(int|string)[] $findTokenType */170 public function findRight(int $pos, $findTokenType): int { argument173 if ($tokens[$pos]->is($findTokenType)) {
Completed in 4 milliseconds