Skip to content

Commit

Permalink
Fix test expectation
Browse files Browse the repository at this point in the history
  • Loading branch information
TimWolla committed Jan 28, 2025
1 parent c9b8cbc commit 7a5a475
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ext/standard/tests/file/userstreams_004.phpt
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ class test_wrapper extends test_wrapper_base {
}
function test($name, $fd, $mode) {
echo "------ $name: -------\n";
flock($fd, $mode);
(void)flock($fd, $mode);
$data = stream_get_meta_data($fd);
var_dump($data['wrapper_data']->mode === $mode);
}
Expand Down

0 comments on commit 7a5a475

Please sign in to comment.