Home
last modified time | relevance | path

Searched refs:socket_set_nonblock (Results 1 – 15 of 15) sorted by relevance

/PHP-8.0/ext/sockets/tests/
H A Dsocket_set_nonblock-retval.phpt2 Test socket_set_nonblock return values
13 var_dump(socket_set_nonblock($socket));
19 var_dump(socket_set_nonblock($socket2));
27 socket_set_nonblock(): Argument #1 ($socket) has already been closed
H A Dsocket_set_nonblock.phpt15 socket_set_nonblock($s_c_l);
H A Dbug51958.phpt18 socket_set_nonblock($listenfd);
H A Dsocket_cmsg_credentials.phpt27 socket_set_nonblock($sends1) or die("Could not put in non-blocking mode");
34 socket_set_nonblock($s) or die("Could not put in non-blocking mode");
H A Dsocket_cmsg_rights.phpt24 socket_set_nonblock($sends1) or die("Could not put in non-blocking mode");
31 socket_set_nonblock($s) or die("Could not put in non-blocking mode");
H A Dsocket_abstract_path_sendmsg.phpt20 socket_set_nonblock($sends1) or die("Could not put in non-blocking mode");
H A Dsocket_abstract_path.phpt22 socket_set_nonblock($servers) or die("Could not put in non-blocking mode");
H A Dsocket_recvmsg.phpt28 socket_set_nonblock($sends1) or die("Could not put in non-blocking mode");
H A Dsocket_sentto_recvfrom_ipv6_udp-win32.phpt18 if (!socket_set_nonblock($socket)) {
H A Dsocket_sentto_recvfrom_unix.phpt18 if (!socket_set_nonblock($socket)) {
H A Dsocket_sendrecvmsg_multi_msg-unix.phpt32 socket_set_nonblock($sends1) or die("Could not put in non-blocking mode");
H A Dsocket_sendrecvmsg_multi_msg.phpt27 socket_set_nonblock($sends1) or die("Could not put in non-blocking mode");
/PHP-8.0/ext/sockets/
H A Dsockets_arginfo.h216 ZEND_FUNCTION(socket_set_nonblock);
266 ZEND_FE(socket_set_nonblock, arginfo_socket_set_nonblock)
H A Dsockets.stub.php19 function socket_set_nonblock(Socket $socket): bool {} function
H A Dsockets.c850 PHP_FUNCTION(socket_set_nonblock) argument

Completed in 46 milliseconds