summaryrefslogtreecommitdiff
path: root/ext/zip/tests/bug53579.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/zip/tests/bug53579.phpt')
-rw-r--r--ext/zip/tests/bug53579.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/zip/tests/bug53579.phpt b/ext/zip/tests/bug53579.phpt
index 371dc31e4f..d0ec350824 100644
--- a/ext/zip/tests/bug53579.phpt
+++ b/ext/zip/tests/bug53579.phpt
@@ -11,7 +11,7 @@ $file = $dirname . 'test_with_comment.zip';
include $dirname . 'utils.inc';
$zip = new ZipArchive;
if (!$zip->open($file)) {
- exit('failed');
+ exit('failed');
}
$fp = $zip->getStream('foo');