Home
last modified time | relevance | path

Searched refs:SoapClient (Results 1 – 25 of 326) sorted by relevance

12345678910>>...14

/PHP-8.3/ext/soap/tests/
H A Dbug77088.phpt2 Bug #77088 (Segfault when using SoapClient with null options)
11 $sClient = new SoapClient("test.wsdl", $options);
22 string(%d) "SoapClient::__construct(): Argument #2 ($options) must be of type array, null given"
42 string(10) "SoapClient"
H A Dbug46760.phpt2 Bug #46760 (SoapClient doRequest fails when proxy is used)
8 $client = new SoapClient(null, array('proxy_host' => "localhost",
19 ["_proxy_port":"SoapClient":private]=>
H A Dbug75306.phpt2 Bug #75306 (Memleak in SoapClient)
10 $client = new SoapClient(__DIR__ . "/test.wsdl", $options);
14 $client = new SoapClient(__DIR__ . "/test.wsdl", $options);
H A Dbug80672.phpt2 Bug #80672 Null Dereference in SoapClient
8 $client = new SoapClient(__DIR__ . "/bug80672.xml");
H A Dssl_method_deprecation.phpt8 new SoapClient(null, [
16 Deprecated: SoapClient::__construct(): The "ssl_method" option is deprecated. Use "ssl" stream cont…
H A Dbug49898.phpt2 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 Dgh12392.phpt2 GH-12392 (Segmentation fault on SoapClient::__getTypes)
8 $client = new SoapClient(__DIR__ . "/gh12392.wsdl", ['cache_wsdl' => WSDL_CACHE_NONE]);
H A Dbug69137.phpt2 SOAP Bug #69137 - Peer verification fails when using a proxy with SoapClient
26 $client = new SoapClient($testServiceWsdl);
34 $client = new SoapClient($testServiceWsdl, $parameters);
H A Dbug79357.phpt8 $sc = new SoapClient(__DIR__ . '/bug79357.wsdl');
16 #0 %s(%d): SoapClient->__call('Add', Array)
H A Dgh8538.phpt2 Bug GH-8538 (SoapClient may strip parts of nmtokens)
7 $client = new SoapClient(__DIR__ . "/gh8538.wsdl");
H A Dtransport001.phpt2 SOAP Transport 1: Local transport using SoapClient::__doRequest
11 class LocalSoapClient extends SoapClient {
H A Dtypemap012.phpt2 SOAP Typemap 12: SoapClient support for typemap's to_xml() (SoapFault)
9 class TestSoapClient extends SoapClient{
/PHP-8.3/ext/soap/tests/bugs/
H A Dbug50698_2.phpt2 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 Dbug50698_3.phpt2 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 Dbug54911.phpt2 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 Dbug69085.phpt2 Bug #69085 (SoapClient's __call() type confusion through unserialize())
11 class MySoapClient extends SoapClient {
21 Fatal error: Uncaught TypeError: Cannot assign int to property SoapClient::$__default_headers of ty…
H A Dbug50698_1.phpt2 Request #50698_1 (SoapClient should handle wsdls with some incompatible endpoints)
9 new SoapClient(__DIR__ . '/bug50698_1.wsdl');
H A Dbug50698_4.phpt2 Request #50698_4 (SoapClient should handle wsdls with some incompatible endpoints)
9 new SoapClient(__DIR__ . '/bug50698_4.wsdl');
H A Dbug77945.phpt2 Bug #77945: Segmentation fault when constructing SoapClient with WSDL_CACHE_BOTH
9 $client = new SoapClient(__DIR__ . '/bug29236.wsdl', [
H A Dbug46427.phpt2 Bug #46427 (SoapClient() stumbles over its "stream_context" parameter)
10 return new SoapClient(NULL, array(
H A Dbug70469.phpt2 Bug #70469 (SoapClient should not generate E_ERROR if exceptions enabled)
8 $x = new SoapClient('http://i_dont_exist.com/some.wsdl');
H A Dbug44811.phpt2 Bug #44811 (Improve error messages when creating new SoapClient which contains invalid data)
12 $x = new SoapClient('https://php.net');
/PHP-8.3/ext/zend_test/tests/
H A Dobserver_error_04.phpt16 $client = new SoapClient('foo');
40 <!-- init SoapClient::__construct() -->
41 <SoapClient::__construct>
43 </SoapClient::__construct:NULL>
/PHP-8.3/ext/soap/
H A Dsoap_arginfo.h156 ZEND_METHOD(SoapClient, __construct);
157 ZEND_METHOD(SoapClient, __call);
158 ZEND_METHOD(SoapClient, __soapCall);
159 ZEND_METHOD(SoapClient, __getFunctions);
160 ZEND_METHOD(SoapClient, __getTypes);
161 ZEND_METHOD(SoapClient, __getLastRequest);
165 ZEND_METHOD(SoapClient, __doRequest);
166 ZEND_METHOD(SoapClient, __setCookie);
167 ZEND_METHOD(SoapClient, __getCookies);
168 ZEND_METHOD(SoapClient, __setSoapHeaders);
[all …]
/PHP-8.3/ext/libxml/tests/
H A Dbug79191.phpt2 Bug #79191 (Error in SoapClient ctor disables DOMDocument::save())
9 new \SoapClient('does-not-exist.wsdl');

Completed in 35 milliseconds

12345678910>>...14