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'
41 var $paramType = 'php'; // 'php' or 'soapval' variable in Interop_Client273 "and class='$this->currentTest' and type='$this->paramType' ".285 "'$this->paramType',$this->useWSDL,".360 $soap_test->result['type'] = $this->paramType;564 if ($soap_test->type != $this->paramType) continue;624 $this->paramType = $ptype;646 $this->paramType = $ptype;677 $this->getResults($this->currentTest,$this->paramType,$this->useWSDL);682 echo "with $this->paramType values</b><br>\n";764 $this->paramType = $ptype;
29 $iop->paramType = 'php'; // 'php' or 'soapval'
65 $iop->paramType = $_GET['type']?$_GET['type']:'php';
Completed in 15 milliseconds