Searched refs:socket_select (Results 1 – 12 of 12) sorted by relevance
/php-src/ext/sockets/tests/ |
H A D | socket_select_error.phpt | 2 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 D | socket_select-wrongparams-2.phpt | 2 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 D | socket_select-wrongparams-1.phpt | 2 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 D | socket_select.phpt | 2 Test parameter handling in socket_select(). 18 var_dump(socket_select($sockets, $write, $except, 0));
|
H A D | socket_select-wrongparams-4.phpt | 2 Test parameter handling in socket_select(). 21 var_dump(socket_select($sockets, $write, $except, $time, $usec));
|
H A D | socket_select-wrongparams-1-win32.phpt | 2 Test parameter handling in socket_select(). 20 var_dump(socket_select($sockets, $write, $except, $time));
|
H A D | mcast_helpers.php.inc | 5 if (socket_select($readfs, $writefs, $exceptfs, 0, $limit*1000) != 1) {
|
H A D | socket_icmp.phpt | 46 if (socket_select($read, $write, $except, $timeout['sec'], $timeout['usec']) > 0) {
|
/php-src/ext/sockets/ |
H A D | sockets_arginfo.h | 214 ZEND_FUNCTION(socket_select); 262 ZEND_FE(socket_select, arginfo_socket_select)
|
H A D | sockets.stub.php | 1960 function socket_select(?array &$read, ?array &$write, ?array &$except, ?int $seconds, int $microsec… function
|
H A D | sockets.c | 585 PHP_FUNCTION(socket_select) argument
|
/php-src/sapi/fpm/tests/ |
H A D | fcgi.inc | 296 return socket_select(
|
Completed in 39 milliseconds