Searched refs:endLine (Results 1 – 7 of 7) sorted by relevance
/PHP-Parser/lib/PhpParser/ |
H A D | Comment.php | 10 protected int $endLine; variable in PhpParser\\Comment 25 int $endLine = -1, int $endFilePos = -1, int $endTokenPos = -1 argument 31 $this->endLine = $endLine; 80 return $this->endLine; 204 'endLine' => $this->endLine,
|
/PHP-Parser/doc/component/ |
H A D | JSON_representation.markdown | 47 "endLine": 3, 52 "endLine": 6 59 "endLine": 4 68 "endLine": 4 77 "endLine": 4 92 "endLine": 5 99 "endLine": 5 107 "endLine": 5,
|
H A D | Lexer.markdown | 68 * `endLine`: Line in which the node ends. Used by `$node->getEndLine()`.
|
/PHP-Parser/test/PhpParser/ |
H A D | CodeParsingTest.php | 73 $endLine = $node->getEndLine(); 78 if ($startLine < 0 || $endLine < 0 || 85 if ($endLine < $startLine ||
|
/PHP-Parser/ |
H A D | UPGRADE-5.0.md | 495 …nd the parser will now unconditionally add the `comments`, `startLine`, `endLine`, `startFilePos`,… 505 'startLine', 'endLine',
|
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 15 milliseconds