Searched refs:socket_recvfrom (Results 1 – 5 of 5) sorted by relevance
/PHP-5.3/ext/sockets/tests/ |
H A D | socket_sentto_recvfrom_ipv4_udp.phpt | 2 Test if socket_recvfrom() receives data sent by socket_sendto() via IPv4 UDP 17 socket_recvfrom($socket, $buf, 12, 0, $from, $port); // cause warning 35 socket_recvfrom($socket, $buf, 12, 0); // cause warning 36 socket_recvfrom($socket, $buf, 12, 0, $from); // cause warning 37 $bytes_received = socket_recvfrom($socket, $buf, 12, 0, $from, $port); 47 Warning: socket_recvfrom(): unable to recvfrom [%d]: %a in %s on line %d 51 Warning: socket_recvfrom() expects at least 5 parameters, 4 given in %s on line %d 53 Warning: Wrong parameter count for socket_recvfrom() in %s on line %d
|
H A D | socket_sentto_recvfrom_ipv6_udp.phpt | 2 Test if socket_recvfrom() receives data sent by socket_sendto() via IPv6 UDP 18 socket_recvfrom($socket, $buf, 12, 0, $from, $port); // cause warning 36 socket_recvfrom($socket, $buf, 12, 0); // cause warning 37 socket_recvfrom($socket, $buf, 12, 0, $from); // cause warning 38 $bytes_received = socket_recvfrom($socket, $buf, 12, 0, $from, $port); 48 Warning: socket_recvfrom(): unable to recvfrom [11]: Resource temporarily unavailable in %s on line… 52 Warning: socket_recvfrom() expects at least 5 parameters, 4 given in %s on line %d 54 Warning: Wrong parameter count for socket_recvfrom() in %s on line %d
|
H A D | socket_sentto_recvfrom_unix.phpt | 2 Test if socket_recvfrom() receives data sent by socket_sendto() through a Unix domain socket 21 socket_recvfrom($socket, $buf, 12, 0, $from, $port); // cause warning 40 var_dump(socket_recvfrom($socket, $buf, 0, 0, $from)); // expect false 41 $bytes_received = socket_recvfrom($socket, $buf, 12, 0, $from); 57 Warning: socket_recvfrom(): unable to recvfrom [%d]: Resource temporarily unavailable in %s on line…
|
/PHP-5.3/ext/sockets/ |
H A D | php_sockets.h | 64 PHP_FUNCTION(socket_recvfrom);
|
H A D | sockets.c | 289 PHP_FE(socket_recvfrom, arginfo_socket_recvfrom) 1535 PHP_FUNCTION(socket_recvfrom) argument
|
Completed in 11 milliseconds