Home
last modified time | relevance | path

Searched refs:startLine (Results 1 – 7 of 7) sorted by relevance

/PHP-Parser/lib/PhpParser/
H A DComment.php7 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 DJSON_representation.markdown39 "startLine": 4,
58 "startLine": 4,
67 "startLine": 4,
76 "startLine": 4,
91 "startLine": 5,
98 "startLine": 5,
106 "startLine": 5,
H A DLexer.markdown67 * `startLine`: Line in which the node starts. Used by `$node->getStartLine()`.
/PHP-Parser/test/PhpParser/
H A DCodeParsingTest.php72 $startLine = $node->getStartLine();
78 if ($startLine < 0 || $endLine < 0 ||
85 if ($endLine < $startLine ||
/PHP-Parser/
H A DUPGRADE-5.0.md495 …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 DCHANGELOG.md136 The comments, startLine, endLine, startTokenPos, endTokenPos, startFilePos, and endFilePos
/PHP-Parser/doc/
H A D2_Usage_of_basic_components.markdown209 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 17 milliseconds