Home
last modified time | relevance | path

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

/PHP-7.4/ext/sockets/tests/
H A Dsocket_set_nonblock-retval.phpt2 Test socket_set_nonblock return values
13 var_dump(socket_set_nonblock($socket));
18 var_dump(socket_set_nonblock($socket2));
24 Warning: socket_set_nonblock(): supplied resource is not a valid Socket resource in %s on line %d
H A Dsocket_set_nonblock.phpt15 socket_set_nonblock($s_c_l);
H A Dbug51958.phpt18 socket_set_nonblock($listenfd);
H A Dsocket_cmsg_rights.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 Dsocket_cmsg_credentials.phpt31 socket_set_nonblock($sends1) or die("Could not put in non-blocking mode");
38 socket_set_nonblock($sends1) 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_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_sentto_recvfrom_ipv6_udp-win32.phpt18 if (!socket_set_nonblock($socket)) {
H A Dsocket_sendrecvmsg_multi_msg.phpt27 socket_set_nonblock($sends1) or die("Could not put in non-blocking mode");
/PHP-7.4/ext/sockets/
H A Dsockets.c332 PHP_FUNCTION(socket_set_nonblock);
377 PHP_FE(socket_set_nonblock, arginfo_socket_set_nonblock)
1083 PHP_FUNCTION(socket_set_nonblock) argument

Completed in 25 milliseconds