summaryrefslogtreecommitdiff
path: root/ext/zlib/tests/gzeof_variation1.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/zlib/tests/gzeof_variation1.phpt')
-rw-r--r--ext/zlib/tests/gzeof_variation1.phpt4
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/zlib/tests/gzeof_variation1.phpt b/ext/zlib/tests/gzeof_variation1.phpt
index ba0d8e5932..9e30775928 100644
--- a/ext/zlib/tests/gzeof_variation1.phpt
+++ b/ext/zlib/tests/gzeof_variation1.phpt
@@ -1,9 +1,9 @@
--TEST--
Test function gzeof while writing.
--SKIPIF--
-<?php
+<?php
if (!extension_loaded("zlib")) {
- print "skip - ZLIB extension not loaded";
+ print "skip - ZLIB extension not loaded";
}
?>
--FILE--