Home
last modified time | relevance | path

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

/PHP-Parser/lib/PhpParser/Internal/
H A DTokenStream.php169 /** @param int|string|(int|string)[] $findTokenType */
170 public function findRight(int $pos, $findTokenType): int { argument
173 if ($tokens[$pos]->is($findTokenType)) {

Completed in 4 milliseconds