Home
last modified time | relevance | path

Searched refs:getEndColumn (Results 1 – 3 of 3) sorted by relevance

/PHP-Parser/test/PhpParser/
H A DErrorTest.php51 $this->assertSame($endColumn, $error->getEndColumn($code));
86 $error->getEndColumn('');
/PHP-Parser/lib/PhpParser/
H A DError.php117 public function getEndColumn(string $code): int { function in PhpParser\\Error
136 $this->getEndLine(), $this->getEndColumn($code)
/PHP-Parser/doc/component/
H A DError_handling.markdown20 . ' to ' . $e->getEndLine() . ':' . $e->getEndColumn($code);

Completed in 5 milliseconds