Home
last modified time | relevance | path

Searched refs:socket_connect (Results 1 – 11 of 11) sorted by relevance

/PHP-5.5/ext/sockets/tests/
H A Dsocket_connect_params.phpt2 ext/sockets - socket_connect - test with empty parameters
17 $s_w = socket_connect();
18 $s_w = socket_connect($s_c);
19 $s_w = socket_connect($s_c, '0.0.0.0');
20 $s_w = socket_connect($s_c, '0.0.0.0', 31330+$rand);
27 Warning: socket_connect() expects at least 2 parameters, 0 given in %s on line %i
29 Warning: socket_connect() expects at least 2 parameters, 1 given in %s on line %i
31 Warning: socket_connect(): Socket of type AF_INET requires 3 arguments in %s on line %i
33 Warning: socket_connect(): unable to connect [%i]: %a in %s on line %i
H A Dsocket_bind.phpt23 $s_conn = socket_connect($s_c, 'www.php.net', 80);
H A Dipv4loop.phpt28 if (!socket_connect($client, '127.0.0.1', 31337)) {
H A Dipv6loop.phpt29 if (!socket_connect($client, '::1', 31337)) {
H A Dunixloop.phpt36 if (!socket_connect($client, $sock_path)) {
H A Dsocket_abstract_path.phpt26 socket_connect($clients, $path) or die("Error connecting");
H A Dsocket_getpeername_ipv4loop.phpt38 if (!socket_connect($client, $localhost, $port)) {
H A Dsocket_getpeername_ipv6loop.phpt39 if (!socket_connect($client, $localhost, $port)) {
/PHP-5.5/ext/standard/tests/mail/
H A Dmail_skipif.inc11 socket_connect($socket, "localhost", 143) or die ("skip can't socket to mail server");
/PHP-5.5/ext/sockets/
H A Dsockets.c293 PHP_FUNCTION(socket_connect);
327 PHP_FE(socket_connect, arginfo_socket_connect)
1376 PHP_FUNCTION(socket_connect) argument
/PHP-5.5/
H A DNEWS1563 . Fixed bug #65808 (the socket_connect() won't work with IPv6 address).
1780 socket_bind(), socket_connect() and socket_sendmsg(). (Gustavo)
4288 . Fixed stack buffer overflow in socket_connect(). (CVE-2011-1938)

Completed in 55 milliseconds