Home
last modified time | relevance | path

Searched refs:client (Results 251 – 275 of 444) sorted by relevance

1...<<1112131415161718

/PHP-8.1/ext/soap/tests/interop/Round2/Base/
H A Dr2_base_014p.phpt17 $client = new SoapClient(NULL,array("location"=>"test://","uri"=>"http://soapinterop.org/","trace"=…
18 $client->__soapCall("echoStruct", array(new SOAPStruct('arg',34,325.325)), array("soapaction"=>"htt…
19 echo $client->__getlastrequest();
20 $HTTP_RAW_POST_DATA = $client->__getlastrequest();
H A Dr2_base_013s.phpt14 $client = new SoapClient(NULL,array("location"=>"test://","uri"=>"http://soapinterop.org/","trace"=…
15 $client->__soapCall("echoFloatArray", array($param), array("soapaction"=>"http://soapinterop.org/",…
16 echo $client->__getlastrequest();
17 $HTTP_RAW_POST_DATA = $client->__getlastrequest();
H A Dr2_base_014s.phpt14 $client = new SoapClient(NULL,array("location"=>"test://","uri"=>"http://soapinterop.org/","trace"=…
15 $client->__soapCall("echoStruct", array($param), array("soapaction"=>"http://soapinterop.org/","uri…
16 echo $client->__getlastrequest();
17 $HTTP_RAW_POST_DATA = $client->__getlastrequest();
/PHP-8.1/ext/soap/tests/interop/Round3/GroupE/
H A Dr3_groupE_list_001w.phpt17 $client = new SoapClient(__DIR__."/round3_groupE_list.wsdl",array("trace"=>1,"exceptions"=>0));
18 $client->echoLinkedList($struct);
19 echo $client->__getlastrequest();
20 $HTTP_RAW_POST_DATA = $client->__getlastrequest();
/PHP-8.1/ext/soap/tests/interop/Round4/GroupH/
H A Dr4_groupH_complex_doclit_003w.phpt32 $client = new SoapClient(__DIR__."/round4_groupH_complex_doclit.wsdl",array("trace"=>1,"exceptions"…
33 $client->echoExtendedStructFault($struct);
34 echo $client->__getlastrequest();
35 $HTTP_RAW_POST_DATA = $client->__getlastrequest();
H A Dr4_groupH_simple_rpcenc_006w.phpt10 $client = new SoapClient(__DIR__."/round4_groupH_simple_rpcenc.wsdl",array("trace"=>1,"exceptions"=…
11 $client->echoMultipleFaults1(3,"Hello world",array(12.345,45,678));
12 echo $client->__getlastrequest();
13 $HTTP_RAW_POST_DATA = $client->__getlastrequest();
H A Dr4_groupH_simple_rpcenc_010w.phpt10 $client = new SoapClient(__DIR__."/round4_groupH_simple_rpcenc.wsdl",array("trace"=>1,"exceptions"=…
11 $client->echoMultipleFaults2(3, "Hello World", 12.345, array("one","two","three"));
12 echo $client->__getlastrequest();
13 $HTTP_RAW_POST_DATA = $client->__getlastrequest();
H A Dr4_groupH_complex_rpcenc_001w.phpt18 $client = new SoapClient(__DIR__."/round4_groupH_complex_rpcenc.wsdl",array("trace"=>1,"exceptions"…
19 $client->echoSOAPStructFault(array("soapStruct"=>$struct));
20 echo $client->__getlastrequest();
21 $HTTP_RAW_POST_DATA = $client->__getlastrequest();
/PHP-8.1/ext/soap/tests/bugs/
H A Dbug38055.phpt32 $client = new TestSoapClient(__DIR__.'/bug38055.wsdl');
35 $res = $client->Test(array('boolA'=>$boolA, 'boolB'=>$boolB));
H A Dbug42692.phpt30 $client = new TestSoap(__DIR__ . "/bug42692.wsdl", array("trace"=>1));
32 $result = $client->checkAuth(1,"two");
H A Dbug38004.phpt31 $client = new TestSoapClient(__DIR__.'/bug38004.wsdl');
34 $res = $client->Test(array('strA'=>$strA, 'strB'=>$strB));
H A Dbug38067.phpt31 $client = new TestSoapClient(__DIR__.'/bug38067.wsdl',
34 $res = $client->Test(array('str'=>$str));
/PHP-8.1/ext/openssl/tests/
H A Dsni_server_key_cert.phpt50 $client = stream_socket_client("tls://127.0.0.1:64321", $errno, $errstr, 1, $flags, $ctx);
56 $client = @stream_socket_client("tls://127.0.0.1:64321", $errno, $errstr, 1, $flags, $ctx);
62 $client = @stream_socket_client("tls://127.0.0.1:64321", $errno, $errstr, 1, $flags, $ctx);
H A Dstream_server_reneg_limit.phpt2 TLS server rate-limits client-initiated renegotiation
55 if ($sock === $server && ($client = stream_socket_accept($server, $timeout = 42))) {
56 $clientId = (int) $client;
57 $clients[$clientId] = $client;
H A Dbug74159.phpt28 $client = stream_socket_accept($server, 1);
30 if (!$client) {
36 $buffer = fread($client, 8192);
44 fclose($client);
H A Dbug62890.phpt38 $client = stream_socket_client("tls://127.0.0.1:64321", $errno, $errstr, 3, $flags, $ctx);
39 var_dump($client);
/PHP-8.1/ext/soap/tests/interop/Round2/GroupB/
H A Dr2_groupB_003w.phpt12 $client = new SoapClient(__DIR__."/round2_groupB.wsdl",array("trace"=>1,"exceptions"=>0));
13 $client->echo2DStringArray($param);
14 echo $client->__getlastrequest();
15 $HTTP_RAW_POST_DATA = $client->__getlastrequest();
H A Dr2_groupB_004p.phpt19 $client = new SoapClient(NULL,array("location"=>"test://","uri"=>"http://soapinterop.org/","trace"=…
20 $client->__soapCall("echoNestedStruct", array($param), array("soapaction"=>"http://soapinterop.org/…
21 echo $client->__getlastrequest();
22 $HTTP_RAW_POST_DATA = $client->__getlastrequest();
H A Dr2_groupB_004w.phpt20 $client = new SoapClient(__DIR__."/round2_groupB.wsdl",array("trace"=>1,"exceptions"=>0));
21 $client->echoNestedStruct($param);
22 echo $client->__getlastrequest();
23 $HTTP_RAW_POST_DATA = $client->__getlastrequest();
H A Dr2_groupB_003p.phpt10 $client = new SoapClient(NULL,array("location"=>"test://","uri"=>"http://soapinterop.org/","trace"=…
11 $client->__soapCall("echo2DStringArray", array($param), array("soapaction"=>"http://soapinterop.org…
12 echo $client->__getlastrequest();
13 $HTTP_RAW_POST_DATA = $client->__getlastrequest();
H A Dr2_groupB_005p.phpt14 $client = new SoapClient(NULL,array("location"=>"test://","uri"=>"http://soapinterop.org/","trace"=…
15 $client->__soapCall("echoNestedArray", array($param), array("soapaction"=>"http://soapinterop.org/"…
16 echo $client->__getlastrequest();
17 $HTTP_RAW_POST_DATA = $client->__getlastrequest();
H A Dr2_groupB_005w.phpt15 $client = new SoapClient(__DIR__."/round2_groupB.wsdl",array("trace"=>1,"exceptions"=>0));
16 $client->echoNestedArray($param);
17 echo $client->__getlastrequest();
18 $HTTP_RAW_POST_DATA = $client->__getlastrequest();
/PHP-8.1/ext/soap/tests/
H A Dtypemap012.phpt33 $client = new TestSoapClient(__DIR__."/classmap.wsdl",$options);
38 $ret = $client->dotest($book);
H A Dbug69668.phpt14 $client = new MySoapClient(__DIR__ . '/bug69668.wsdl', [
20 $client->test();
H A Dclassmap003.phpt45 $client = new LocalSoapClient(__DIR__."/classmap003.wsdl",
47 print_r($client->f());

Completed in 39 milliseconds

1...<<1112131415161718