Home
last modified time | relevance | path

Searched refs:_GET (Results 1 – 17 of 17) sorted by relevance

/PHP-7.4/ext/filter/tests/
H A D002.phpt6 <?php echo $_GET['a'];
7 echo $_GET['b'];
8 echo $_GET['c'];
H A D003.phpt8 <?php echo $_GET['a'];
9 echo $_GET['b'];
10 echo $_GET['c'];
H A D004.phpt12 <?php echo $_GET['a'];
13 echo $_GET['b'];
14 echo $_GET['c'];
H A D005.phpt11 echo $_GET['id'];
13 echo $_GET['pgurl'];
H A D001.phpt6 <?php echo $_GET['a']; ?>
H A Dbug42718.phpt17 echo addcslashes($_GET['a'],"\0") . "\n";
/PHP-7.4/ext/curl/tests/responder/
H A Dget.inc2 $test = isset($_GET['test']) ? $_GET['test'] : null;
8 var_dump($_GET);
/PHP-7.4/tests/basic/
H A D003.phpt10 echo "post-a=({$_POST['a']}) get-b=({$_GET['b']}) get-c=({$_GET['c']})"?>
H A Dbug61000.phpt11 print_r($_GET);
/PHP-7.4/sapi/phpdbg/
H A Dweb-bootstrap.php58 $_GET = array(); variable
/PHP-7.4/Zend/tests/generators/finally/
H A Drun_on_dtor.phpt10 var_dump($_GET);
/PHP-7.4/Zend/tests/
H A Dbug54585.phpt10 testing($_GET);
/PHP-7.4/ext/mbstring/tests/
H A Dmb_http_input.phpt25 echo $_GET['b']."\n";
/PHP-7.4/sapi/phpdbg/tests/
H A Dinfo_001.phpt39 %s 2 array $_GET
/PHP-7.4/ext/phar/tests/files/
H A Dpear2coverage.phar43 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']);
/PHP-7.4/docs/
H A Dinput-filter.md17 `$_GET` and `$_COOKIE` arrays are only populated with stripped data. In this
/PHP-7.4/Zend/
H A Dmicro_bench.php179 $x = $_GET;

Completed in 16 milliseconds