diff options
Diffstat (limited to 'ext/zlib/tests/gzuncompress_error1.phpt')
| -rw-r--r-- | ext/zlib/tests/gzuncompress_error1.phpt | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/ext/zlib/tests/gzuncompress_error1.phpt b/ext/zlib/tests/gzuncompress_error1.phpt index 71c60552ec..5961673abb 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 --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 * 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"; } } |
