Home
last modified time | relevance | path

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

/PHP-Parser/lib/PhpParser/Internal/
H A DTokenStream.php36 && $this->haveTokenImmediatelyAfter($endPos, ')');
48 && $this->haveTokenImmediatelyAfter($endPos, '}');
86 public function haveTokenImmediatelyAfter(int $pos, $expectedTokenType): bool { function in PhpParser\\Internal\\TokenStream

Completed in 5 milliseconds