summaryrefslogtreecommitdiff
path: root/ext/zlib/tests/gzopen_variation9.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/zlib/tests/gzopen_variation9.phpt')
-rw-r--r--ext/zlib/tests/gzopen_variation9.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/zlib/tests/gzopen_variation9.phpt b/ext/zlib/tests/gzopen_variation9.phpt
index 91e2a42976..b8b895a92d 100644
--- a/ext/zlib/tests/gzopen_variation9.phpt
+++ b/ext/zlib/tests/gzopen_variation9.phpt
@@ -3,7 +3,7 @@ Test gzopen() function : variation: try opening with possibly invalid modes
--SKIPIF--
<?php
if (!extension_loaded("zlib")) {
- print "skip - ZLIB extension not loaded";
+ print "skip - ZLIB extension not loaded";
}
?>
--FILE--