Searched refs:socket_recvfrom (Results 1 – 10 of 10) sorted by relevance
/PHP-8.1/ext/sockets/tests/ |
H A D | socket_sentto_recvfrom_ipv6_udp-win32.phpt | 2 Test if socket_recvfrom() receives data sent by socket_sendto() via IPv6 UDP (Win32) 21 socket_recvfrom($socket, $buf, 12, 0, $from, $port); // cause warning 38 $bytes_received = socket_recvfrom($socket, $buf, 12, 0, $from, $port); 49 Warning: socket_recvfrom(): unable to recvfrom [10022]: %s 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 20 var_dump(socket_recvfrom($socket, $buf, 12, 0, $from, $port)); //false (EAGAIN, no warning) 38 var_dump(socket_recvfrom($socket, $buf, 0, 0, $from)); // expect false 39 $bytes_received = socket_recvfrom($socket, $buf, 12, 0, $from);
|
H A D | bug76839.phpt | 2 Bug #76839: socket_recvfrom may return an invalid 'from' address on MacOS 32 socket_recvfrom($receiverSocket, $message, 65535, 0, $from); 35 // Respond to the sender using the 'from' address from socket_recvfrom
|
H A D | socket_sentto_recvfrom_ipv4_udp.phpt | 2 Test if socket_recvfrom() receives data sent by socket_sendto() via IPv4 UDP 38 $bytes = socket_recvfrom(
|
H A D | socket_sentto_recvfrom_ipv6_udp.phpt | 2 Test if socket_recvfrom() receives data sent by socket_sendto() via IPv6 UDP 46 $bytes = socket_recvfrom(
|
H A D | mcast_ipv6_recv_limited.phpt | 69 $r = socket_recvfrom($s, $str, 2000, 0, $from, $fromPort);
|
H A D | mcast_ipv6_recv.phpt | 76 $r = socket_recvfrom($s, $str, 2000, 0, $from, $fromPort);
|
/PHP-8.1/ext/sockets/ |
H A D | sockets.stub.php | 69 function socket_recvfrom(Socket $socket, &$data, int $length, int $flags, &$address, &$port = null)… function
|
H A D | sockets_arginfo.h | 230 ZEND_FUNCTION(socket_recvfrom); 280 ZEND_FE(socket_recvfrom, arginfo_socket_recvfrom)
|
H A D | sockets.c | 1538 PHP_FUNCTION(socket_recvfrom) argument
|
Completed in 21 milliseconds