Home
last modified time | relevance | path

Searched refs:client (Results 101 – 125 of 444) sorted by relevance

12345678910>>...18

/PHP-8.1/ext/soap/tests/bugs/
H A Dbug29109.phpt9 $client = new SoapClient(__DIR__."/bug29109.wsdl");
10 var_dump($client->__getFunctions());
H A Dbug37278.phpt12 $client = new SoapClient(null, $options);
17 $client->__soapCall("list_ids", array(), array("uri" => $newNS));
19 print $client->__getLastRequest();
H A Dbug41004.phpt25 $client = new SoapClient($wsdl, array('location'=>'test://',"classmap" => $classmap, 'exceptions'=>…
31 $client->echo($echo);
32 echo $client->__getLastRequest();
/PHP-8.1/ext/soap/tests/interop/Round4/GroupH/
H A Dr4_groupH_simple_doclit_007w.phpt10 $client = new SoapClient(__DIR__."/round4_groupH_simple_doclit.wsdl",array("trace"=>1,"exceptions"=…
11 $client->echoMultipleFaults1(array("whichFault" => 4,
14 echo $client->__getlastrequest();
15 $HTTP_RAW_POST_DATA = $client->__getlastrequest();
H A Dr4_groupH_simple_doclit_004w.phpt10 $client = new SoapClient(__DIR__."/round4_groupH_simple_doclit.wsdl",array("trace"=>1,"exceptions"=…
11 $client->echoMultipleFaults1(array("whichFault" => 1,
14 echo $client->__getlastrequest();
15 $HTTP_RAW_POST_DATA = $client->__getlastrequest();
H A Dr4_groupH_simple_doclit_005w.phpt10 $client = new SoapClient(__DIR__."/round4_groupH_simple_doclit.wsdl",array("trace"=>1,"exceptions"=…
11 $client->echoMultipleFaults1(array("whichFault" => 2,
14 echo $client->__getlastrequest();
15 $HTTP_RAW_POST_DATA = $client->__getlastrequest();
H A Dr4_groupH_soapfault_004w.phpt10 $client = new SoapClient(__DIR__."/round4_groupH_soapfault.wsdl",array("trace"=>1,"exceptions"=>0));
11 $client->__soapCall("echoVersionMismatchFault",array(), null, $hdr);
12 echo $client->__getlastrequest();
13 $HTTP_RAW_POST_DATA = $client->__getlastrequest();
/PHP-8.1/ext/soap/tests/interop/Round4/GroupI/
H A Dr4_groupI_xsd_033w.phpt11 $client = new SoapClient(__DIR__."/round4_groupI_xsd.wsdl",array("trace"=>1,"exceptions"=>0));
12 $client->__soapCall("echoVoidSoapHeader",array(),null,$hdr);
13 echo $client->__getlastrequest();
14 $HTTP_RAW_POST_DATA = $client->__getlastrequest();
H A Dr4_groupI_xsd_030w.phpt10 $client = new SoapClient(__DIR__."/round4_groupI_xsd.wsdl",array("trace"=>1,"exceptions"=>0));
11 $client->__soapCall("echoVoidSoapHeader",array(),null,$hdr);
12 echo $client->__getlastrequest();
13 $HTTP_RAW_POST_DATA = $client->__getlastrequest();
H A Dr4_groupI_xsd_034w.phpt10 $client = new SoapClient(__DIR__."/round4_groupI_xsd.wsdl",array("trace"=>1,"exceptions"=>0));
11 $client->__soapCall("echoVoidSoapHeader",array(),null,$hdr);
12 echo $client->__getlastrequest();
13 $HTTP_RAW_POST_DATA = $client->__getlastrequest();
H A Dr4_groupI_xsd_008w.phpt18 $client = new SoapClient(__DIR__."/round4_groupI_xsd.wsdl",array("trace"=>1,"exceptions"=>0));
19 $client->echoComplexType(array("inputComplexType"=>$struct));
20 echo $client->__getlastrequest();
21 $HTTP_RAW_POST_DATA = $client->__getlastrequest();
H A Dr4_groupI_xsd_009w.phpt19 $client = new SoapClient(__DIR__."/round4_groupI_xsd.wsdl",array("trace"=>1,"exceptions"=>0));
20 $client->echoComplexType(array("inputComplexType"=>$struct));
21 echo $client->__getlastrequest();
22 $HTTP_RAW_POST_DATA = $client->__getlastrequest();
H A Dr4_groupI_xsd_019w.phpt18 $client = new SoapClient(__DIR__."/round4_groupI_xsd.wsdl",array("trace"=>1,"exceptions"=>0));
19 $client->echoComplexTypeAsSimpleTypes(array("inputComplexType"=>$struct));
20 echo $client->__getlastrequest();
21 $HTTP_RAW_POST_DATA = $client->__getlastrequest();
/PHP-8.1/ext/soap/tests/interop/Round3/GroupF/
H A Dr3_groupF_headers_004w.phpt13 $client = new SoapClient(__DIR__."/round3_groupF_headers.wsdl",array("trace"=>1,"exceptions"=>0));
14 $client->__soapCall("echoString",array("Hello World"),null,$hdr);
15 echo $client->__getlastrequest();
16 $HTTP_RAW_POST_DATA = $client->__getlastrequest();
/PHP-8.1/ext/soap/tests/interop/Round3/GroupD/
H A Dr3_groupD_doclitparams_003w.phpt18 $client = new SoapClient(__DIR__."/round3_groupD_doclitparams.wsdl",array("trace"=>1,"exceptions"=>…
19 $client->echoStruct(array("param0"=>$struct));
20 echo $client->__getlastrequest();
21 $HTTP_RAW_POST_DATA = $client->__getlastrequest();
/PHP-8.1/ext/openssl/tests/
H A Dstream_verify_peer_name_001.phpt2 Verify host name by default in client transfers
37 $client = stream_socket_client($serverUri, $errno, $errstr, 1, $clientFlags, $clientCtx);
39 var_dump($client);
/PHP-8.1/ext/standard/tests/network/
H A Dfsockopen_variation1.phpt18 $client = fsockopen($hostname, $port);
19 var_dump($client);
20 fclose($client);
/PHP-8.1/ext/soap/tests/
H A Dbug46760.phpt8 $client = new SoapClient(null, array('proxy_host' => "localhost",
14 var_dump($client);
/PHP-8.1/ext/soap/tests/interop/Round2/Base/
H A Dr2_base_001w.phpt9 $client = new SoapClient(__DIR__."/round2_base.wsdl",array("trace"=>1,"exceptions"=>0));
10 $client->echoString("Hello World!");
11 echo $client->__getlastrequest();
12 $HTTP_RAW_POST_DATA = $client->__getlastrequest();
H A Dr2_base_002p.phpt7 $client = new SoapClient(NULL,array("location"=>"test://","uri"=>"http://soapinterop.org/","trace"=…
8 $client->__soapCall("echoString", array(""), array("soapaction"=>"http://soapinterop.org/","uri"=>"…
9 echo $client->__getlastrequest();
10 $HTTP_RAW_POST_DATA = $client->__getlastrequest();
H A Dr2_base_002w.phpt9 $client = new SoapClient(__DIR__."/round2_base.wsdl",array("trace"=>1,"exceptions"=>0));
10 $client->echoString("");
11 echo $client->__getlastrequest();
12 $HTTP_RAW_POST_DATA = $client->__getlastrequest();
H A Dr2_base_003p.phpt7 $client = new SoapClient(NULL,array("location"=>"test://","uri"=>"http://soapinterop.org/","trace"=…
8 $client->__soapCall("echoString", array(NULL), array("soapaction"=>"http://soapinterop.org/","uri"=…
9 echo $client->__getlastrequest();
10 $HTTP_RAW_POST_DATA = $client->__getlastrequest();
H A Dr2_base_003w.phpt9 $client = new SoapClient(__DIR__."/round2_base.wsdl",array("trace"=>1,"exceptions"=>0));
10 $client->echoString(NULL);
11 echo $client->__getlastrequest();
12 $HTTP_RAW_POST_DATA = $client->__getlastrequest();
H A Dr2_base_004w.phpt9 $client = new SoapClient(__DIR__."/round2_base.wsdl",array("trace"=>1,"exceptions"=>0));
10 $client->echoString(">,<,&,\",',\\,\n");
11 echo $client->__getlastrequest();
12 $HTTP_RAW_POST_DATA = $client->__getlastrequest();
H A Dr2_base_019p.phpt7 $client = new SoapClient(NULL,array("location"=>"test://","uri"=>"http://soapinterop.org/","trace"=…
8 $client->__soapCall("echoDecimal", array('12345.67890'), array("soapaction"=>"http://soapinterop.or…
9 echo $client->__getlastrequest();
10 $HTTP_RAW_POST_DATA = $client->__getlastrequest();

Completed in 88 milliseconds

12345678910>>...18