1
0
mirror of https://github.com/php/php-src.git synced 2026-04-24 00:18:23 +02:00

Fixed test

This commit is contained in:
Arnaud Le Blanc
2008-12-18 16:04:38 +00:00
parent 1355a8f433
commit c00195e6b5
+1 -1
View File
@@ -20,7 +20,7 @@ $w = array($pipes[0]);
$e = null;
$ret = stream_select($r, $w, $e, 1);
var_dump($ret === (count($r) + count($w)));
fread($pipes[0], 1);
fread($pipes[1], 1);
$r = array($pipes[1]);
$w = array($pipes[0]);