Skip to content

Commit 3572d5f

Browse files
committed
MFH: Fixed test
1 parent dae1582 commit 3572d5f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/standard/tests/streams/bug46024.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ $w = array($pipes[0]);
2020
$e = null;
2121
$ret = stream_select($r, $w, $e, 1);
2222
var_dump($ret === (count($r) + count($w)));
23-
fread($pipes[0], 1);
23+
fread($pipes[1], 1);
2424

2525
$r = array($pipes[1]);
2626
$w = array($pipes[0]);

0 commit comments

Comments
 (0)