Home
last modified time | relevance | path

Searched refs:SoapClient (Results 26 – 50 of 328) sorted by relevance

12345678910>>...14

/PHP-8.3/ext/soap/tests/bugs/
H A Dbug62900_run2 new SoapClient(__DIR__."/bug62900.wsdl");
H A Dbug73538.phpt2 SOAP: SoapClient::__setHeaders array overrides previous headers
8 $client = new SoapClient(null, [
19 $client = new SoapClient(null, [
H A Dbug36614.phpt9 $lo_soap = new SoapClient(__DIR__."/bug36614.wsdl");
H A Dbug55323.phpt2 Bug #55323 (SoapClient segmentation fault when XSD_TYPEKIND_EXTENSION contains itself)
11 class TestSoapClient extends SoapClient {
H A Dbug44686.phpt9 new SoapClient(__DIR__ . "/bug44686.wsdl");
H A Dbug29061.phpt9 $client = new SoapClient(__DIR__."/bug29061.wsdl", array("exceptions"=>0));
H A Dbug41337.phpt8 $client = new SoapClient(__DIR__."/bug41337.wsdl");
H A Dbug41337_2.phpt8 $client = new SoapClient(__DIR__."/bug41337_2.wsdl");
H A Dbug27722.phpt11 $x = new SoapClient(__DIR__."/bug27722.wsdl");
H A Dbug27742.phpt11 $x = new SoapClient(__DIR__."/bug27742.wsdl");
H A Dbug62900.phpt75 #0 %s(%d): SoapClient->__construct(%s)
81 #0 %s(%d): SoapClient->__construct(%s)
87 #0 %s(%d): SoapClient->__construct(%s)
93 #0 %s(%d): SoapClient->__construct(%s)
H A Dbug76348.phpt11 $client = new SoapClient(__DIR__ . DIRECTORY_SEPARATOR . 'bug76348.wsdl', [
H A Dbug29109.phpt9 $client = new SoapClient(__DIR__."/bug29109.wsdl");
H A Dbug42359.phpt9 $soap = new SoapClient(__DIR__."/bug42359.wsdl");
H A Dbug47049.phpt2 Bug #47049 (SoapClient::__soapCall causes a segmentation fault)
9 $client = new SoapClient(__DIR__ . '/bug47049.wsdl',
H A Dbug75502.phpt12 $client = new SoapClient(__DIR__."/bug29236.wsdl");
H A Dbug29236.phpt9 $client = new SoapClient(__DIR__."/bug29236.wsdl");
/PHP-8.3/ext/soap/tests/
H A Dclassmap002.phpt2 SOAP Classmap 2: SoapClient support for classmap
9 class TestSoapClient extends SoapClient{
H A Dtypemap003.phpt2 SOAP Typemap 3: SoapClient support for typemap's from_xml()
10 class TestSoapClient extends SoapClient{
H A Dtypemap011.phpt2 SOAP Typemap 11: SoapClient support for typemap's from_xml() (SoapFault)
9 class TestSoapClient extends SoapClient{
H A Dtypemap004.phpt2 SOAP Typemap 4: SoapClient support for typemap's to_xml()
9 class TestSoapClient extends SoapClient{
H A Dtypemap007.phpt2 SOAP Typemap 7: SoapClient support for typemap's from_xml() (without WSDL)
10 class TestSoapClient extends SoapClient{
H A Dtypemap008.phpt2 SOAP Typemap 8: SoapClient support for typemap's to_xml() (without WSDL, using SoapVar)
9 class TestSoapClient extends SoapClient{
H A Dbug47021.phpt2 Bug #47021 SoapClient (SoapClient stumbles over WSDL delivered with "Transfer-Encoding: chunked")
57 class BugSoapClient extends SoapClient
/PHP-8.3/ext/soap/tests/interop/Round3/GroupF/
H A Dr3_groupF_extreq_001w.phpt9 $client = new SoapClient(__DIR__."/round3_groupF_extreq.wsdl",array("trace"=>1,"exceptions"=>0));

Completed in 32 milliseconds

12345678910>>...14