Searched refs:endFilePos (Results 1 – 7 of 7) sorted by relevance
/PHP-Parser/lib/PhpParser/ |
H A D | Comment.php | 11 protected int $endFilePos; variable in PhpParser\\Comment 25 int $endLine = -1, int $endFilePos = -1, int $endTokenPos = -1 argument 32 $this->endFilePos = $endFilePos; 89 return $this->endFilePos; 205 'endFilePos' => $this->endFilePos,
|
/PHP-Parser/test/PhpParser/ |
H A D | CodeParsingTest.php | 75 $endFilePos = $node->getEndFilePos(); 79 $startFilePos < 0 || $endFilePos < 0 || 86 $endFilePos < $startFilePos ||
|
/PHP-Parser/doc/component/ |
H A D | JSON_representation.markdown | 48 "endFilePos": 31,
|
H A D | Lexer.markdown | 72 …* `endFilePos`: Offset into the code string of the last character that is part of the node. Used b…
|
/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 …itionally add the `comments`, `startLine`, `endLine`, `startFilePos`, `endFilePos`, `startTokenPos…
|
H A D | CHANGELOG.md | 143 The comments, startLine, endLine, startTokenPos, endTokenPos, startFilePos, and endFilePos
|
Completed in 14 milliseconds