diff options
Diffstat (limited to 'ext/zlib/tests/gzdeflate_basic1.phpt')
-rw-r--r-- | ext/zlib/tests/gzdeflate_basic1.phpt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/zlib/tests/gzdeflate_basic1.phpt b/ext/zlib/tests/gzdeflate_basic1.phpt index a2ae0f01da..823f320352 100644 --- a/ext/zlib/tests/gzdeflate_basic1.phpt +++ b/ext/zlib/tests/gzdeflate_basic1.phpt @@ -8,7 +8,7 @@ if (!extension_loaded("zlib")) { ?> --FILE-- <?php -/* Prototype : string gzdeflate(string data [, int level, [int encoding]]) +/* Prototype : proto string gzdeflate(string data [, int level]) * Description: Gzip-compress a string * Source code: ext/zlib/zlib.c * Alias to functions: |