Home
last modified time | relevance | path

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

/PHP-5.5/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(): %d is not a valid Socket resource in %s on line %d
H A Dsocket_set_nonblock-wrongparams.phpt2 Test if socket_set_nonblock throws E_WARNING with wrong parameters.
10 $socket = socket_set_nonblock(array());
13 Warning: socket_set_nonblock() expects parameter 1 to be resource, array given in %s on line %d
H A Dsocket_set_nonblock.phpt16 socket_set_nonblock($s_c_l);
H A Dsocket_cmsg_credentials.phpt26 socket_set_nonblock($sends1) or die("Could not put in non-blocking mode");
33 socket_set_nonblock($sends1) or die("Could not put in non-blocking mode");
H A Dsocket_cmsg_rights.phpt26 socket_set_nonblock($sends1) or die("Could not put in non-blocking mode");
33 socket_set_nonblock($s) or die("Could not put in non-blocking mode");
H A Dbug51958.phpt18 socket_set_nonblock($listenfd);
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_ipv4_udp.phpt14 if (!socket_set_nonblock($socket)) {
H A Dsocket_sentto_recvfrom_ipv6_udp.phpt18 if (!socket_set_nonblock($socket)) {
H A Dsocket_sentto_recvfrom_unix.phpt18 if (!socket_set_nonblock($socket)) {
H A Dsocket_sendrecvmsg_multi_msg.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-win32.phpt26 socket_set_nonblock($sends1) or die("Could not put in non-blocking mode");
/PHP-5.5/ext/sockets/
H A Dsockets.c284 PHP_FUNCTION(socket_set_nonblock);
319 PHP_FE(socket_set_nonblock, arginfo_socket_set_nonblock)
961 PHP_FUNCTION(socket_set_nonblock) argument
/PHP-5.5/
H A DNEWS4290 . Changed socket_set_block() and socket_set_nonblock() so they emit warnings

Completed in 2368 milliseconds