Searched refs:SoapClient (Results 1 – 25 of 318) sorted by relevance
12345678910>>...13
/PHP-8.0/ext/soap/ |
H A D | soap_arginfo.h | 154 ZEND_METHOD(SoapClient, __construct); 155 ZEND_METHOD(SoapClient, __call); 156 ZEND_METHOD(SoapClient, __soapCall); 157 ZEND_METHOD(SoapClient, __getFunctions); 158 ZEND_METHOD(SoapClient, __getTypes); 159 ZEND_METHOD(SoapClient, __getLastRequest); 163 ZEND_METHOD(SoapClient, __doRequest); 164 ZEND_METHOD(SoapClient, __setCookie); 165 ZEND_METHOD(SoapClient, __getCookies); 166 ZEND_METHOD(SoapClient, __setSoapHeaders); [all …]
|
/PHP-8.0/ext/soap/tests/bugs/ |
H A D | bug50698_2.phpt | 2 Request #50698_2 (SoapClient should handle wsdls with some incompatible endpoints -- EDGECASE: Larg… 10 new SoapClient(__DIR__ . '/bug50698_2.wsdl'); 11 …echo "Call: \"new SoapClient(__DIR__.'/bug50698_2.wsdl');\" should throw an exception of type 'Soa… 16 …echo "Call: \"new SoapClient(__DIR__.'/bug50698_2.wsdl');\" threw a SoapFault with an incorrect fa…
|
H A D | bug50698_3.phpt | 2 Request #50698_3 (SoapClient should handle wsdls with some incompatible endpoints -- EDGECASE: Larg… 10 new SoapClient(__DIR__ . '/bug50698_3.wsdl'); 11 …echo "Call: \"new SoapClient(__DIR__.'/bug50698_3.wsdl');\" should throw an exception of type 'Soa… 16 …echo "Call: \"new SoapClient(__DIR__.'/bug50698_3.wsdl');\" threw a SoapFault with an incorrect fa…
|
H A D | bug54911.phpt | 2 Bug #54911 (Access to a undefined member in inherit SoapClient may cause Segmentation Fault) 7 class XSoapClient extends SoapClient { 19 #1 %sbug54911.php(8): SoapClient->__soapCall('', Array)
|
H A D | bug50698_1.phpt | 2 Request #50698_1 (SoapClient should handle wsdls with some incompatible endpoints) 9 new SoapClient(__DIR__ . '/bug50698_1.wsdl');
|
H A D | bug50698_4.phpt | 2 Request #50698_4 (SoapClient should handle wsdls with some incompatible endpoints) 9 new SoapClient(__DIR__ . '/bug50698_4.wsdl');
|
H A D | bug46427.phpt | 2 Bug #46427 (SoapClient() stumbles over its "stream_context" parameter) 10 return new SoapClient(NULL, array(
|
H A D | bug70469.phpt | 2 Bug #70469 (SoapClient should not generate E_ERROR if exceptions enabled) 8 $x = new SoapClient('http://i_dont_exist.com/some.wsdl');
|
H A D | bug77945.phpt | 2 Bug #77945: Segmentation fault when constructing SoapClient with WSDL_CACHE_BOTH 11 $client = new SoapClient(__DIR__ . '/bug29236.wsdl', [
|
H A D | bug69085.phpt | 2 Bug #69085 (SoapClient's __call() type confusion through unserialize()) 10 $dummy = unserialize('O:10:"SoapClient":5:{s:3:"uri";s:1:"a";s:8:"location";s:22:"http://localhost/…
|
H A D | bug44811.phpt | 2 Bug #44811 (Improve error messages when creating new SoapClient which contains invalid data) 11 $x = new SoapClient('https://php.net');
|
H A D | bug73538.phpt | 2 SOAP: SoapClient::__setHeaders array overrides previous headers 8 $client = new SoapClient(null, [ 19 $client = new SoapClient(null, [
|
H A D | bug36614.phpt | 9 $lo_soap = new SoapClient(__DIR__."/bug36614.wsdl");
|
H A D | bug44686.phpt | 9 new SoapClient(__DIR__ . "/bug44686.wsdl");
|
H A D | bug27722.phpt | 11 $x = new SoapClient(__DIR__."/bug27722.wsdl");
|
/PHP-8.0/ext/soap/tests/ |
H A D | bug77088.phpt | 2 Bug #77088 (Segfault when using SoapClient with null options) 13 $sClient = new SoapClient("test.wsdl", $options); 24 string(%d) "SoapClient::__construct(): Argument #2 ($options) must be of type array, null given" 44 string(10) "SoapClient"
|
H A D | bug80672.phpt | 2 Bug #80672 Null Dereference in SoapClient 8 $client = new SoapClient(__DIR__ . "/bug80672.xml");
|
H A D | bug46760.phpt | 2 Bug #46760 (SoapClient doRequest fails when proxy is used) 8 $client = new SoapClient(null, array('proxy_host' => "localhost",
|
H A D | bug49898.phpt | 2 Test for bug #49898: SoapClient::__getCookies() implementation 9 $client = new SoapClient(null, array('uri' => 'mo:http://www.w3.org/', 'location' => 'http://some.u…
|
H A D | bug79357.phpt | 6 $sc = new SoapClient(__DIR__ . '/bug79357.wsdl'); 14 #0 %s(%d): SoapClient->__call('Add', Array)
|
H A D | bug69137.phpt | 2 SOAP Bug #69137 - Peer verification fails when using a proxy with SoapClient 25 $client = new SoapClient($testServiceWsdl); 33 $client = new SoapClient($testServiceWsdl, $parameters);
|
H A D | gh8538.phpt | 2 Bug GH-8538 (SoapClient may strip parts of nmtokens) 7 $client = new SoapClient(__DIR__ . "/gh8538.wsdl");
|
H A D | transport001.phpt | 2 SOAP Transport 1: Local transport using SoapClient::__doRequest 11 class LocalSoapClient extends SoapClient {
|
H A D | typemap012.phpt | 2 SOAP Typemap 12: SoapClient support for typemap's to_xml() (SoapFault) 9 class TestSoapClient extends SoapClient{
|
/PHP-8.0/ext/libxml/tests/ |
H A D | bug79191.phpt | 2 Bug #79191 (Error in SoapClient ctor disables DOMDocument::save()) 11 new \SoapClient('does-not-exist.wsdl');
|
Completed in 20 milliseconds
12345678910>>...13