Searched refs:_POST (Results 1 – 25 of 68) sorted by relevance
123
87 testSelectForm($_POST['test']);88 endpointTestForm($_POST['test'],$_POST['endpoint'],$_POST['method'],$_POST['paramType'],$_POST['use…90 if ($_POST['test'] && array_key_exists('endpoint', $_POST) && array_key_exists('method', $_POST)) {92 echo "<h2>Calling {$_POST['method']} at {$_POST['endpoint']}</h2>\n";95 $iop->currentTest = $_POST['test']; // see $tests above96 $iop->paramType = $_POST['paramType']; // 'php' or 'soapval'97 $iop->useWSDL = $_POST['useWSDL']; // 1= do wsdl tests99 $iop->specificEndpoint = $_POST['endpoint']; // test only this endpoint100 $iop->testMethod = $_POST['method']=='ALL'?'':$_POST['method']; // test only this method
8 echo "{$_POST['a']} {$_POST['b']} {$_POST['c']}"?>
8 echo "{$_POST['a']} {$_POST['b']}" ?>
7 var_dump($_POST['a']);8 var_dump($_POST['b']);
2 Bug #37276 (problems witch $_POST array)22 var_dump($_POST);
7 var_dump($_POST['a']);
7 echo $_POST['a']; ?>
9 var_dump($_POST);
15 var_dump($_POST);
16 var_dump($_POST);
12 print_r($_POST);
17 var_dump($_POST);
5 var_dump($_POST);9 var_dump($_POST);
11 echo $_POST['d'];12 echo $_POST['e'];
15 echo $_POST['d'];16 echo $_POST['e'];
60 $_POST = array(); variable
15 print_r($_POST);
Completed in 27 milliseconds