diff options
Diffstat (limited to 'ext/zlib/tests/gzopen_basic2.phpt')
| -rw-r--r-- | ext/zlib/tests/gzopen_basic2.phpt | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/ext/zlib/tests/gzopen_basic2.phpt b/ext/zlib/tests/gzopen_basic2.phpt index 90766b1817..f9b4cd2a58 100644 --- a/ext/zlib/tests/gzopen_basic2.phpt +++ b/ext/zlib/tests/gzopen_basic2.phpt @@ -1,17 +1,17 @@ --TEST-- Test gzopen() function : basic functionality for writing --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() : basic functionality ***\n"; @@ -37,8 +37,8 @@ foreach($modes as $mode) { else { var_dump($h); } -} - +} + ?> ===DONE=== --EXPECTF-- |
