We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 20654ce commit c3d6bf6Copy full SHA for c3d6bf6
2 files changed
ext/zlib/tests/zlib_flock.txt.gz
150 Bytes
ext/zlib/tests/zlib_wrapper_flock_basic.phpt
@@ -4,7 +4,7 @@ Test function stream_get_meta_data on a zlib stream
4
zlib
5
--FILE--
6
<?php
7
-$f = __DIR__."/004.txt.gz";
+$f = __DIR__."/zlib_flock.txt.gz";
8
$h = gzopen($f,'r');
9
var_dump(flock($h, LOCK_SH));
10
gzclose($h);
0 commit comments