Home
last modified time | relevance | path

Searched refs:SoapClient (Results 51 – 75 of 328) sorted by relevance

12345678910>>...14

/PHP-8.3/ext/soap/tests/bugs/
H A Dbug34657.phpt8 $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 Dbug50997.phpt9 $soapClient = new SoapClient(__DIR__ . '/bug50997.wsdl', array('trace' => 1, 'exceptions'=>0));
H A Dmultiport.phpt9 $client = new SoapClient(__DIR__.'/multiport.wsdl',
H A Dbug28969.phpt12 class LocalSoapClient extends SoapClient {
H A Dbug42151.phpt9 $foo = @ new SoapClient('httpx://');
H A Dbug29844.phpt16 class LocalSoapClient extends SoapClient {
H A Dbug38055.phpt16 class TestSoapClient extends SoapClient {
H A Dbug40609.phpt11 $c = new SoapClient(__DIR__."/bug40609.wsdl", array('trace' => 1, 'exceptions' => 0));
H A Dbug42692.phpt13 class TestSoap extends SoapClient {
H A Dbug46419.phpt11 class LocalSoapClient extends SoapClient {
H A Dbug34643.phpt17 class LocalSoapClient extends SoapClient {
H A Dbug36999.phpt14 class LocalSoapClient extends SoapClient {
H A Dbug38067.phpt15 class TestSoapClient extends SoapClient {
H A Dbug41097.phpt13 $soap = new SoapClient(null, array('uri' => 'http://uri/', 'location' => 'test://', 'exceptions' =>…
H A Dbug38004.phpt15 class TestSoapClient extends SoapClient {
/PHP-8.3/ext/soap/tests/
H A Dbug77410.phpt11 ]) extends SoapClient {
H A Dbug71610.phpt17 $ser = 'O:10:"SoapClient":3:{s:3:"uri";s:1:"a";s:8:"location";s:' . strlen($url) . ':"'
H A Dbug69668.phpt7 class MySoapClient extends SoapClient {
H A Dclassmap003.phpt28 class LocalSoapClient extends SoapClient {
/PHP-8.3/ext/soap/tests/interop/Round3/GroupD/
H A Dr3_groupD_doclit_004w.phpt9 $client = new SoapClient(__DIR__."/round3_groupD_doclit.wsdl",array("trace"=>1,"exceptions"=>0));
H A Dr3_groupD_doclitparams_004w.phpt9 $client = new SoapClient(__DIR__."/round3_groupD_doclitparams.wsdl",array("trace"=>1,"exceptions"=>…
/PHP-8.3/ext/soap/tests/interop/Round4/GroupI/
H A Dr4_groupI_xsd_001w.phpt9 $client = new SoapClient(__DIR__."/round4_groupI_xsd.wsdl",array("trace"=>1,"exceptions"=>0));
H A Dr4_groupI_xsd_005w.phpt9 $client = new SoapClient(__DIR__."/round4_groupI_xsd.wsdl",array("trace"=>1,"exceptions"=>0));

Completed in 24 milliseconds

12345678910>>...14