Home
last modified time | relevance | path

Searched refs:socket_sendmsg (Results 1 – 10 of 10) sorted by relevance

/PHP-8.3/ext/sockets/tests/
H A Dsocket_sendrecvmsg_error.phpt2 Error during socket_sendmsg() or socket_recvmsg()
9 socket_sendmsg($socket, [], -1);
15 Warning: socket_sendmsg(): Error in sendmsg [%d]: %a in %s on line %d
H A Dsocket_abstract_path_sendmsg.phpt25 $r = socket_sendmsg($sends1, [
H A Dsocket_abstract_path.phpt29 $r = socket_sendmsg($clients, [
H A Dsocket_cmsg_credentials.phpt38 //$r = socket_sendmsg($sends1, [
H A Dsocket_cmsg_rights.phpt33 $r = socket_sendmsg($sends1, [
H A Dsocket_sendrecvmsg_multi_msg-unix.phpt42 $r = socket_sendmsg($sends1, [
H A Dsocket_sendrecvmsg_multi_msg.phpt37 $r = socket_sendmsg($sends1, [
/PHP-8.3/ext/sockets/
H A Dsendrecvmsg.c178 PHP_FUNCTION(socket_sendmsg) in PHP_FUNCTION() argument
H A Dsockets.stub.php1948 function socket_sendmsg(Socket $socket, array $message, int $flags = 0): int|false {} function
H A Dsockets_arginfo.h253 ZEND_FUNCTION(socket_sendmsg);
308 ZEND_FE(socket_sendmsg, arginfo_socket_sendmsg)

Completed in 49 milliseconds