Home
last modified time | relevance | path

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

/PHP-Parser/test/PhpParser/
H A DCommentTest.php16 $this->assertSame(27, $comment->getEndFilePos());
H A DCodeParsingTest.php75 $endFilePos = $node->getEndFilePos();
H A DNodeAbstractTest.php62 $this->assertSame(15, $node->getEndFilePos());
/PHP-Parser/lib/PhpParser/
H A DNode.php89 public function getEndFilePos(): int; function
H A DNodeAbstract.php96 public function getEndFilePos(): int { function in PhpParser\\NodeAbstract
H A DComment.php88 public function getEndFilePos(): int { function in PhpParser\\Comment
H A DNodeDumper.php272 $end .= ':' . $this->toColumn($this->code, $node->getEndFilePos());
H A DParserAbstract.php927 $commentEndFilePos = $comment->getEndFilePos();
/PHP-Parser/doc/component/
H A DLexer.markdown72 …o the code string of the last character that is part of the node. Used by `$node->getEndFilePos()`.
/PHP-Parser/
H A DCHANGELOG.md728 `getStartFilePos()` and `getEndFilePos()` methods to `Node`. These provide a more obvious access

Completed in 33 milliseconds