Home
last modified time | relevance | path

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

/PHP-5.5/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.php43 var $paramType = 'php'; // 'php' or 'soapval' variable in Interop_Client
275 "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;
H A Dclient_round2_run.php32 $iop->paramType = 'php'; // 'php' or 'soapval'
H A Dclient_round2_results.php67 $iop->paramType = $_GET['type']?$_GET['type']:'php';

Completed in 17 milliseconds