Home
last modified time | relevance | path

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

/PHP-5.5/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.phpt43 $n = stream_select($r, $w, $e, 60);
/PHP-5.5/ext/standard/tests/streams/
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 Dbug60602.phpt22 $n = stream_select($pipes, $w, $e, 300);
H A Dproc_open_bug60120.phpt32 $n = stream_select($r, $w, $e, 60);
H A Dproc_open_bug64438.phpt32 $n = stream_select($r, $w, $e, 60);
/PHP-5.5/ext/openssl/tests/
H A Dbug48182.phpt31 if (stream_select($r, $w, $e, 1, 0) != 0)
36 if (stream_select($r, $w, $e, 1, 0) != 0)
62 if (stream_select($r, $w, $e, 1, 0) != 0)
/PHP-5.5/ext/standard/
H A Dstreamsfuncs.h37 PHP_FUNCTION(stream_select);
H A Dstreamsfuncs.c774 PHP_FUNCTION(stream_select) in PHP_FUNCTION() argument
H A Dbasic_functions.c3114 PHP_FE(stream_select, arginfo_stream_select)
/PHP-5.5/ext/standard/tests/http/
H A Dserver.inc54 if (!stream_select($r, $w, $e, 1)) continue;
/PHP-5.5/ext/mysqli/tests/
H A Dmysqli_poll_reference.phpt47 // The behaviour is in line with stream_select(). Be warned, be careful.
/PHP-5.5/
H A Dserver-tests.php198 $n = @stream_select($r, $w, $e, 60);
H A Drun-tests.php1105 $n = @stream_select($r, $w, $e, $timeout);
H A DNEWS2208 . Fixed bug #64770 (stream_select() fails with pipes returned by proc_open()
2263 . Fixed bug #64770 (stream_select() fails with pipes returned by proc_open()
2293 . Fixed bug #64770 (stream_select() fails with pipes returned by proc_open()
6035 allowing stream_select(), stream_set_blocking(), stream_set_timeout() and
6736 - Fixed bug #46024 (stream_select() doesn't return the correct number).
8806 - Fixed bug #36242 (Possible memory corruption in stream_select()). (Tony)
8851 - Fixed bug #35900 (stream_select() should warning when tv_sec is negative).

Completed in 377 milliseconds