Searched refs:_GET (Results 1 – 18 of 18) sorted by relevance
54 if ($_GET['detail'] == 1) $iop->showFaults = 1;56 if ($_GET['wire']) {57 $iop->showWire($_GET['wire']);62 if ($_GET['test']) {63 $iop->currentTest = $_GET['test'];64 $iop->useWSDL = $_GET['wsdl']?$_GET['wsdl']:0;65 $iop->paramType = $_GET['type']?$_GET['type']:'php';
2 $test = isset($_GET['test']) ? $_GET['test'] : null;8 var_dump($_GET);
6 <?php echo $_GET['a'];7 echo $_GET['b'];8 echo $_GET['c'];
8 <?php echo $_GET['a'];9 echo $_GET['b'];10 echo $_GET['c'];
12 <?php echo $_GET['a'];13 echo $_GET['b'];14 echo $_GET['c'];
11 echo $_GET['id'];13 echo $_GET['pgurl'];
6 <?php echo $_GET['a']; ?>
17 echo addcslashes($_GET['a'],"\0") . "\n";
10 echo "post-a=({$_POST['a']}) get-b=({$_GET['b']}) get-c=({$_GET['c']})"?>
11 print_r($_GET);
58 $_GET = array(); variable
10 var_dump($_GET);
10 testing($_GET);
25 echo $_GET['b']."\n";
43 if (isset($_GET['test'])) {44 if ($_GET['test'] === 'TOC') {47 if (isset($_GET['file'])) {48 return $this->view->fileCoverage($this->sqlite, $_GET['file'], $_GET['test']);50 return $this->view->testTOC($this->sqlite, $_GET['test']);52 if (isset($_GET['file'])) {53 if (isset($_GET['line'])) {54 return $this->view->fileLineTOC($this->sqlite, $_GET['file'], $_GET['line']);56 return $this->view->fileCoverage($this->sqlite, $_GET['file']);
39 %s 2 array $_GET
20 $_POST, $_GET and $_COOKIE arrays are only populated with stripped
179 $x = $_GET;
Completed in 39 milliseconds