Home
last modified time | relevance | path

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

/PHP-Parser/bin/
H A Dphp-parse60 $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
/PHP-Parser/test/PhpParser/
H A DCodeParsingTest.php38 $output .= $this->formatErrorMessage($error, $code) . "\n";
57 private function formatErrorMessage(Error $e, $code) { function in PhpParser\\CodeParsingTest

Completed in 6 milliseconds