summaryrefslogtreecommitdiff
path: root/ext/zlib/tests/gzseek_variation6.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/zlib/tests/gzseek_variation6.phpt')
-rw-r--r--ext/zlib/tests/gzseek_variation6.phpt6
1 files changed, 3 insertions, 3 deletions
diff --git a/ext/zlib/tests/gzseek_variation6.phpt b/ext/zlib/tests/gzseek_variation6.phpt
index 0c4630953c..bb5d9ed65b 100644
--- a/ext/zlib/tests/gzseek_variation6.phpt
+++ b/ext/zlib/tests/gzseek_variation6.phpt
@@ -1,16 +1,16 @@
--TEST--
Test function gzseek() by calling it with SEEK_END when reading
--SKIPIF--
-<?php
+<?php
if (!extension_loaded("zlib")) {
- print "skip - ZLIB extension not loaded";
+ print "skip - ZLIB extension not loaded";
}
?>
--FILE--
<?php
$f = dirname(__FILE__)."/004.txt.gz";
$h = gzopen($f, 'r');
-// move 40 bytes
+// move 40 bytes
echo "move 40 bytes\n";
gzread($h, 40);
echo "tell=";