summaryrefslogtreecommitdiff
path: root/ext/zlib/tests/zlib_scheme_copy_variation2.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/zlib/tests/zlib_scheme_copy_variation2.phpt')
-rw-r--r--ext/zlib/tests/zlib_scheme_copy_variation2.phpt6
1 files changed, 3 insertions, 3 deletions
diff --git a/ext/zlib/tests/zlib_scheme_copy_variation2.phpt b/ext/zlib/tests/zlib_scheme_copy_variation2.phpt
index 0b56ec430a..43e5d9b2fc 100644
--- a/ext/zlib/tests/zlib_scheme_copy_variation2.phpt
+++ b/ext/zlib/tests/zlib_scheme_copy_variation2.phpt
@@ -1,10 +1,10 @@
--TEST--
Test compress.zlib:// scheme with the copy function: uncompressed to compressed
--SKIPIF--
-<?php
+<?php
if (!extension_loaded("zlib")) {
- print "skip - ZLIB extension not loaded";
-}
+ print "skip - ZLIB extension not loaded";
+}
?>
--FILE--
<?php