Searched refs:Line (Results 1 – 9 of 9) sorted by relevance
60 $node->setAttribute('comments', [new Comment("// Line comment")]);69 // Line comment80 $node->setAttribute('comments', [new Comment("// Line comment")]);88 // Line comment97 $node->setAttribute('comments', [new Comment("// Line comment")]);104 // Line comment
7 class Line extends MagicConst { class
19 [new MagicConst\Line(), '__LINE__'],
86 if ($expr instanceof Scalar\MagicConst\Line) {93 new Scalar\MagicConst\Line()
67 * `startLine`: Line in which the node starts. Used by `$node->getStartLine()`.68 * `endLine`: Line in which the node ends. Used by `$node->getEndLine()`.
1201 | T_LINE { $$ = Scalar\MagicConst\Line[]; }
113 protected function pScalar_MagicConst_Line(MagicConst\Line $node): string {
2529 …$self->semValue = new Scalar\MagicConst\Line($self->getAttributes($self->tokenStartStack[$stackPos…
2531 …$self->semValue = new Scalar\MagicConst\Line($self->getAttributes($self->tokenStartStack[$stackPos…
Completed in 51 milliseconds