summaryrefslogtreecommitdiff
path: root/ext/zlib/tests/gzuncompress_error1.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/zlib/tests/gzuncompress_error1.phpt')
-rw-r--r--ext/zlib/tests/gzuncompress_error1.phpt14
1 files changed, 7 insertions, 7 deletions
diff --git a/ext/zlib/tests/gzuncompress_error1.phpt b/ext/zlib/tests/gzuncompress_error1.phpt
index baf2527c14..592f6bd6ae 100644
--- a/ext/zlib/tests/gzuncompress_error1.phpt
+++ b/ext/zlib/tests/gzuncompress_error1.phpt
@@ -1,17 +1,17 @@
--TEST--
-Test gzuncompress() function : error conditions
+Test gzuncompress() function : error conditions
--SKIPIF--
-<?php
+<?php
if (!extension_loaded("zlib")) {
- print "skip - ZLIB extension not loaded";
-}
+ print "skip - ZLIB extension not loaded";
+}
?>
--FILE--
<?php
/* Prototype : string gzuncompress(string data [, int length])
- * Description: Unzip a gzip-compressed string
+ * Description: Unzip a gzip-compressed string
* Source code: ext/zlib/zlib.c
- * Alias to functions:
+ * Alias to functions:
*/
echo "*** Testing gzuncompress() : error conditions ***\n";
@@ -38,7 +38,7 @@ var_dump(gzuncompress(123));
class Tester {
function Hello() {
- echo "Hello\n";
+ echo "Hello\n";
}
}