/PHP-8.0/ext/standard/tests/file/ |
H A D | userstreams_002.phpt | 26 var_dump(stream_select($r, $w, $e, 0) !== false); 55 Warning: stream_select(): test_wrapper_base::stream_cast is not implemented! in %s 57 Warning: stream_select(): Cannot represent a stream of type user-space as a select()able descriptor… 62 Warning: stream_select(): Cannot represent a stream of type user-space as a select()able descriptor… 67 Warning: stream_select(): test_wrapper::stream_cast must return a stream resource in %s 69 Warning: stream_select(): Cannot represent a stream of type user-space as a select()able descriptor… 74 Warning: stream_select(): test_wrapper::stream_cast must not return itself in %s 76 Warning: stream_select(): Cannot represent a stream of type user-space as a select()able descriptor… 81 Warning: stream_select(): test_wrapper_base::stream_cast is not implemented! in %s 83 Warning: stream_select(): Cannot represent a stream of type user-space as a select()able descriptor… [all …]
|
H A D | proc_open01.phpt | 35 $retval = stream_select($read_fds, $write_fds, $exp_fds, 5);
|
H A D | bug60120.phpt | 39 $n = stream_select($r, $w, $e, 60);
|
/PHP-8.0/ext/standard/tests/streams/ |
H A D | stream_select_preserve_keys.phpt | 2 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 D | bug72075.phpt | 2 Bug #72075 (Referencing socket resources breaks stream_select) 12 print stream_select($r, $w, $e, 0.5);
|
H A D | bug53427.phpt | 2 Bug #53427 (stream_select does not preserve keys) 12 stream_select($read, $write, $except, 0);
|
H A D | gh9590-001.phpt | 2 Bug GH-9590 001 (stream_select does not abort upon exception or empty valid fd set) 23 var_dump(stream_select($r, $w, $e, PHP_INT_MAX)); 27 Warning: stream_select(): You MUST recompile PHP with a larger value of FD_SETSIZE.
|
H A D | bug46024.phpt | 2 Bug #46024 stream_select() doesn't return the correct number 26 $ret = stream_select($r, $w, $e, 1); 33 $ret = stream_select($r, $w, $e, 1);
|
H A D | gh9590-002.phpt | 2 Bug GH-9590 002 (stream_select does not abort upon exception or empty valid fd set) 25 var_dump(stream_select($r, $w, $e, PHP_INT_MAX)); 29 Fatal error: Uncaught Exception: stream_select(): You MUST recompile PHP with a larger value of FD_…
|
H A D | bug64770.phpt | 2 Bug #64770 stream_select() fails with pipes from proc_open() 22 $n = stream_select($pipes, $w, $e, 300);
|
H A D | gh8472.phpt | 28 if (stream_select($read, $write, $except, 1)) {
|
H A D | bug69521.phpt | 27 $changed = stream_select($read, $write, $except, 0, 500000);
|
H A D | bug60602.phpt | 22 $n = stream_select($pipes, $w, $e, 300);
|
H A D | proc_open_bug60120.phpt | 61 $s = stream_select($r, $w, $e, 60);
|
H A D | proc_open_bug64438.phpt | 33 $n = stream_select($r, $w, $e, 60);
|
/PHP-8.0/ext/pgsql/tests/ |
H A D | nonblocking.inc | 5 return (bool) stream_select($r, $w, $e, $timeout, 0); 9 return (bool) stream_select($r, $w, $e, $timeout, 0);
|
/PHP-8.0/ext/openssl/tests/ |
H A D | bug72333.phpt | 24 while (stream_select($read, $write, $except, 1)) { 49 while (stream_select($read, $write, $except, 1)) {
|
H A D | bug74159.phpt | 60 while($streams && !($n = stream_select($read, $streams, $except, 1))); 67 while ($streams && !($n = stream_select($streams, $write, $except, 1)));
|
H A D | bug77390.phpt | 28 while (stream_select($read, $write, $except, 1000)) { 86 while (stream_select($read, $write, $except, 1)) {
|
/PHP-8.0/ext/standard/tests/general_functions/ |
H A D | proc_open_sockets1.phpt | 28 if (!stream_select($r, $w, $e, null, 0)) {
|
H A D | proc_open_sockets3.phpt | 12 if (!stream_select($r, $w, $e, null, 0)) {
|
H A D | proc_open_sockets2.phpt | 12 if (!stream_select($r, $w, $e, null, 0)) {
|
/PHP-8.0/sapi/phpdbg/ |
H A D | create-test.php | 73 $n = @stream_select($r, $w, $e, null);
|
/PHP-8.0/ext/mysqli/tests/ |
H A D | gh9590.phpt | 2 Bug GH-9602 (stream_select does not abort upon exception or empty valid fd set)
|
/PHP-8.0/ext/standard/tests/http/ |
H A D | server.inc | 70 if (!stream_select($r, $w, $e, 1)) continue;
|