Home
last modified time | relevance | path

Searched refs:echoInteger (Results 1 – 8 of 8) sorted by relevance

/PHP-5.4/ext/soap/tests/interop/Round4/GroupI/
H A Dr4_groupI_xsd_002w.phpt2 SOAP Interop Round4 GroupI XSD 002 (php/wsdl): echoInteger
10 $client->echoInteger(array("inputInteger"=>22));
18 …p://soapinterop.org/"><SOAP-ENV:Body><ns1:echoInteger><ns1:inputInteger>22</ns1:inputInteger></ns1…
H A Dround4_groupI_xsd.inc13 function echoInteger($inputInteger)
/PHP-5.4/ext/soap/tests/interop/Round2/Base/
H A Dr2_base_010w.phpt2 SOAP Interop Round2 base 010 (php/wsdl): echoInteger
10 $client->echoInteger(34345);
18 …oap/encoding/"><SOAP-ENV:Body><ns1:echoInteger><inputInteger xsi:type="xsd:int">34345</inputIntege…
H A Dr2_base_010p.phpt2 SOAP Interop Round2 base 010 (php/direct): echoInteger
8 $client->__soapCall("echoInteger", array(34345), array("soapaction"=>"http://soapinterop.org/","uri…
16 ….org/soap/encoding/"><SOAP-ENV:Body><ns1:echoInteger><param0 xsi:type="xsd:int">34345</param0></ns…
H A Dr2_base_010s.phpt2 SOAP Interop Round2 base 010 (soap/direct): echoInteger
8 $client->__soapCall("echoInteger", array(new SoapParam(new soapVar(34345, XSD_INT), "inputInteger")…
16 …oap/encoding/"><SOAP-ENV:Body><ns1:echoInteger><inputInteger xsi:type="xsd:int">34345</inputIntege…
H A Dround2_base.inc15 function echoInteger($inputInteger)
/PHP-5.4/ext/soap/interop/
H A Dserver_round2_base.php36 function echoInteger($inputInteger) function in SOAP_Interop_Base
/PHP-5.4/ext/soap/tests/soap12/
H A Dsoap12-test.inc17 function echoInteger($inputInteger) {

Completed in 15 milliseconds