Searched refs:socket_select (Results 1 – 9 of 9) sorted by relevance
/PHP-5.3/ext/sockets/tests/ |
H A D | socket_select-wrongparams-2.phpt | 2 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 D | socket_select-wrongparams-1.phpt | 2 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 D | socket_select.phpt | 2 Test parameter handling in socket_select(). 20 var_dump(socket_select($sockets, $write, $except, 0));
|
H A D | socket_select-wrongparams-4.phpt | 2 Test parameter handling in socket_select(). 24 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 | socket_select-wrongparams-3.phpt | 2 Test parameter handling in socket_select(). 23 var_dump(socket_select($sockets, $write, $except, $time));
|
/PHP-5.3/ext/sockets/ |
H A D | php_sockets.h | 44 PHP_FUNCTION(socket_select);
|
H A D | sockets.c | 269 PHP_FE(socket_select, arginfo_socket_select) 786 PHP_FUNCTION(socket_select) argument
|
/PHP-5.3/ |
H A D | NEWS | 3900 - Fixed bug #44197 (socket array keys lost on socket_select). (Felipe) 5355 - Fixed bug #38251 (socket_select() and invalid arguments). (Tony)
|
Completed in 35 milliseconds