diff options
author | Stanislav Malyshev <stas@php.net> | 2011-09-10 05:36:14 +0000 |
---|---|---|
committer | Stanislav Malyshev <stas@php.net> | 2011-09-10 05:36:14 +0000 |
commit | 666d301ee343280cf1ba07ee4aef8fa773aabdcb (patch) | |
tree | 491527d80d0c7e743e7ce2edfbd36f30bd8c0fef | |
parent | 334636fefbf01cb6bcf8f1a8c065ac63ff43c0c4 (diff) | |
download | php-git-666d301ee343280cf1ba07ee4aef8fa773aabdcb.tar.gz |
Fix error message
-rw-r--r-- | ext/phar/tests/fatal_error_webphar.phpt | 2 |
1 files changed, 1 insertions, 1 deletions
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 |