summaryrefslogtreecommitdiff
path: root/ext/zlib/tests/gzdeflate_basic1.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/zlib/tests/gzdeflate_basic1.phpt')
-rw-r--r--ext/zlib/tests/gzdeflate_basic1.phpt8
1 files changed, 4 insertions, 4 deletions
diff --git a/ext/zlib/tests/gzdeflate_basic1.phpt b/ext/zlib/tests/gzdeflate_basic1.phpt
index a2ae0f01da..a1b89b9376 100644
--- a/ext/zlib/tests/gzdeflate_basic1.phpt
+++ b/ext/zlib/tests/gzdeflate_basic1.phpt
@@ -1,17 +1,17 @@
--TEST--
Test gzdeflate() function : basic functionality
--SKIPIF--
-<?php
+<?php
if (!extension_loaded("zlib")) {
- print "skip - ZLIB extension not loaded";
-}
+ print "skip - ZLIB extension not loaded";
+}
?>
--FILE--
<?php
/* Prototype : string gzdeflate(string data [, int level, [int encoding]])
* Description: Gzip-compress a string
* Source code: ext/zlib/zlib.c
- * Alias to functions:
+ * Alias to functions:
*/
/*