Searched refs:_GET (Results 1 – 21 of 21) sorted by relevance
8 <?php echo $_GET['a'];9 echo $_GET['b'];10 echo $_GET['c'];
10 <?php echo $_GET['a'];11 echo $_GET['b'];12 echo $_GET['c'];
13 <?php echo $_GET['a'];14 echo $_GET['b'];15 echo $_GET['c'];
12 echo $_GET['id'];14 echo $_GET['pgurl'];
8 <?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);
2 $test = isset($_GET['test']) ? $_GET['test'] : null;11 var_dump($_GET);
58 $_GET = array(); variable
10 var_dump($_GET);
16 echo $_GET['b']."\n";
23 if (isset(\$_GET['q'])) {
28 $fpmPort = $_GET['fpm_port'];
11 if (isset($_GET["desired_status"]) && $uri[strlen($uri) - 1] !== '/') {12 $desired_status = (int) $_GET["desired_status"];
15 if (!@$_GET['skip']) {
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 25 milliseconds