Home
last modified time | relevance | path

Searched refs:__soapCall (Results 1 – 25 of 83) sorted by relevance

1234

/PHP-8.2/ext/soap/tests/bugs/
H A Dbug69462.phpt2 Bug #69462 (__soapCall with a SoapVar that has a namespace but no name crashes)
19 $client->__soapCall('method', array($soapvar));
H A Dbug54911.phpt13 $client->__soapCall('', array());
19 #1 %sbug54911.php(8): SoapClient->__soapCall('', Array)
H A Dbug37278.phpt2 Bug #37278 (SOAP not respecting uri in __soapCall)
17 $client->__soapCall("list_ids", array(), array("uri" => $newNS));
H A Dbug47049.phpt2 Bug #47049 (SoapClient::__soapCall causes a segmentation fault)
14 $report_id = $client->__soapCall('reportSoftwareStatus',array($host, $software_list, $updates));
H A Dbug46427.phpt17 getSoapClient_1()->__soapCall('Help', array());
H A Dbug76232.phpt38 $client->__soapCall("foo", []);
44 $client->__soapCall("foo", []);
H A Dbug31695.phpt36 $client->__soapCall("Test",
H A Dbug31755.phpt24 $response= $client->__soapCall('function', array(), null, $header);
/PHP-8.2/ext/soap/tests/
H A Dcustom_content_type.phpt43 $client->__soapCall("foo", [ 'arg1' => "XXXbar"]);
69 $client2->__soapCall("foo", [ 'arg1' => "XXXbar"]);
/PHP-8.2/ext/soap/tests/interop/Round4/GroupI/
H A Dr4_groupI_xsd_031w.phpt11 $client->__soapCall("echoVoidSoapHeader",array(),null,$hdr);
H A Dr4_groupI_xsd_030w.phpt11 $client->__soapCall("echoVoidSoapHeader",array(),null,$hdr);
H A Dr4_groupI_xsd_033w.phpt12 $client->__soapCall("echoVoidSoapHeader",array(),null,$hdr);
H A Dr4_groupI_xsd_034w.phpt11 $client->__soapCall("echoVoidSoapHeader",array(),null,$hdr);
/PHP-8.2/ext/soap/tests/interop/Round2/Base/
H A Dr2_base_016p.phpt8 $client->__soapCall("echoVoid", array(), array("soapaction"=>"http://soapinterop.org/","uri"=>"http…
H A Dr2_base_016s.phpt8 $client->__soapCall("echoVoid", array(), array("soapaction"=>"http://soapinterop.org/","uri"=>"http…
H A Dr2_base_002p.phpt8 $client->__soapCall("echoString", array(""), array("soapaction"=>"http://soapinterop.org/","uri"=>"…
H A Dr2_base_003p.phpt8 $client->__soapCall("echoString", array(NULL), array("soapaction"=>"http://soapinterop.org/","uri"=…
H A Dr2_base_005p.phpt8 $client->__soapCall("echoString", array('ỗÈéóÒ₧⅜ỗỸ'), array("soapaction"=>"http://soapinterop.org/"…
H A Dr2_base_010p.phpt8 $client->__soapCall("echoInteger", array(34345), array("soapaction"=>"http://soapinterop.org/","uri…
H A Dr2_base_019p.phpt8 $client->__soapCall("echoDecimal", array('12345.67890'), array("soapaction"=>"http://soapinterop.or…
H A Dr2_base_023p.phpt8 $client->__soapCall("echoBoolean", array(1), array("soapaction"=>"http://soapinterop.org/","uri"=>"…
/PHP-8.2/ext/soap/tests/interop/Round3/GroupF/
H A Dr3_groupF_headers_002w.phpt11 $client->__soapCall("echoString",array("Hello World"),null,$hdr);
H A Dr3_groupF_headers_003w.phpt11 $client->__soapCall("echoString",array("Hello World"),null,$hdr);
H A Dr3_groupF_headers_004w.phpt14 $client->__soapCall("echoString",array("Hello World"),null,$hdr);
/PHP-8.2/ext/soap/tests/interop/Round4/GroupH/
H A Dr4_groupH_soapfault_004w.phpt11 $client->__soapCall("echoVersionMismatchFault",array(), null, $hdr);

Completed in 27 milliseconds

1234