Searched refs:getLine (Results 1 – 5 of 5) sorted by relevance
29 public function getLine(): int; function
24 public function getLine(): int { function in PhpParser\\NodeAbstract
56 $this->assertSame(10, $node->getLine());
532 …* The deprecated `Comment::getLine()`, `Comment::getTokenPos()` and `Comment::getFilePos()` method…534 * The `Node::getLine()` method has been deprecated. Use `Node::getStartLine()` instead.
151 * The deprecated `Comment::getLine()`, `Comment::getTokenPos()` and `Comment::getFilePos()` methods157 * The `Node::getLine()` method has been deprecated. Use `Node::getStartLine()` instead.
Completed in 12 milliseconds