diff options
Diffstat (limited to 'ext/zlib/tests/gzopen_error.phpt')
| -rw-r--r-- | ext/zlib/tests/gzopen_error.phpt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/ext/zlib/tests/gzopen_error.phpt b/ext/zlib/tests/gzopen_error.phpt index a71791fb24..cda7c36e4e 100644 --- a/ext/zlib/tests/gzopen_error.phpt +++ b/ext/zlib/tests/gzopen_error.phpt @@ -1,17 +1,17 @@ --TEST-- Test gzopen() 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 : resource gzopen(string filename, string mode [, int use_include_path]) * Description: Open a .gz-file and return a .gz-file pointer * Source code: ext/zlib/zlib.c - * Alias to functions: + * Alias to functions: */ echo "*** Testing gzopen() : error conditions ***\n"; |
