Searched refs:formatErrorMessage (Results 1 – 2 of 2) sorted by relevance
60 $message = formatErrorMessage($error, $code, $attributes['with-column-info']);70 $message = formatErrorMessage($error, $code, $attributes['with-column-info']);96 function formatErrorMessage(PhpParser\Error $e, $code, $withColumnInfo) { function
38 $output .= $this->formatErrorMessage($error, $code) . "\n";57 private function formatErrorMessage(Error $e, $code) { function in PhpParser\\CodeParsingTest
Completed in 6 milliseconds