diff options
Diffstat (limited to 'ext/zlib/tests/gzcompress_error1.phpt')
| -rw-r--r-- | ext/zlib/tests/gzcompress_error1.phpt | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/ext/zlib/tests/gzcompress_error1.phpt b/ext/zlib/tests/gzcompress_error1.phpt index 9db0a56fa1..3f742a4dca 100644 --- a/ext/zlib/tests/gzcompress_error1.phpt +++ b/ext/zlib/tests/gzcompress_error1.phpt @@ -1,17 +1,17 @@ --TEST-- -Test gzcompress() function : error conditions +Test gzcompress() 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 gzcompress(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: + * Alias to functions: */ /* @@ -45,7 +45,7 @@ echo "\n-- Testing with incorrect parameters --\n"; class Tester { function Hello() { - echo "Hello\n"; + echo "Hello\n"; } } |
