summaryrefslogtreecommitdiff
path: root/ext/zlib/tests/gzdeflate_variation1.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/zlib/tests/gzdeflate_variation1.phpt')
-rw-r--r--ext/zlib/tests/gzdeflate_variation1.phpt12
1 files changed, 6 insertions, 6 deletions
diff --git a/ext/zlib/tests/gzdeflate_variation1.phpt b/ext/zlib/tests/gzdeflate_variation1.phpt
index 75eb16e03d..dc8b9d1fcd 100644
--- a/ext/zlib/tests/gzdeflate_variation1.phpt
+++ b/ext/zlib/tests/gzdeflate_variation1.phpt
@@ -1,17 +1,17 @@
--TEST--
-Test gzdeflate() function : variation
+Test gzdeflate() function : variation
--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])
- * Description: Gzip-compress a string
+ * Description: Gzip-compress a string
* Source code: ext/zlib/zlib.c
- * Alias to functions:
+ * Alias to functions:
*/
include(dirname(__FILE__) . '/data.inc');