Fix file clash in zlib test

This commit is contained in:
Nikita Popov 2020-08-06 12:34:14 +02:00
parent 2cbc94097e
commit a35379de2e

View File

@ -8,7 +8,7 @@ if (!extension_loaded("zlib")) {
?>
--FILE--
<?php
$f = "gzseek_variation5.gz";
$f = "gzseek_variation4.gz";
$h = gzopen($f, 'w');
$str1 = "This is the first line.";
$str2 = "This is the second line.";