diff options
Diffstat (limited to 'ext/zlib/tests/inflate_init_error.phpt')
| -rw-r--r-- | ext/zlib/tests/inflate_init_error.phpt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/zlib/tests/inflate_init_error.phpt b/ext/zlib/tests/inflate_init_error.phpt index 58c07a426c..fb80573c1c 100644 --- a/ext/zlib/tests/inflate_init_error.phpt +++ b/ext/zlib/tests/inflate_init_error.phpt @@ -1,9 +1,9 @@ --TEST-- Test inflate_init() error --SKIPIF-- -<?php +<?php if (!extension_loaded("zlib")) { - print "skip - ZLIB extension not loaded"; + print "skip - ZLIB extension not loaded"; } ?> --FILE-- |
