Home
last modified time | relevance | path

Searched refs:stream_socket_client (Results 1 – 22 of 22) sorted by relevance

/PHP-5.5/ext/standard/tests/file/
H A Dstream_002.phpt2 stream_socket_client() and invalid arguments
8 var_dump(stream_socket_client("", $a, $b));
10 var_dump(stream_socket_client("[", $a, $b));
12 var_dump(stream_socket_client("[ ", $a, $b));
14 var_dump(stream_socket_client(".", $a, $b));
16 var_dump(stream_socket_client(1, $a, $b));
18 var_dump(stream_socket_client(array(), $a, $b));
24 Warning: stream_socket_client(): unable to connect to (Failed to parse address "") in %s on line %d
29 Warning: stream_socket_client(): unable to connect to [ (Failed to parse address "[") in %s on line…
39 Warning: stream_socket_client(): unable to connect to . (Failed to parse address ".") in %s on line…
[all …]
/PHP-5.5/ext/openssl/tests/
H A Dbug54992.phpt30 var_dump(stream_socket_client("ssl://127.0.0.1:64321", $errno, $errstr, 1,
37 Warning: stream_socket_client(): Peer certificate CN=`bug54992.local' did not match expected CN=`bu…
39 Warning: stream_socket_client(): Failed to enable crypto in %s on line %d
41 Warning: stream_socket_client(): unable to connect to ssl://127.0.0.1:64321 (Unknown error) in %s o…
H A Dbug48182.phpt51 $socket = stream_socket_client($host, $errno, $errstr, 10, $flags);
H A Dsni_001.phpt53 $fh = stream_socket_client($url, $errno, $errstr,
62 $fh = stream_socket_client($url, $errno, $errstr,
/PHP-5.5/ext/standard/tests/network/
H A Dtcp6loop.phpt8 @stream_socket_client('tcp://[::1]:0', $errno);
28 $client = stream_socket_client("tcp://[::1]:$port");
H A Dudp6loop.phpt14 @stream_socket_client('tcp://[::1]:0', $errno);
34 $client = stream_socket_client("udp://[::1]:$port");
H A Dshutdown.phpt24 $client1 = stream_socket_client("tcp://127.0.0.1:$port");
33 $client2 = stream_socket_client("tcp://127.0.0.1:$port");
H A Dbug64330.phpt12 $client = stream_socket_client("unix://\x00/MyBindName");
H A Dudp4loop.phpt12 $client = stream_socket_client('udp://127.0.0.1:31338');
H A Dtcp4loop.phpt19 $client = stream_socket_client("tcp://127.0.0.1:$port");
H A Dudgloop.phpt21 $client = stream_socket_client("udg:///tmp/$uniqid.sock");
H A Dunixloop.phpt21 $client = stream_socket_client("unix:///tmp/$uniqid.sock");
/PHP-5.5/ext/sockets/tests/
H A Dipv6_skipif.inc5 if (@stream_socket_client('udp://[::1]:8888') === false)
/PHP-5.5/ext/standard/tests/streams/
H A Dbug61115-2.phpt5 stream_socket_client('abc', $var, $var, 0, STREAM_CLIENT_PERSISTENT);
H A Dbug61371-win.phpt22 …$stream = stream_socket_client('udp://127.0.0.1:80', $errno, $errstr, 10, STREAM_CLIENT_CONNECT, $…
H A Dbug61371.phpt22 …$stream = stream_socket_client('udp://0.0.0.0:80', $errno, $errstr, 10, STREAM_CLIENT_CONNECT, $co…
/PHP-5.5/ext/standard/
H A Dstreamsfuncs.h26 PHP_FUNCTION(stream_socket_client);
H A Dstreamsfuncs.c86 PHP_FUNCTION(stream_socket_client) in PHP_FUNCTION() argument
H A Dbasic_functions.c3125 PHP_FE(stream_socket_client, arginfo_stream_socket_client)
/PHP-5.5/sapi/cli/tests/
H A D022.phpt33 $client_socket = stream_socket_client('unix://' . $socket_file);
/PHP-5.5/ext/ftp/tests/
H A Dserver.inc228 if (!$fs = stream_socket_client("tcp://$host:$port")) {
281 if (!$fs = stream_socket_client("tcp://$host:$port")) {
325 else if (!$fs = stream_socket_client("tcp://$host:$port")) {
/PHP-5.5/
H A DNEWS8440 stream_socket_accept() and stream_socket_client()). (Ilia)
10007 - Fixed bug #30387 (stream_socket_client async connect was broken).

Completed in 93 milliseconds