Home
last modified time | relevance | path

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

12

/php-src/ext/standard/tests/streams/
H A Dstream_select_null_usec.phpt2 stream_select allows null for microsecond timeout if timeout is null
15 stream_select($read, $write, $except, null, null);
20 stream_select($read, $write, $except, null, 0);
22 stream_select($read, $write, $except, null, 1);
31 Fatal error: Uncaught ValueError: stream_select(): Argument #5 ($microseconds) must be null when ar…
33 #0 %s stream_select(Array, NULL, NULL, NULL, 1)
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 Dbug53427.phpt2 Bug #53427 (stream_select does not preserve keys)
12 stream_select($read, $write, $except, 0);
H A Dgh9590-001.phpt2 Bug GH-9590 001 (stream_select does not abort upon exception or empty valid fd set)
25 var_dump(stream_select($r, $w, $e, PHP_INT_MAX));
29 Warning: stream_select(): You MUST recompile PHP with a larger value of FD_SETSIZE.
H A Dbug46024.phpt2 Bug #46024 stream_select() doesn't return the correct number
25 $ret = stream_select($r, $w, $e, 1);
32 $ret = stream_select($r, $w, $e, 1);
H A Dgh9590-002.phpt2 Bug GH-9590 002 (stream_select does not abort upon exception or empty valid fd set)
27 var_dump(stream_select($r, $w, $e, PHP_INT_MAX));
31 Fatal error: Uncaught Exception: stream_select(): You MUST recompile PHP with a larger value of FD_…
H A Dbug64770.phpt2 Bug #64770 stream_select() fails with pipes from proc_open()
22 $n = stream_select($pipes, $w, $e, 300);
H A Dgh8472.phpt28 if (stream_select($read, $write, $except, 1)) {
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-src/ext/standard/tests/file/
H A Duserstreams_002.phpt27 var_dump(stream_select($r, $w, $e, 0) !== false);
56 Warning: stream_select(): test_wrapper_base::stream_cast is not implemented! in %s
58 Warning: stream_select(): Cannot represent a stream of type user-space as a select()able descriptor…
63 Warning: stream_select(): Cannot represent a stream of type user-space as a select()able descriptor…
68 Warning: stream_select(): test_wrapper::stream_cast must return a stream resource in %s
70 Warning: stream_select(): Cannot represent a stream of type user-space as a select()able descriptor…
75 Warning: stream_select(): test_wrapper::stream_cast must not return itself in %s
77 Warning: stream_select(): Cannot represent a stream of type user-space as a select()able descriptor…
82 Warning: stream_select(): test_wrapper_base::stream_cast is not implemented! in %s
84 Warning: stream_select(): Cannot represent a stream of type user-space as a select()able descriptor…
[all …]
H A Dproc_open01.phpt35 $retval = stream_select($read_fds, $write_fds, $exp_fds, 5);
H A Dbug60120.phpt38 $n = stream_select($r, $w, $e, 60);
/php-src/ext/pgsql/tests/inc/
H A Dnonblocking.inc5 return (bool) stream_select($r, $w, $e, $timeout, 0);
9 return (bool) stream_select($r, $w, $e, $timeout, 0);
/php-src/ext/openssl/tests/
H A Dbug72333.phpt25 while (stream_select($read, $write, $except, 1)) {
50 while (stream_select($read, $write, $except, 1)) {
H A Dbug77390.phpt29 while (stream_select($read, $write, $except, 1000)) {
87 while (stream_select($read, $write, $except, 1)) {
H A Dbug74159.phpt61 while($streams && !($n = stream_select($read, $streams, $except, 1)));
68 while ($streams && !($n = stream_select($streams, $write, $except, 1)));
/php-src/ext/standard/tests/general_functions/
H A Dproc_open_sockets3.phpt12 if (!stream_select($r, $w, $e, null)) {
H A Dproc_open_sockets1.phpt32 if (!stream_select($r, $w, $e, null)) {
H A Dproc_open_sockets2.phpt12 if (!stream_select($r, $w, $e, null)) {
/php-src/benchmark/
H A Dshared.php33 stream_select($read, $write, $except, 1, 0);
/php-src/sapi/phpdbg/
H A Dcreate-test.php73 $n = @stream_select($r, $w, $e, null);

Completed in 33 milliseconds

12