Searched refs:inputIntegerArray (Results 1 – 7 of 7) sorted by relevance
41 function echoIntegerArray($inputIntegerArray) argument43 return $inputIntegerArray;
20 function echoIntegerArray($inputIntegerArray)22 return $inputIntegerArray;
11 ), SOAP_ENC_ARRAY, "ArrayOfint","http://soapinterop.org/xsd"), "inputIntegerArray");21 …inputIntegerArray SOAP-ENC:arrayType="xsd:int[3]" xsi:type="ns2:ArrayOfint"><item xsi:type="xsd:in…
18 …inputIntegerArray SOAP-ENC:arrayType="xsd:int[3]" xsi:type="ns2:ArrayOfint"><item xsi:type="xsd:in…
15 <inputIntegerArray enc:itemType="xsd:int" enc:arraySize="1"18 </inputIntegerArray>
15 <inputIntegerArray enc:itemType="xsd:int" enc:arraySize="2"19 </inputIntegerArray>
21 function echoIntegerArray($inputIntegerArray) {22 return $inputIntegerArray;
Completed in 15 milliseconds