Home
last modified time | relevance | path

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

/PHP-Parser/lib/PhpParser/
H A DNode.php80 public function getStartFilePos(): int; function
H A DNodeAbstract.php85 public function getStartFilePos(): int { function in PhpParser\\NodeAbstract
H A DComment.php60 public function getStartFilePos(): int { function in PhpParser\\Comment
H A DNodeDumper.php271 $start .= ':' . $this->toColumn($this->code, $node->getStartFilePos());
/PHP-Parser/test/PhpParser/
H A DCommentTest.php13 $this->assertSame(10, $comment->getStartFilePos());
H A DCodeParsingTest.php74 $startFilePos = $node->getStartFilePos();
H A DNodeAbstractTest.php61 $this->assertSame(14, $node->getStartFilePos());
/PHP-Parser/doc/component/
H A DLexer.markdown71 …he code string of the first character that is part of the node. Used by `$node->getStartFilePos()`.
/PHP-Parser/
H A DUPGRADE-5.0.md532 … `Comment::getStartLine()`, `Comment::getStartTokenPos()` and `Comment::getStartFilePos()` instead.
H A DCHANGELOG.md101 `Comment::getStartFilePos()` instead.
735 `getStartFilePos()` and `getEndFilePos()` methods to `Node`. These provide a more obvious access

Completed in 18 milliseconds