Home
last modified time | relevance | path

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

/PHP-Parser/lib/PhpParser/
H A DComment.php8 protected int $startFilePos; variable in PhpParser\\Comment
19 * @param int $startFilePos File offset the comment started on
24 int $startLine = -1, int $startFilePos = -1, int $startTokenPos = -1, argument
29 $this->startFilePos = $startFilePos;
61 return $this->startFilePos;
202 'filePos' => $this->startFilePos,
/PHP-Parser/test/PhpParser/
H A DCodeParsingTest.php74 $startFilePos = $node->getStartFilePos();
79 $startFilePos < 0 || $endFilePos < 0 ||
86 $endFilePos < $startFilePos ||
/PHP-Parser/doc/component/
H A DLexer.markdown71 …* `startFilePos`: Offset into the code string of the first character that is part of the node. Use…
/PHP-Parser/doc/
H A D2_Usage_of_basic_components.markdown210 `startFilePos`, `endFilePos` and `comments` attributes. `comments` is an array of
/PHP-Parser/
H A DUPGRADE-5.0.md495 …will now unconditionally add the `comments`, `startLine`, `endLine`, `startFilePos`, `endFilePos`,…
H A DCHANGELOG.md136 The comments, startLine, endLine, startTokenPos, endTokenPos, startFilePos, and endFilePos

Completed in 13 milliseconds