Searched refs:startLine (Results 1 – 7 of 7) sorted by relevance
/PHP-Parser/lib/PhpParser/ |
H A D | Comment.php | 7 protected int $startLine; variable in PhpParser\\Comment 18 * @param int $startLine Line number the comment started on 24 int $startLine = -1, int $startFilePos = -1, int $startTokenPos = -1, argument 28 $this->startLine = $startLine; 52 return $this->startLine; 201 'line' => $this->startLine,
|
/PHP-Parser/doc/component/ |
H A D | JSON_representation.markdown | 39 "startLine": 4, 58 "startLine": 4, 67 "startLine": 4, 76 "startLine": 4, 91 "startLine": 5, 98 "startLine": 5, 106 "startLine": 5,
|
H A D | Lexer.markdown | 67 * `startLine`: Line in which the node starts. Used by `$node->getStartLine()`.
|
/PHP-Parser/test/PhpParser/ |
H A D | CodeParsingTest.php | 72 $startLine = $node->getStartLine(); 78 if ($startLine < 0 || $endLine < 0 || 85 if ($endLine < $startLine ||
|
/PHP-Parser/ |
H A D | UPGRADE-5.0.md | 495 …placement, and the parser will now unconditionally add the `comments`, `startLine`, `endLine`, `st… 505 'startLine', 'endLine', 531 …rror` constructor taking a start line has been removed. Pass `['startLine' => $startLine]` attribu…
|
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`, 214 `getAttribute('startLine')`, and so on. The last doc comment from the `comments` attribute can be
|
Completed in 13 milliseconds