Home
last modified time | relevance | path

Searched refs:stream_select (Results 1 – 25 of 26) sorted by relevance

12

/PHP-7.4/ext/standard/tests/file/
H A Duserstreams_002.phpt25 var_dump(stream_select($r, $w, $e, 0) !== false);
51 Warning: stream_select(): test_wrapper_base::stream_cast is not implemented! in %s
55 Warning: stream_select(): No stream arrays were passed in %s
62 Warning: stream_select(): No stream arrays were passed in %s
67 Warning: stream_select(): supplied argument is not a valid stream resource in %s
69 Warning: stream_select(): test_wrapper::stream_cast must return a stream resource in %s
73 Warning: stream_select(): No stream arrays were passed in %s
78 Warning: stream_select(): test_wrapper::stream_cast must not return itself in %s
82 Warning: stream_select(): No stream arrays were passed in %s
87 Warning: stream_select(): test_wrapper_base::stream_cast is not implemented! in %s
[all …]
H A Dproc_open01.phpt35 $retval = stream_select($read_fds, $write_fds, $exp_fds, 5);
H A Dbug60120.phpt39 $n = stream_select($r, $w, $e, 60);
/PHP-7.4/ext/standard/tests/streams/
H A Dstream_select_preserve_keys.phpt2 Bug #53427 + emulate_read (stream_select does not preserve keys)
11 stream_select($read, $write, $except, 0);
14 stream_select($read, $write, $except, 0); // // emulate_read
H A Dbug72075.phpt2 Bug #72075 (Referencing socket resources breaks stream_select)
12 print stream_select($r, $w, $e, 0.5);
H A Dbug46024.phpt2 Bug #46024 stream_select() doesn't return the correct number
21 $ret = stream_select($r, $w, $e, 1);
28 $ret = stream_select($r, $w, $e, 1);
H A Dbug53427.phpt2 Bug #53427 (stream_select does not preserve keys)
12 stream_select($read, $write, $except, 0);
H A Dbug64770.phpt2 Bug #64770 stream_select() fails with pipes from proc_open()
22 $n = stream_select($pipes, $w, $e, 300);
H A Dbug69521.phpt27 $changed = stream_select($read, $write, $except, 0, 500000);
H A Dbug60602.phpt22 $n = stream_select($pipes, $w, $e, 300);
H A Dproc_open_bug60120.phpt61 $s = stream_select($r, $w, $e, 60);
H A Dproc_open_bug64438.phpt33 $n = stream_select($r, $w, $e, 60);
/PHP-7.4/ext/pgsql/tests/
H A Dnonblocking.inc5 return (bool) stream_select($r, $w, $e, $timeout, 0);
9 return (bool) stream_select($r, $w, $e, $timeout, 0);
/PHP-7.4/ext/openssl/tests/
H A Dbug72333.phpt24 while (stream_select($read, $write, $except, 1)) {
49 while (stream_select($read, $write, $except, 1)) {
H A Dbug74159.phpt60 while($streams && !($n = stream_select($read, $streams, $except, 1)));
67 while ($streams && !($n = stream_select($streams, $write, $except, 1)));
H A Dbug77390.phpt28 while (stream_select($read, $write, $except, 1000)) {
86 while (stream_select($read, $write, $except, 1)) {
H A DServerClientTestCase.inc146 $result = stream_select($read, $write, $except, $timeout);
H A Dstream_server_reneg_limit.phpt51 stream_select($r, $w, $e, $timeout=42);
/PHP-7.4/ext/standard/
H A Dstreamsfuncs.h35 PHP_FUNCTION(stream_select);
H A Dstreamsfuncs.c747 PHP_FUNCTION(stream_select) in PHP_FUNCTION() argument
/PHP-7.4/sapi/phpdbg/
H A Dcreate-test.php75 $n = @stream_select($r, $w, $e, null);
/PHP-7.4/ext/standard/tests/http/
H A Dserver.inc62 if (!stream_select($r, $w, $e, 1)) continue;
/PHP-7.4/ext/mysqli/tests/
H A Dmysqli_poll_reference.phpt47 // The behaviour is in line with stream_select(). Be warned, be careful.
/PHP-7.4/
H A Drun-tests.php1244 $n = @stream_select($r, $w, $e, $timeout);
1502 if (stream_select($toRead, $toWrite, $toExcept, 10)) {
/PHP-7.4/sapi/fpm/tests/
H A Dtester.inc748 if (stream_select($read, $write, $except, $timeout=3)) {

Completed in 42 milliseconds

12