Searched refs:_GET (Results 1 – 17 of 17) sorted by relevance
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";
2 $test = isset($_GET['test']) ? $_GET['test'] : null;8 var_dump($_GET);
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);
18 echo $_GET['b']."\n";
39 %s 2 array $_GET
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']);
17 `$_GET` and `$_COOKIE` arrays are only populated with stripped data. In this
179 $x = $_GET;
Completed in 26 milliseconds