Home
last modified time | relevance | path

Searched refs:toColumn (Results 1 – 2 of 2) sorted by relevance

/PHP-Parser/lib/PhpParser/
H A DError.php109 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
H A DNodeDumper.php280 $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 5 milliseconds