mirror of
https://github.com/php/php-src.git
synced 2025-08-20 17:34:35 +02:00
MFB
This commit is contained in:
parent
9777b3a933
commit
65f3544a3c
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ for ($left = strlen($test_string); $left > 0;) {
|
||||||
$read_fds = array($pipes[1]);
|
$read_fds = array($pipes[1]);
|
||||||
$write_fds = NULL;
|
$write_fds = NULL;
|
||||||
$exp_fds = NULL;
|
$exp_fds = NULL;
|
||||||
$retval = stream_select($read_fds, $write_fds, $exp_fds, 1);
|
$retval = stream_select($read_fds, $write_fds, $exp_fds, 5);
|
||||||
if ($retval === false) {
|
if ($retval === false) {
|
||||||
print "select() failed\n";
|
print "select() failed\n";
|
||||||
break;
|
break;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue