Home
last modified time | relevance | path

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

/PHP-Parser/lib/PhpParser/Internal/
H A DTokenStream.php198 public function haveTagInRange(int $startPos, int $endPos): bool { function in PhpParser\\Internal\\TokenStream
/PHP-Parser/lib/PhpParser/
H A DPrettyPrinterAbstract.php857 if ($isStmtList && $this->origTokens->haveTagInRange($pos, $itemStartPos)) {
967 if ($isStmtList && $this->origTokens->haveTagInRange($pos, $itemStartPos)) {

Completed in 8 milliseconds