mirror of
https://github.com/php/php-src.git
synced 2026-03-24 00:02:20 +01:00
Fix zlib test for 8.5+
This commit is contained in:
@@ -4,7 +4,7 @@ Test function gzseek() by seeking out of bounds
|
|||||||
zlib
|
zlib
|
||||||
--FILE--
|
--FILE--
|
||||||
<?php
|
<?php
|
||||||
$f = __DIR__."/004.txt.gz";
|
$f = __DIR__."/data/test.txt.gz";
|
||||||
$h = gzopen($f, 'r');
|
$h = gzopen($f, 'r');
|
||||||
|
|
||||||
var_dump(gzseek($h, -100, SEEK_CUR));
|
var_dump(gzseek($h, -100, SEEK_CUR));
|
||||||
|
|||||||
Reference in New Issue
Block a user