/php-src/ext/soap/tests/SoapClient/ |
H A D | soapCall-invalid-headers.phpt | 2 SoapClient::__soapCall with invalid headers 21 $client->__soapCall('function', ['arg'], ['options'], $headers); 28 Fatal error: SoapClient::__soapCall(): Invalid SOAP header in %s on line %d
|
H A D | setSoapHeaders-invalid-headers.phpt | 2 SoapClient::__soapCall with invalid headers
|
/php-src/ext/soap/tests/bugs/ |
H A D | bug69462.phpt | 2 Bug #69462 (__soapCall with a SoapVar that has a namespace but no name crashes) 19 $client->__soapCall('method', array($soapvar));
|
H A D | bug54911.phpt | 13 $client->__soapCall('', array()); 19 #1 %sbug54911.php(8): SoapClient->__soapCall('', Array)
|
H A D | bug37278.phpt | 2 Bug #37278 (SOAP not respecting uri in __soapCall) 17 $client->__soapCall("list_ids", array(), array("uri" => $newNS));
|
H A D | bug47049.phpt | 2 Bug #47049 (SoapClient::__soapCall causes a segmentation fault) 14 $report_id = $client->__soapCall('reportSoftwareStatus',array($host, $software_list, $updates));
|
H A D | bug46427.phpt | 17 getSoapClient_1()->__soapCall('Help', array());
|
H A D | bug76232.phpt | 38 $client->__soapCall("foo", []); 44 $client->__soapCall("foo", []);
|
H A D | bug31695.phpt | 36 $client->__soapCall("Test",
|
H A D | bug31755.phpt | 24 $response= $client->__soapCall('function', array(), null, $header);
|
/php-src/ext/soap/tests/ |
H A D | custom_content_type.phpt | 43 $client->__soapCall("foo", [ 'arg1' => "XXXbar"]); 69 $client2->__soapCall("foo", [ 'arg1' => "XXXbar"]);
|
H A D | gh16318.phpt | 27 …$client->__soapCall("echoStructArray", array($test), array("soapaction"=>"http://soapinterop.org/"…
|
/php-src/ext/soap/tests/interop/Round4/GroupI/ |
H A D | r4_groupI_xsd_031w.phpt | 11 $client->__soapCall("echoVoidSoapHeader",array(),null,$hdr);
|
H A D | r4_groupI_xsd_030w.phpt | 11 $client->__soapCall("echoVoidSoapHeader",array(),null,$hdr);
|
H A D | r4_groupI_xsd_033w.phpt | 12 $client->__soapCall("echoVoidSoapHeader",array(),null,$hdr);
|
H A D | r4_groupI_xsd_034w.phpt | 11 $client->__soapCall("echoVoidSoapHeader",array(),null,$hdr);
|
/php-src/ext/soap/tests/interop/Round3/GroupF/ |
H A D | r3_groupF_headers_002w.phpt | 11 $client->__soapCall("echoString",array("Hello World"),null,$hdr);
|
H A D | r3_groupF_headers_003w.phpt | 11 $client->__soapCall("echoString",array("Hello World"),null,$hdr);
|
H A D | r3_groupF_headers_004w.phpt | 14 $client->__soapCall("echoString",array("Hello World"),null,$hdr);
|
/php-src/ext/soap/tests/interop/Round2/Base/ |
H A D | r2_base_016p.phpt | 8 $client->__soapCall("echoVoid", array(), array("soapaction"=>"http://soapinterop.org/","uri"=>"http…
|
H A D | r2_base_016s.phpt | 8 $client->__soapCall("echoVoid", array(), array("soapaction"=>"http://soapinterop.org/","uri"=>"http…
|
H A D | r2_base_002p.phpt | 8 $client->__soapCall("echoString", array(""), array("soapaction"=>"http://soapinterop.org/","uri"=>"…
|
H A D | r2_base_003p.phpt | 8 $client->__soapCall("echoString", array(NULL), array("soapaction"=>"http://soapinterop.org/","uri"=…
|
H A D | r2_base_010p.phpt | 8 $client->__soapCall("echoInteger", array(34345), array("soapaction"=>"http://soapinterop.org/","uri…
|
/php-src/ext/soap/tests/interop/Round4/GroupH/ |
H A D | r4_groupH_soapfault_004w.phpt | 11 $client->__soapCall("echoVersionMismatchFault",array(), null, $hdr);
|