Home
last modified time | relevance | path

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

12345678910>>...18

/PHP-7.4/ext/openssl/tests/
H A Dtlsv1.3_wrapper.phpt37 $client = stream_socket_client("tlsv1.3://127.0.0.1:64321", $errno, $errstr, 3, $flags, $ctx);
38 var_dump($client);
40 $client = @stream_socket_client("tlsv1.0://127.0.0.1:64321", $errno, $errstr, 3, $flags, $ctx);
41 var_dump($client);
43 $client = @stream_socket_client("tlsv1.2://127.0.0.1:64321", $errno, $errstr, 3, $flags, $ctx);
44 var_dump($client);
H A Dbug48182.phpt23 $client = @stream_socket_accept($server, 1);
25 $data = "Sending bug48182\n" . fread($client, 8192);
26 fwrite($client, $data);
40 $client = stream_socket_client($serverUri, $errno, $errstr, 10, $clientFlags, $clientCtx);
44 fwrite($client, $data);
45 echo fread($client, 1024);
H A Dstreams_crypto_method.phpt22 $client = @stream_socket_accept($server);
23 if ($client) {
26 $in .= fread($client, 2048);
34 fwrite($client, $response);
35 fclose($client);
H A Dbug65538_001.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
11 $clientCertFile = __DIR__ . DIRECTORY_SEPARATOR . 'bug69215-client.pem.tmp';
22 'peer_name' => 'bug69215-client',
52 $certificateGenerator->saveNewCertAsFileWithKey('bug69215-client', $clientCertFile);
61 @unlink(__DIR__ . DIRECTORY_SEPARATOR . 'bug69215-client.pem.tmp');
/PHP-7.4/ext/sockets/tests/
H A Dsocket_getpeername_ipv4loop.phpt40 $client = socket_create(AF_INET, SOCK_STREAM, getprotobyname('tcp'));
41 if (!$client) {
42 die('Unable to create AF_INET socket [client]');
44 if (!socket_connect($client, $localhost, $port)) {
54 if (!socket_getpeername($client, $address, $peerport)) {
59 socket_close($client);
H A Dsocket_getpeername_ipv6loop.phpt41 $client = socket_create(AF_INET6, SOCK_STREAM, getprotobyname('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-7.4/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_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();
/PHP-7.4/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-7.4/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_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_003w.phpt10 $client = new SoapClient(__DIR__."/round4_groupI_xsd.wsdl",array("trace"=>1,"exceptions"=>0));
11 $client->echoFloat(array("inputFloat"=>12.345));
12 echo $client->__getlastrequest();
13 $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_017w.phpt9 $client = new SoapClient(__DIR__."/round4_groupI_xsd.wsdl",array("trace"=>1,"exceptions"=>0));
10 $client->echoBoolean(array("inputBoolean"=>true));
11 echo $client->__getlastrequest();
12 $HTTP_RAW_POST_DATA = $client->__getlastrequest();
H A Dr4_groupI_xsd_027w.phpt9 $client = new SoapClient(__DIR__."/round4_groupI_xsd.wsdl",array("trace"=>1,"exceptions"=>0));
10 $client->echoEnum(array("inputEnum"=>"bitTwo"));
11 echo $client->__getlastrequest();
12 $HTTP_RAW_POST_DATA = $client->__getlastrequest();
/PHP-7.4/ext/standard/tests/network/
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-7.4/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))
/PHP-7.4/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));
H A Dbug29795.phpt26 $client = new LocalSoapClient(__DIR__."/bug29795.wsdl",array("trace"=>1));
27 $ar=$client->GetPrice();
29 $client = new LocalSoapClient(__DIR__."/bug29795.wsdl",array("trace"=>1));
30 $ar=$client->GetPrice();
/PHP-7.4/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();

Completed in 32 milliseconds

12345678910>>...18