Home
last modified time | relevance | path

Searched refs:socket_select (Results 1 – 10 of 10) sorted by relevance

/PHP-8.0/ext/sockets/tests/
H A Dsocket_select_error.phpt2 socket_select() error conditions
11 socket_select($r, $w, $e, 1);
17 socket_select(): Argument #1 ($read) must only have elements of type Socket, string given
H A Dsocket_select-wrongparams-2.phpt2 Test parameter handling in socket_select().
16 socket_select($sockets, $write, $except, $time);
22 socket_select(): At least one array argument must be passed
H A Dsocket_select-wrongparams-1.phpt2 Test parameter handling in socket_select().
20 var_dump(socket_select($sockets, $write, $except, $time));
23 Warning: socket_select(): Unable to select [%d]: Invalid argument in %s on line %d
H A Dsocket_select.phpt2 Test parameter handling in socket_select().
21 var_dump(socket_select($sockets, $write, $except, 0));
H A Dsocket_select-wrongparams-1-win32.phpt2 Test parameter handling in socket_select().
20 var_dump(socket_select($sockets, $write, $except, $time));
H A Dsocket_select-wrongparams-4.phpt2 Test parameter handling in socket_select().
24 var_dump(socket_select($sockets, $write, $except, $time, $usec));
H A Dmcast_helpers.php.inc5 if (socket_select($readfs, $writefs, $exceptfs, 0, $limit*1000) != 1) {
/PHP-8.0/ext/sockets/
H A Dsockets_arginfo.h213 ZEND_FUNCTION(socket_select);
263 ZEND_FE(socket_select, arginfo_socket_select)
H A Dsockets.stub.php13 function socket_select(?array &$read, ?array &$write, ?array &$except, ?int $seconds, int $microsec… function
H A Dsockets.c724 PHP_FUNCTION(socket_select) argument

Completed in 26 milliseconds