Home
last modified time | relevance | path

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

/php-src/ext/sockets/tests/
H A Dsocket_set_nonblock-retval.phpt2 Test socket_set_nonblock return values
9 var_dump(socket_set_nonblock($socket));
15 var_dump(socket_set_nonblock($socket2));
23 socket_set_nonblock(): Argument #1 ($socket) has already been closed
H A Dsocket_set_nonblock.phpt11 socket_set_nonblock($s_c_l);
H A Dsocket_cmsg_credentials_fbsd.phpt22 socket_set_nonblock($sends1) or die("Could not put in non-blocking mode");
29 socket_set_nonblock($s) or die("Could not put in non-blocking mode");
H A Dsocket_cmsg_credentials.phpt28 socket_set_nonblock($sends1) or die("Could not put in non-blocking mode");
35 socket_set_nonblock($s) or die("Could not put in non-blocking mode");
H A Dbug51958.phpt19 socket_set_nonblock($listenfd);
H A Dsocket_cmsg_rights.phpt25 socket_set_nonblock($sends1) or die("Could not put in non-blocking mode");
32 socket_set_nonblock($s) or die("Could not put in non-blocking mode");
H A Dsocket_abstract_path_sendmsg.phpt19 socket_set_nonblock($sends1) or die("Could not put in non-blocking mode");
H A Dsocket_abstract_path.phpt21 socket_set_nonblock($servers) or die("Could not put in non-blocking mode");
H A Dsocket_sendto_zerocopy.phpt31 if (!socket_set_nonblock($s)) {
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.phpt19 if (!socket_set_nonblock($socket)) {
H A Dsocket_sentto_recvfrom_unix.phpt18 if (!socket_set_nonblock($socket)) {
H A Dsocket_sendrecvmsg_multi_msg-unix.phpt31 socket_set_nonblock($sends1) or die("Could not put in non-blocking mode");
H A Dsocket_sendrecvmsg_multi_msg.phpt26 socket_set_nonblock($sends1) or die("Could not put in non-blocking mode");
/php-src/ext/sockets/
H A Dsockets.stub.php1899 function socket_set_nonblock(Socket $socket): bool {} function
H A Dsockets_arginfo.h221 ZEND_FUNCTION(socket_set_nonblock);
273 ZEND_FE(socket_set_nonblock, arginfo_socket_set_nonblock)
H A Dsockets.c689 PHP_FUNCTION(socket_set_nonblock) argument

Completed in 35 milliseconds