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.phpt4
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/zlib/tests/gzdeflate_basic1.phpt b/ext/zlib/tests/gzdeflate_basic1.phpt
index a1b89b9376..5f25a1880b 100644
--- a/ext/zlib/tests/gzdeflate_basic1.phpt
+++ b/ext/zlib/tests/gzdeflate_basic1.phpt
@@ -1,5 +1,5 @@
--TEST--
-Test gzdeflate() function : basic functionality
+Test gzdeflate() function : basic functionality
--SKIPIF--
<?php
if (!extension_loaded("zlib")) {
@@ -9,7 +9,7 @@ if (!extension_loaded("zlib")) {
--FILE--
<?php
/* Prototype : string gzdeflate(string data [, int level, [int encoding]])
- * Description: Gzip-compress a string
+ * Description: Gzip-compress a string
* Source code: ext/zlib/zlib.c
* Alias to functions:
*/