summaryrefslogtreecommitdiff
path: root/ext/zlib/tests/gzseek_variation5.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/zlib/tests/gzseek_variation5.phpt')
-rw-r--r--ext/zlib/tests/gzseek_variation5.phpt6
1 files changed, 3 insertions, 3 deletions
diff --git a/ext/zlib/tests/gzseek_variation5.phpt b/ext/zlib/tests/gzseek_variation5.phpt
index 11e4912787..b38b46558e 100644
--- a/ext/zlib/tests/gzseek_variation5.phpt
+++ b/ext/zlib/tests/gzseek_variation5.phpt
@@ -1,15 +1,15 @@
--TEST--
Test function gzseek() by calling it with SEEK_CUR when writing
--SKIPIF--
-<?php
+<?php
if (!extension_loaded("zlib")) {
- print "skip - ZLIB extension not loaded";
+ print "skip - ZLIB extension not loaded";
}
?>
--FILE--
<?php
$f = "gzseek_variation5.gz";
-$h = gzopen($f, 'w');
+$h = gzopen($f, 'w');
$str1 = "This is the first line.";
$str2 = "This is the second line.";
gzwrite($h, $str1);