Home
last modified time | relevance | path

Searched refs:client (Results 26 – 50 of 444) sorted by relevance

12345678910>>...18

/PHP-8.1/ext/standard/tests/network/
H A Dunixloop.phpt21 $client = stream_socket_client("unix:///tmp/$uniqid.sock");
22 if (!$client) {
23 die('Unable to create AF_UNIX socket [client]');
32 fwrite($client, "ABCdef123\n");
37 fclose($client);
H A Dtcp6loop.phpt30 $client = stream_socket_client("tcp://[::1]:$port");
31 if (!$client) {
32 die('Unable to create AF_INET6 socket [client]');
41 fwrite($client, "ABCdef123\n");
46 fclose($client);
H A Dudp6loop.phpt36 $client = stream_socket_client("udp://[::1]:$port");
37 if (!$client) {
38 die('Unable to create AF_INET6 socket [client]');
41 fwrite($client, "ABCdef123\n");
46 fclose($client);
/PHP-8.1/ext/sockets/tests/
H A Dsocket_getpeername_ipv4loop.phpt36 $client = socket_create(AF_INET, SOCK_STREAM, SOL_TCP);
37 if (!$client) {
38 die('Unable to create AF_INET socket [client]');
40 if (!socket_connect($client, $localhost, $port)) {
50 if (!socket_getpeername($client, $address, $peerport)) {
55 socket_close($client);
H A Dsocket_getpeername_ipv6loop.phpt41 $client = socket_create(AF_INET6, SOCK_STREAM, SOL_TCP);
42 if (!$client) {
43 die('Unable to create AF_INET6 socket [client]');
45 if (!socket_connect($client, $localhost, $port)) {
55 if (!socket_getpeername($client, $address, $peerport)) {
60 socket_close($client);
/PHP-8.1/ext/curl/tests/
H A Dcurl_setopt_ssl.phpt2 CURLOPT_SSL* basic client auth tests
43 // load client cert
47 // load client key
188 client cert subject in response
195 client cert subject not in response
203 client cert subject not in response
206 case 4: client cert and key from file
211 client cert subject in response
220 client cert subject in response
229 client cert subject in response
[all …]
/PHP-8.1/ext/openssl/tests/
H A Dbug48182.phpt24 $client = @stream_socket_accept($server, 1);
26 $data = "Sending bug48182\n" . fread($client, 8192);
27 fwrite($client, $data);
41 $client = stream_socket_client($serverUri, $errno, $errstr, 10, $clientFlags, $clientCtx);
45 fwrite($client, $data);
46 echo fread($client, 1024);
H A Dstreams_crypto_method.phpt23 $client = @stream_socket_accept($server);
24 if ($client) {
27 $in .= fread($client, 2048);
35 fwrite($client, $response);
36 fclose($client);
H A Dbug69215.phpt2 Bug #69215: Crypto servers should send client CA list
12 $clientCertFile = __DIR__ . DIRECTORY_SEPARATOR . 'bug69215-client.pem.tmp';
23 'peer_name' => 'bug69215-client',
53 $certificateGenerator->saveNewCertAsFileWithKey('bug69215-client', $clientCertFile);
62 @unlink(__DIR__ . DIRECTORY_SEPARATOR . 'bug69215-client.pem.tmp');
H A Dbug65538_001.phpt24 $client = @stream_socket_accept($server);
25 if ($client) {
28 $in .= fread($client, 2048);
36 fwrite($client, $response);
37 fclose($client);
/PHP-8.1/ext/soap/tests/interop/Round3/GroupD/
H A Dr3_groupD_doclit_004w.phpt9 $client = new SoapClient(__DIR__."/round3_groupD_doclit.wsdl",array("trace"=>1,"exceptions"=>0));
10 $client->echoVoid();
11 echo $client->__getlastrequest();
12 $HTTP_RAW_POST_DATA = $client->__getlastrequest();
H A Dr3_groupD_doclitparams_004w.phpt9 $client = new SoapClient(__DIR__."/round3_groupD_doclitparams.wsdl",array("trace"=>1,"exceptions"=>…
10 $client->echoVoid();
11 echo $client->__getlastrequest();
12 $HTTP_RAW_POST_DATA = $client->__getlastrequest();
H A Dr3_groupD_doclit_001w.phpt9 $client = new SoapClient(__DIR__."/round3_groupD_doclit.wsdl",array("trace"=>1,"exceptions"=>0));
10 $client->echoString("Hello World");
11 echo $client->__getlastrequest();
12 $HTTP_RAW_POST_DATA = $client->__getlastrequest();
H A Dr3_groupD_compound1_002w.phpt9 $client = new SoapClient(__DIR__."/round3_groupD_compound1.wsdl",array("trace"=>1,"exceptions"=>0));
10 $client->echoDocument("Test Document Here");
11 echo $client->__getlastrequest();
12 $HTTP_RAW_POST_DATA = $client->__getlastrequest();
H A Dr3_groupD_compound1_003w.phpt9 $client = new SoapClient(__DIR__."/round3_groupD_compound1.wsdl",array("trace"=>1,"exceptions"=>0));
10 $client->echoDocument((object)array("_"=>"Test Document Here","ID"=>1));
11 echo $client->__getlastrequest();
12 $HTTP_RAW_POST_DATA = $client->__getlastrequest();
/PHP-8.1/ext/soap/tests/
H A Dbug49898.phpt9 $client = new SoapClient(null, array('uri' => 'mo:http://www.w3.org/', 'location' => 'http://some.u…
10 $client->__setCookie("CookieTest", "HelloWorld");
11 var_dump($client->__getCookies()['CookieTest'][0]);
/PHP-8.1/ext/soap/tests/bugs/
H A Dbug43045.phpt38 $client = new TestSoapClient(NULL, array(
44 var_dump($client->test(0.1));
45 var_dump($client->test(NAN));
46 var_dump($response = $client->test(INF));
47 var_dump($response = $client->test(-INF));
/PHP-8.1/ext/soap/tests/interop/Round4/GroupI/
H A Dr4_groupI_xsd_001w.phpt9 $client = new SoapClient(__DIR__."/round4_groupI_xsd.wsdl",array("trace"=>1,"exceptions"=>0));
10 $client->echoVoid();
11 echo $client->__getlastrequest();
12 $HTTP_RAW_POST_DATA = $client->__getlastrequest();
H A Dr4_groupI_xsd_005w.phpt9 $client = new SoapClient(__DIR__."/round4_groupI_xsd.wsdl",array("trace"=>1,"exceptions"=>0));
10 $client->echoString(array());
11 echo $client->__getlastrequest();
12 $HTTP_RAW_POST_DATA = $client->__getlastrequest();
H A Dr4_groupI_xsd_016w.phpt9 $client = new SoapClient(__DIR__."/round4_groupI_xsd.wsdl",array("trace"=>1,"exceptions"=>0));
10 $client->echoDecimal(array("inputDecimal"=>"123456789.123456789"));
11 echo $client->__getlastrequest();
12 $HTTP_RAW_POST_DATA = $client->__getlastrequest();
H A Dr4_groupI_xsd_002w.phpt9 $client = new SoapClient(__DIR__."/round4_groupI_xsd.wsdl",array("trace"=>1,"exceptions"=>0));
10 $client->echoInteger(array("inputInteger"=>22));
11 echo $client->__getlastrequest();
12 $HTTP_RAW_POST_DATA = $client->__getlastrequest();
H A Dr4_groupI_xsd_004w.phpt9 $client = new SoapClient(__DIR__."/round4_groupI_xsd.wsdl",array("trace"=>1,"exceptions"=>0));
10 $client->echoString(array("inputString"=>"Hello World"));
11 echo $client->__getlastrequest();
12 $HTTP_RAW_POST_DATA = $client->__getlastrequest();
/PHP-8.1/ext/soap/tests/interop/Round3/GroupF/
H A Dr3_groupF_ext_001w.phpt9 $client = new SoapClient(__DIR__."/round3_groupF_ext.wsdl",array("trace"=>1,"exceptions"=>0));
10 $client->echoString("Hello World");
11 echo $client->__getlastrequest();
12 $HTTP_RAW_POST_DATA = $client->__getlastrequest();
H A Dr3_groupF_headers_001w.phpt9 $client = new SoapClient(__DIR__."/round3_groupF_headers.wsdl",array("trace"=>1,"exceptions"=>0));
10 $client->echoString("Hello World");
11 echo $client->__getlastrequest();
12 $HTTP_RAW_POST_DATA = $client->__getlastrequest();
/PHP-8.1/ext/imap/
H A Dconfig.w327 (CHECK_HEADER_ADD_INCLUDE("c-client.h", "CFLAGS_IMAP")||
8 CHECK_HEADER_ADD_INCLUDE("c-client/c-client.h", "CFLAGS_IMAP", null, null, true)) ||
10 CHECK_HEADER_ADD_INCLUDE("c-client/utf8aux.h", "CFLAGS_IMAP", null, null, true))

Completed in 88 milliseconds

12345678910>>...18