summaryrefslogtreecommitdiff
path: root/ext/zlib/tests/gzeof_basic.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/zlib/tests/gzeof_basic.phpt')
-rw-r--r--ext/zlib/tests/gzeof_basic.phpt8
1 files changed, 4 insertions, 4 deletions
diff --git a/ext/zlib/tests/gzeof_basic.phpt b/ext/zlib/tests/gzeof_basic.phpt
index f5d2617a9f..4b2bb1aec9 100644
--- a/ext/zlib/tests/gzeof_basic.phpt
+++ b/ext/zlib/tests/gzeof_basic.phpt
@@ -1,9 +1,9 @@
--TEST--
Test function feof() 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--
@@ -18,7 +18,7 @@ $h = gzopen($f, 'r');
var_dump(gzeof($h));
gzpassthru($h);
var_dump(gzeof($h));
-gzclose($h);
+gzclose($h);
echo "\n-- test 2 --\n";
$h = gzopen($f, 'r');
@@ -31,7 +31,7 @@ var_dump(gzeof($h));
echo "reading 20 characters. eof should be true still\n";
gzread($h, 20)."\n";
var_dump(gzeof($h));
-gzclose($h);
+gzclose($h);