Searched refs:toColumn (Results 1 – 2 of 2) sorted by relevance
109 return $this->toColumn($code, $this->attributes['startFilePos']);122 return $this->toColumn($code, $this->attributes['endFilePos']);148 private function toColumn(string $code, int $pos): int { function in PhpParser\\Error
280 $start .= ':' . $this->toColumn($this->code, $node->getStartFilePos());281 $end .= ':' . $this->toColumn($this->code, $node->getEndFilePos());287 private function toColumn(string $code, int $pos): int { function in PhpParser\\NodeDumper
Completed in 4 milliseconds