Home
last modified time | relevance | path

Searched refs:client (Results 226 – 250 of 432) sorted by relevance

12345678910>>...18

/PHP-7.4/ext/soap/tests/interop/Round2/Base/
H A Dr2_base_013w.phpt10 $client = new SoapClient(__DIR__."/round2_base.wsdl",array("trace"=>1,"exceptions"=>0));
11 $client->echoFloatArray(array(1.3223,34.2,325.325));
12 echo $client->__getlastrequest();
13 $HTTP_RAW_POST_DATA = $client->__getlastrequest();
H A Dr2_base_014w.phpt18 $client = new SoapClient(__DIR__."/round2_base.wsdl",array("trace"=>1,"exceptions"=>0));
19 $client->echoStruct(new SOAPStruct('arg',34,325.325));
20 echo $client->__getlastrequest();
21 $HTTP_RAW_POST_DATA = $client->__getlastrequest();
H A Dr2_base_006s.phpt11 $client = new SoapClient(NULL,array("location"=>"test://","uri"=>"http://soapinterop.org/","trace"=…
12 $client->__soapCall("echoStringArray", array($param), array("soapaction"=>"http://soapinterop.org/"…
13 echo $client->__getlastrequest();
14 $HTTP_RAW_POST_DATA = $client->__getlastrequest();
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();
/PHP-7.4/ext/soap/tests/interop/Round2/GroupB/
H A Dr2_groupB_002s.phpt9 $client = new SoapClient(NULL,array("location"=>"test://","uri"=>"http://soapinterop.org/","trace"=…
10 $client->__soapCall("echoSimpleTypesAsStruct", array(
14 echo $client->__getlastrequest();
15 $HTTP_RAW_POST_DATA = $client->__getlastrequest();
H A Dr2_groupB_001s.phpt14 $client = new SoapClient(NULL,array("location"=>"test://","uri"=>"http://soapinterop.org/","trace"=…
15 $client->__soapCall("echoStructAsSimpleTypes", array($param), array("soapaction"=>"http://soapinter…
16 echo $client->__getlastrequest();
17 $HTTP_RAW_POST_DATA = $client->__getlastrequest();
/PHP-7.4/ext/soap/tests/interop/Round3/GroupD/
H A Dr3_groupD_import2_001w.phpt18 $client = new SoapClient(__DIR__."/round3_groupD_import2.wsdl",array("trace"=>1,"exceptions"=>0));
19 $client->echoStruct($struct);
20 echo $client->__getlastrequest();
21 $HTTP_RAW_POST_DATA = $client->__getlastrequest();
H A Dr3_groupD_rpcenc_003w.phpt18 $client = new SoapClient(__DIR__."/round3_groupD_rpcenc.wsdl",array("trace"=>1,"exceptions"=>0));
19 $client->echoStruct($struct);
20 echo $client->__getlastrequest();
21 $HTTP_RAW_POST_DATA = $client->__getlastrequest();
/PHP-7.4/ext/soap/tests/bugs/
H A Dbug47049.phpt9 $client = new SoapClient(__DIR__ . '/bug47049.wsdl',
14 $report_id = $client->__soapCall('reportSoftwareStatus',array($host, $software_list, $updates));
15 echo $client->__getLastRequest();
H A Dbug29844.phpt34 $client = new LocalSoapClient(__DIR__."/bug29844.wsdl", array("trace"=>1));
35 var_dump($client->hello('davey'));
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 Dbug30106.phpt33 $client = new LocalSoapClient(__DIR__."/bug30106.wsdl");
34 var_dump($client->__getFunctions());
35 var_dump($client->__getTypes());
36 $x = $client->getContinentList(array("AFFILIATE_ID"=>1,"PASSWORD"=>"x"));
H A Dbug38067.phpt31 $client = new TestSoapClient(__DIR__.'/bug38067.wsdl',
34 $res = $client->Test(array('str'=>$str));
/PHP-7.4/ext/standard/tests/network/
H A Dfsockopen_basic.phpt31 $client = fsockopen($hostname, $port, $errno, $errstr, $timeout);
32 var_dump($client);
33 fclose($client);
/PHP-7.4/ext/openssl/tests/
H A Dsni_server.phpt40 $client = stream_socket_client("tls://127.0.0.1:64321", $errno, $errstr, 1, $flags, $ctx);
46 $client = @stream_socket_client("tls://127.0.0.1:64321", $errno, $errstr, 1, $flags, $ctx);
52 $client = @stream_socket_client("tls://127.0.0.1:64321", $errno, $errstr, 1, $flags, $ctx);
/PHP-7.4/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-7.4/ext/soap/tests/interop/Round4/GroupH/
H A Dr4_groupH_complex_rpcenc_002w.phpt17 $client = new SoapClient(__DIR__."/round4_groupH_complex_rpcenc.wsdl",array("trace"=>1,"exceptions"…
18 $client->echoBaseStructFault($struct);
19 echo $client->__getlastrequest();
20 $HTTP_RAW_POST_DATA = $client->__getlastrequest();
H A Dr4_groupH_simple_rpcenc_004w.phpt10 $client = new SoapClient(__DIR__."/round4_groupH_simple_rpcenc.wsdl",array("trace"=>1,"exceptions"=…
11 $client->echoMultipleFaults1(1,"Hello world",array(12.345,45,678));
12 echo $client->__getlastrequest();
13 $HTTP_RAW_POST_DATA = $client->__getlastrequest();
H A Dr4_groupH_simple_rpcenc_007w.phpt10 $client = new SoapClient(__DIR__."/round4_groupH_simple_rpcenc.wsdl",array("trace"=>1,"exceptions"=…
11 $client->echoMultipleFaults1(4,"Hello world",array(12.345,45,678));
12 echo $client->__getlastrequest();
13 $HTTP_RAW_POST_DATA = $client->__getlastrequest();
H A Dr4_groupH_simple_rpcenc_008w.phpt10 $client = new SoapClient(__DIR__."/round4_groupH_simple_rpcenc.wsdl",array("trace"=>1,"exceptions"=…
11 $client->echoMultipleFaults2(1, "Hello World", 12.345, array("one","two","three"));
12 echo $client->__getlastrequest();
13 $HTTP_RAW_POST_DATA = $client->__getlastrequest();
H A Dr4_groupH_simple_rpcenc_009w.phpt10 $client = new SoapClient(__DIR__."/round4_groupH_simple_rpcenc.wsdl",array("trace"=>1,"exceptions"=…
11 $client->echoMultipleFaults2(2, "Hello World", 12.345, array("one","two","three"));
12 echo $client->__getlastrequest();
13 $HTTP_RAW_POST_DATA = $client->__getlastrequest();
H A Dr4_groupH_simple_rpcenc_011w.phpt10 $client = new SoapClient(__DIR__."/round4_groupH_simple_rpcenc.wsdl",array("trace"=>1,"exceptions"=…
11 $client->echoMultipleFaults2(4, "Hello World", 12.345, array("one","two","three"));
12 echo $client->__getlastrequest();
13 $HTTP_RAW_POST_DATA = $client->__getlastrequest();
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();
/PHP-7.4/ext/soap/tests/interop/Round4/GroupI/
H A Dr4_groupI_xsd_014w.phpt20 $client = new SoapClient(__DIR__."/round4_groupI_xsd.wsdl",array("trace"=>1,"exceptions"=>0));
21 $client->echoComplexTypeMultiOccurs(array("inputComplexTypeMultiOccurs"=>array($struct1,$struct2,$s…
22 echo $client->__getlastrequest();
23 $HTTP_RAW_POST_DATA = $client->__getlastrequest();

Completed in 36 milliseconds

12345678910>>...18