Home
last modified time | relevance | path

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

12345678910>>...13

/PHP-7.4/ext/soap/tests/bugs/
H A Dbug27742.phpt11 $x = new SoapClient(__DIR__."/bug27742.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 Dbug29109.phpt9 $client = new SoapClient(__DIR__."/bug29109.wsdl");
H A Dbug42359.phpt9 $soap = new SoapClient(__DIR__."/bug42359.wsdl");
H A Dbug76348.phpt10 $client = new SoapClient(__DIR__ . DIRECTORY_SEPARATOR . 'bug76348.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");
H A Dbug34657.phpt10 $client = new SoapClient('http://i_dont_exist.com/some.wsdl');
H A Dbug69462.phpt9 $client = new SoapClient(null, [ 'exceptions' => 1, 'location' => "", 'uri' => $namespace ]);
H A Dbug50675.phpt2 Bug #50675 SoapClient can't handle object references correctly.
8 class TestSoapClient extends SoapClient {
H A Dbug28969.phpt12 class LocalSoapClient extends SoapClient {
/PHP-7.4/ext/soap/tests/
H A Dclassmap002.phpt2 SOAP Classmap 2: SoapClient support for classmap
9 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 Dbug70388.phpt7 $dummy = unserialize('O:10:"SoapClient":3:{s:3:"uri";s:1:"X";s:8:"location";s:22:"http://localhost/…
H A Dtypemap003.phpt2 SOAP Typemap 3: SoapClient support for typemap's from_xml()
10 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 Dbug71610.phpt10 $exploit = unserialize('O:10:"SoapClient":3:{s:3:"uri";s:1:"a";s:8:"location";s:19:"http://example.…
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")
59 class BugSoapClient extends SoapClient
H A Dbug77410.phpt11 ]) extends SoapClient {
/PHP-7.4/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 24 milliseconds

12345678910>>...13