Searched refs:startFilePos (Results 1 – 6 of 6) sorted by relevance
/PHP-Parser/lib/PhpParser/ |
H A D | Comment.php | 8 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 D | CodeParsingTest.php | 74 $startFilePos = $node->getStartFilePos(); 79 $startFilePos < 0 || $endFilePos < 0 || 86 $endFilePos < $startFilePos ||
|
/PHP-Parser/doc/component/ |
H A D | Lexer.markdown | 71 …* `startFilePos`: Offset into the code string of the first character that is part of the node. Use…
|
/PHP-Parser/doc/ |
H A D | 2_Usage_of_basic_components.markdown | 210 `startFilePos`, `endFilePos` and `comments` attributes. `comments` is an array of
|
/PHP-Parser/ |
H A D | UPGRADE-5.0.md | 495 …will now unconditionally add the `comments`, `startLine`, `endLine`, `startFilePos`, `endFilePos`,…
|
H A D | CHANGELOG.md | 143 The comments, startLine, endLine, startTokenPos, endTokenPos, startFilePos, and endFilePos
|
Completed in 20 milliseconds