Searched refs:endTokenPos (Results 1 – 7 of 7) sorted by relevance
/PHP-Parser/lib/PhpParser/ |
H A D | Comment.php | 12 protected int $endTokenPos; variable in PhpParser\\Comment 25 int $endLine = -1, int $endFilePos = -1, int $endTokenPos = -1 argument 33 $this->endTokenPos = $endTokenPos; 98 return $this->endTokenPos; 206 'endTokenPos' => $this->endTokenPos,
|
/PHP-Parser/test/PhpParser/ |
H A D | CodeParsingTest.php | 77 $endTokenPos = $node->getEndTokenPos(); 80 $startTokenPos < 0 || $endTokenPos < 0 87 $endTokenPos < $startTokenPos
|
/PHP-Parser/doc/component/ |
H A D | Lexer.markdown | 70 …* `endTokenPos`: Offset into the token array of the last token in the node. Used by `$node->getEnd… 75 token will have `startTokenPos == endTokenPos` rather than `startTokenPos + 1 == endTokenPos`. This… 76 zero-length node will have `startTokenPos -1 == endTokenPos`.
|
H A D | JSON_representation.markdown | 49 "endTokenPos": 2
|
/PHP-Parser/ |
H A D | UPGRADE-5.0.md | 495 …`startLine`, `endLine`, `startFilePos`, `endFilePos`, `startTokenPos` and `endTokenPos` attributes. 506 'startTokenPos', 'endTokenPos',
|
H A D | CHANGELOG.md | 143 The comments, startLine, endLine, startTokenPos, endTokenPos, startFilePos, and endFilePos
|
/PHP-Parser/doc/ |
H A D | 2_Usage_of_basic_components.markdown | 209 By default, the parser adds the `startLine`, `endLine`, `startTokenPos`, `endTokenPos`,
|
Completed in 19 milliseconds