Searched refs:_GET (Results 1 – 19 of 19) sorted by relevance
/PHP-7.0/ext/soap/interop/ |
H A D | client_round2_results.php | 56 if ($_GET['detail'] == 1) $iop->showFaults = 1; 58 if ($_GET['wire']) { 59 $iop->showWire($_GET['wire']); 64 if ($_GET['test']) { 65 $iop->currentTest = $_GET['test']; 66 $iop->useWSDL = $_GET['wsdl']?$_GET['wsdl']:0; 67 $iop->paramType = $_GET['type']?$_GET['type']:'php';
|
/PHP-7.0/ext/curl/tests/responder/ |
H A D | get.php | 2 $test = isset($_GET['test']) ? $_GET['test'] : null; 8 var_dump($_GET);
|
/PHP-7.0/ext/filter/tests/ |
H A D | 002.phpt | 6 <?php echo $_GET['a']; 7 echo $_GET['b']; 8 echo $_GET['c'];
|
H A D | 003.phpt | 8 <?php echo $_GET['a']; 9 echo $_GET['b']; 10 echo $_GET['c'];
|
H A D | 004.phpt | 12 <?php echo $_GET['a']; 13 echo $_GET['b']; 14 echo $_GET['c'];
|
H A D | 005.phpt | 11 echo $_GET['id']; 13 echo $_GET['pgurl'];
|
H A D | 001.phpt | 6 <?php echo $_GET['a']; ?>
|
H A D | bug42718.phpt | 17 echo addcslashes($_GET['a'],"\0") . "\n";
|
/PHP-7.0/tests/basic/ |
H A D | 003.phpt | 10 echo "post-a=({$_POST['a']}) get-b=({$_GET['b']}) get-c=({$_GET['c']})"?>
|
H A D | bug61000.phpt | 11 print_r($_GET);
|
/PHP-7.0/ext/standard/tests/general_functions/ |
H A D | import_request1.phpt | 17 var_dump($_GET, $_POST, $_COOKIE, $_FILES, $_REQUEST); 22 Warning: import_request_variables(): Attempted super-global (_GET) variable overwrite in %s on line… 32 Warning: import_request_variables(): Attempted super-global (_GET) variable overwrite in %s on line… 42 Warning: import_request_variables(): Attempted super-global (_GET) variable overwrite in %s on line…
|
/PHP-7.0/sapi/phpdbg/ |
H A D | web-bootstrap.php | 58 $_GET = array(); variable
|
/PHP-7.0/Zend/tests/generators/finally/ |
H A D | run_on_dtor.phpt | 10 var_dump($_GET);
|
/PHP-7.0/Zend/tests/ |
H A D | bug54585.phpt | 10 testing($_GET);
|
/PHP-7.0/ext/mbstring/tests/ |
H A D | mb_http_input.phpt | 25 echo $_GET['b']."\n";
|
/PHP-7.0/ext/phar/tests/files/ |
H A D | pear2coverage.phar.php | 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']);
|
/PHP-7.0/sapi/phpdbg/tests/ |
H A D | info_001.phpt | 39 %s 2 array $_GET
|
/PHP-7.0/ |
H A D | README.input_filter | 20 $_POST, $_GET and $_COOKIE arrays are only populated with stripped
|
/PHP-7.0/Zend/ |
H A D | micro_bench.php | 179 $x = $_GET;
|
Completed in 67 milliseconds