Home
last modified time | relevance | path

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

/php-src/ext/sockets/tests/
H A Dsocket_select_error.phpt2 socket_select() error conditions
9 socket_select($r, $w, $e, 1);
15 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().
13 socket_select($sockets, $write, $except, $time);
19 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().
18 var_dump(socket_select($sockets, $write, $except, 0));
H A Dsocket_select-wrongparams-4.phpt2 Test parameter handling in socket_select().
21 var_dump(socket_select($sockets, $write, $except, $time, $usec));
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 Dmcast_helpers.php.inc5 if (socket_select($readfs, $writefs, $exceptfs, 0, $limit*1000) != 1) {
H A Dsocket_icmp.phpt46 if (socket_select($read, $write, $except, $timeout['sec'], $timeout['usec']) > 0) {
/php-src/ext/sockets/
H A Dsockets_arginfo.h214 ZEND_FUNCTION(socket_select);
262 ZEND_FE(socket_select, arginfo_socket_select)
H A Dsockets.stub.php1960 function socket_select(?array &$read, ?array &$write, ?array &$except, ?int $seconds, int $microsec… function
H A Dsockets.c585 PHP_FUNCTION(socket_select) argument
/php-src/sapi/fpm/tests/
H A Dfcgi.inc296 return socket_select(

Completed in 39 milliseconds