Searched refs:paramType (Results 1 – 4 of 4) sorted by relevance
49 function endpointTestForm($test, $endpoint, $method, $paramType, $useWSDL) argument61 echo "<option value='soapval'".($paramType=='soapval'?' selected':'').">soap value</option>";62 …echo "<option value='php'".($paramType=='php'?' selected':'').">php internal type</option></select…96 $iop->paramType = $_POST['paramType']; // 'php' or 'soapval'
43 var $paramType = 'php'; // 'php' or 'soapval' variable in Interop_Client275 "and class='$this->currentTest' and type='$this->paramType' ".287 "'$this->paramType',$this->useWSDL,".362 $soap_test->result['type'] = $this->paramType;566 if ($soap_test->type != $this->paramType) continue;626 $this->paramType = $ptype;648 $this->paramType = $ptype;679 $this->getResults($this->currentTest,$this->paramType,$this->useWSDL);684 echo "with $this->paramType values</b><br>\n";766 $this->paramType = $ptype;
32 $iop->paramType = 'php'; // 'php' or 'soapval'
67 $iop->paramType = $_GET['type']?$_GET['type']:'php';
Completed in 12 milliseconds