/opt/cpanel/ea-wappspector/vendor/nikic/php-parser/lib/PhpParser
Edit: /opt/cpanel/ea-wappspector/vendor/nikic/php-parser/lib/PhpParser/Token.php (487B)
pos + \strlen($this->text);
}
/** Get 1-based end line number of the token. */
public function getEndLine(): int {
return $this->line + \substr_count($this->text, "\n");
}
}