We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c727f4d + 6e733a2 commit ecbdd2bCopy full SHA for ecbdd2b
ext/zlib/tests/gzseek_seek_oob.phpt
@@ -4,7 +4,7 @@ Test function gzseek() by seeking out of bounds
4
zlib
5
--FILE--
6
<?php
7
-$f = __DIR__."/004.txt.gz";
+$f = __DIR__."/data/test.txt.gz";
8
$h = gzopen($f, 'r');
9
10
var_dump(gzseek($h, -100, SEEK_CUR));
0 commit comments