Home
last modified time | relevance | path

Searched refs:getLine (Results 1 – 5 of 5) sorted by relevance

/PHP-Parser/lib/PhpParser/
H A DNode.php29 public function getLine(): int; function
H A DNodeAbstract.php24 public function getLine(): int { function in PhpParser\\NodeAbstract
/PHP-Parser/test/PhpParser/
H A DNodeAbstractTest.php56 $this->assertSame(10, $node->getLine());
/PHP-Parser/
H A DUPGRADE-5.0.md532 …* The deprecated `Comment::getLine()`, `Comment::getTokenPos()` and `Comment::getFilePos()` method…
534 * The `Node::getLine()` method has been deprecated. Use `Node::getStartLine()` instead.
H A DCHANGELOG.md92 * The deprecated `Comment::getLine()`, `Comment::getTokenPos()` and `Comment::getFilePos()` methods
98 * The `Node::getLine()` method has been deprecated. Use `Node::getStartLine()` instead.

Completed in 14 milliseconds