summaryrefslogtreecommitdiff
path: root/ext/phar/tests/bug71498.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/phar/tests/bug71498.phpt')
-rw-r--r--ext/phar/tests/bug71498.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/phar/tests/bug71498.phpt b/ext/phar/tests/bug71498.phpt
index 4157ac20b6..af24724e5c 100644
--- a/ext/phar/tests/bug71498.phpt
+++ b/ext/phar/tests/bug71498.phpt
@@ -7,7 +7,7 @@ Phar: bug #71498: Out-of-Bound Read in phar_parse_zipfile()
try {
$p = new PharData(__DIR__."/bug71498.zip");
} catch(UnexpectedValueException $e) {
- echo $e->getMessage();
+ echo $e->getMessage();
}
?>