Home
last modified time | relevance | path

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

/PHP-5.6/ext/soap/interop/
H A Dclient_round2_results.php56 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-5.6/ext/curl/tests/responder/
H A Dget.php2 $test = isset($_GET['test']) ? $_GET['test'] : null;
8 var_dump($_GET);
/PHP-5.6/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-5.6/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-5.6/ext/standard/tests/general_functions/
H A Dimport_request1.phpt17 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-5.6/sapi/phpdbg/
H A Dweb-bootstrap.php58 $_GET = array(); variable
/PHP-5.6/Zend/tests/generators/finally/
H A Drun_on_dtor.phpt10 var_dump($_GET);
/PHP-5.6/Zend/tests/
H A Dbug54585.phpt10 testing($_GET);
/PHP-5.6/ext/mbstring/tests/
H A Dmb_http_input.phpt25 echo $_GET['b']."\n";
/PHP-5.6/ext/phar/tests/files/
H A Dpear2coverage.phar.php43 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-5.6/
H A DREADME.input_filter20 $_POST, $_GET and $_COOKIE arrays are only populated with stripped
/PHP-5.6/Zend/
H A Dmicro_bench.php179 $x = $_GET;

Completed in 21 milliseconds