summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStanislav Malyshev <stas@php.net>2011-09-10 05:36:14 +0000
committerStanislav Malyshev <stas@php.net>2011-09-10 05:36:14 +0000
commit666d301ee343280cf1ba07ee4aef8fa773aabdcb (patch)
tree491527d80d0c7e743e7ce2edfbd36f30bd8c0fef
parent334636fefbf01cb6bcf8f1a8c065ac63ff43c0c4 (diff)
downloadphp-git-666d301ee343280cf1ba07ee4aef8fa773aabdcb.tar.gz
Fix error message
-rw-r--r--ext/phar/tests/fatal_error_webphar.phpt2
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