Searched refs:getEndColumn (Results 1 – 3 of 3) sorted by relevance
51 $this->assertSame($endColumn, $error->getEndColumn($code));86 $error->getEndColumn('');
117 public function getEndColumn(string $code): int { function in PhpParser\\Error136 $this->getEndLine(), $this->getEndColumn($code)
20 . ' to ' . $e->getEndLine() . ':' . $e->getEndColumn($code);
Completed in 5 milliseconds