Home
last modified time | relevance | path

Searched refs:paramType (Results 1 – 4 of 4) sorted by relevance

/PHP-7.3/ext/soap/interop/
H A Dclient_round2.php49 function endpointTestForm($test, $endpoint, $method, $paramType, $useWSDL) argument
61 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'
H A Dclient_round2_interop.php41 var $paramType = 'php'; // 'php' or 'soapval' variable in Interop_Client
273 "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;
H A Dclient_round2_run.php29 $iop->paramType = 'php'; // 'php' or 'soapval'
H A Dclient_round2_results.php65 $iop->paramType = $_GET['type']?$_GET['type']:'php';

Completed in 19 milliseconds