mirror of
https://github.com/php/php-src.git
synced 2024-11-24 18:34:21 +08:00
Fix file clash in zlib test
This commit is contained in:
parent
2cbc94097e
commit
a35379de2e
@ -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.";
|
||||
|
Loading…
Reference in New Issue
Block a user