diff options
Diffstat (limited to 'ext/zlib/tests/gzwrite_basic.phpt')
-rw-r--r-- | ext/zlib/tests/gzwrite_basic.phpt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/zlib/tests/gzwrite_basic.phpt b/ext/zlib/tests/gzwrite_basic.phpt index 46553eedf1..05d877158b 100644 --- a/ext/zlib/tests/gzwrite_basic.phpt +++ b/ext/zlib/tests/gzwrite_basic.phpt @@ -1,9 +1,9 @@ --TEST-- Test function gzwrite() by calling it with its expected arguments --SKIPIF-- -<?php +<?php if (!extension_loaded("zlib")) { - print "skip - ZLIB extension not loaded"; + print "skip - ZLIB extension not loaded"; } ?> --FILE-- |