summaryrefslogtreecommitdiff
path: root/ext/zlib/tests/gzopen_variation6.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/zlib/tests/gzopen_variation6.phpt')
-rw-r--r--ext/zlib/tests/gzopen_variation6.phpt12
1 files changed, 6 insertions, 6 deletions
diff --git a/ext/zlib/tests/gzopen_variation6.phpt b/ext/zlib/tests/gzopen_variation6.phpt
index 9fe3f24b47..0abdd757b7 100644
--- a/ext/zlib/tests/gzopen_variation6.phpt
+++ b/ext/zlib/tests/gzopen_variation6.phpt
@@ -1,17 +1,17 @@
--TEST--
-Test gzopen() function : variation: relative/absolute file
+Test gzopen() function : variation: relative/absolute file
--SKIPIF--
-<?php
+<?php
if (!extension_loaded("zlib")) {
- print "skip - ZLIB extension not loaded";
-}
+ print "skip - ZLIB extension not loaded";
+}
?>
--FILE--
<?php
/* Prototype : resource gzopen(string filename, string mode [, int use_include_path])
- * Description: Open a .gz-file and return a .gz-file pointer
+ * Description: Open a .gz-file and return a .gz-file pointer
* Source code: ext/zlib/zlib.c
- * Alias to functions:
+ * Alias to functions:
*/
echo "*** Testing gzopen() : variation ***\n";