Home
last modified time | relevance | path

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

/PHP-5.5/ext/sockets/tests/
H A Dsocket_select-wrongparams-2.phpt2 Test parameter handling in socket_select().
14 var_dump(socket_select($sockets, $write, $except, $time));
15 socket_select($sockets, $write, $except);
17 Warning: socket_select(): no resource arrays were passed to select in %s on line %d
20 Warning: socket_select() expects at least 4 parameters, 3 given in %s on line %d
H A Dsocket_select-wrongparams-1.phpt2 Test parameter handling in socket_select().
20 var_dump(socket_select($sockets, $write, $except, $time));
22 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().
20 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 Dsocket_select-wrongparams-3.phpt2 Test parameter handling in socket_select().
23 var_dump(socket_select($sockets, $write, $except, $time));
H A Dmcast_helpers.php.inc5 if (socket_select($readfs, $writefs, $exceptfs, 0, $limit*1000) != 1) {
/PHP-5.5/ext/sockets/
H A Dsockets.c278 PHP_FUNCTION(socket_select);
312 PHP_FE(socket_select, arginfo_socket_select)
842 PHP_FUNCTION(socket_select) argument
/PHP-5.5/
H A DNEWS6950 - Fixed bug #44197 (socket array keys lost on socket_select). (Felipe)
8405 - Fixed bug #38251 (socket_select() and invalid arguments). (Tony)

Completed in 35 milliseconds