Searched refs:socket_connect (Results 1 – 11 of 11) sorted by relevance
/PHP-5.3/ext/sockets/tests/ |
H A D | socket_connect_params.phpt | 2 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 D | socket_bind.phpt | 20 $s_conn = socket_connect($s_c, 'www.php.net', 80);
|
H A D | ipv4loop.phpt | 28 if (!socket_connect($client, '127.0.0.1', 31337)) {
|
H A D | ipv6loop.phpt | 29 if (!socket_connect($client, '::1', 31337)) {
|
H A D | unixloop.phpt | 36 if (!socket_connect($client, $sock_path)) {
|
H A D | socket_getpeername_ipv4loop.phpt | 38 if (!socket_connect($client, $localhost, $port)) {
|
H A D | socket_getpeername_ipv6loop.phpt | 39 if (!socket_connect($client, $localhost, $port)) {
|
/PHP-5.3/ext/sockets/ |
H A D | php_sockets.h | 59 PHP_FUNCTION(socket_connect);
|
H A D | sockets.c | 284 PHP_FE(socket_connect, arginfo_socket_connect) 1280 PHP_FUNCTION(socket_connect) argument
|
/PHP-5.3/ext/standard/tests/mail/ |
H A D | mail_skipif.inc | 11 socket_connect($socket, "localhost", 143) or die ("skip can't socket to mail server");
|
/PHP-5.3/ |
H A D | NEWS | 1237 . Fixed stack buffer overflow in socket_connect(). (CVE-2011-1938)
|
Completed in 34 milliseconds