From: Stanislav Malyshev Date: Sat, 10 Sep 2011 05:36:14 +0000 (+0000) Subject: Fix error message X-Git-Tag: php-5.5.0alpha1~1196 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2a6a890c465144ea7395e3f35edbb9bdac7a7c6e;p=php Fix error message --- diff --git a/ext/phar/tests/fatal_error_webphar.phpt b/ext/phar/tests/fatal_error_webphar.phpt index 84f94dc74e..9d0970d178 100644 --- a/ext/phar/tests/fatal_error_webphar.phpt +++ b/ext/phar/tests/fatal_error_webphar.phpt @@ -15,4 +15,4 @@ Content-type: text/html; charset=UTF-8 --EXPECTF-- string(9) "\Web\View" -Parse error: syntax error, unexpected "echo (T_ECHO)", expecting "function (T_FUNCTION)" in phar:///%sfatal_error_webphar.php/Web/View.php on line 380 +Parse error: syntax error, unexpected 'echo' (T_ECHO), expecting function (T_FUNCTION) in phar:///%sfatal_error_webphar.php/Web/View.php on line 380