Searched refs:socket_send (Results 1 – 4 of 4) sorted by relevance
/PHP-7.1/ext/sockets/tests/ |
H A D | socket_send.phpt | 2 int socket_send ( resource $socket , string $buf , int $len , int $flags ); 25 if(socket_send($socket, $stringSocket, $stringSocketLenght, MSG_OOB)===$stringSocketLenght){ 29 if(socket_send($socket, $stringSocket, $stringSocketLenght, MSG_EOR)===$stringSocketLenght){ 33 if(socket_send($socket, $stringSocket, $stringSocketLenght, MSG_EOF)===$stringSocketLenght){ 37 if(socket_send($socket, $stringSocket, $stringSocketLenght, MSG_DONTROUTE)===$stringSocketLenght){
|
H A D | socket_send_params.phpt | 2 ext/sockets - socket_send - test with incorrect parameters 13 $s_w = socket_send($s_c, "foo", -1, MSG_OOB); 17 Warning: socket_send(): Length cannot be negative in %s on line %i
|
H A D | socket_send_win32.phpt | 2 int socket_send ( resource $socket , string $buf , int $len , int $flags ); 24 if(socket_send($socket, $stringSocket, $stringSocketLenght, MSG_OOB)===$stringSocketLenght){ 28 if(socket_send($socket, $stringSocket, $stringSocketLenght, MSG_DONTROUTE)===$stringSocketLenght){
|
/PHP-7.1/ext/sockets/ |
H A D | sockets.c | 301 PHP_FUNCTION(socket_send); 336 PHP_FE(socket_send, arginfo_socket_send) 1651 PHP_FUNCTION(socket_send) argument
|
Completed in 10 milliseconds