Home
last modified time | relevance | path

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

/PHP-8.3/ext/filter/tests/
H A D002.phpt8 <?php echo $_GET['a'];
9 echo $_GET['b'];
10 echo $_GET['c'];
H A D003.phpt10 <?php echo $_GET['a'];
11 echo $_GET['b'];
12 echo $_GET['c'];
H A D004.phpt13 <?php echo $_GET['a'];
14 echo $_GET['b'];
15 echo $_GET['c'];
H A D005.phpt12 echo $_GET['id'];
14 echo $_GET['pgurl'];
H A D001.phpt8 <?php echo $_GET['a']; ?>
H A Dbug42718.phpt17 echo addcslashes($_GET['a'],"\0") . "\n";
/PHP-8.3/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-8.3/ext/curl/tests/responder/
H A Dget.inc2 $test = isset($_GET['test']) ? $_GET['test'] : null;
11 var_dump($_GET);
/PHP-8.3/sapi/phpdbg/
H A Dweb-bootstrap.php58 $_GET = array(); variable
/PHP-8.3/Zend/tests/generators/finally/
H A Drun_on_dtor.phpt10 var_dump($_GET);
/PHP-8.3/ext/mbstring/tests/
H A Dmb_http_input_pass.phpt16 echo $_GET['b']."\n";
H A Dmb_http_input.phpt16 echo $_GET['b']."\n";
/PHP-8.3/sapi/fpm/tests/
H A Dgh9981-fastcgi-error-header-reset.phpt23 if (isset(\$_GET['q'])) {
H A Dsocket-close-on-exec.phpt28 $fpmPort = $_GET['fpm_port'];
/PHP-8.3/ext/standard/tests/http/
H A Dgh11274.phpt11 if (isset($_GET["desired_status"]) && $uri[strlen($uri) - 1] !== '/') {
12 $desired_status = (int) $_GET["desired_status"];
/PHP-8.3/ext/opcache/tests/
H A Dgh8846.phpt15 if (!@$_GET['skip']) {
/PHP-8.3/sapi/phpdbg/tests/
H A Dinfo_001.phpt39 %s 2 array $_GET
/PHP-8.3/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-8.3/docs/
H A Dinput-filter.md17 `$_GET` and `$_COOKIE` arrays are only populated with stripped data. In this
/PHP-8.3/Zend/
H A Dmicro_bench.php179 $x = $_GET;

Completed in 44 milliseconds