summaryrefslogtreecommitdiff
path: root/ext/zlib/tests/gzopen_variation7.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/zlib/tests/gzopen_variation7.phpt')
-rw-r--r--ext/zlib/tests/gzopen_variation7.phpt4
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/zlib/tests/gzopen_variation7.phpt b/ext/zlib/tests/gzopen_variation7.phpt
index 92642b0993..911c7fd73c 100644
--- a/ext/zlib/tests/gzopen_variation7.phpt
+++ b/ext/zlib/tests/gzopen_variation7.phpt
@@ -1,9 +1,9 @@
--TEST--
Test function gzopen() by calling it twice on the same file and not closing one of them at the end of the script
--SKIPIF--
-<?php
+<?php
if (!extension_loaded("zlib")) {
- print "skip - ZLIB extension not loaded";
+ print "skip - ZLIB extension not loaded";
}
?>
--FILE--