Home
last modified time | relevance | path

Searched refs:_SERVER (Results 51 – 75 of 190) sorted by relevance

12345678

/PHP-7.0/sapi/cli/tests/
H A Dphp_cli_server_017.phpt2 Implement Req #60850 (Built in web server does not set $_SERVER['SCRIPT_FILENAME'] when using route…
11 var_dump($_SERVER['SCRIPT_FILENAME']);
H A Dbug66606_2.phpt12 php_cli_server_start('var_dump($_SERVER["CONTENT_TYPE"], $_SERVER["CONTENT_LENGTH"])');
H A Dphp_cli_server_004.phpt2 Bug #55747 (request headers missed in $_SERVER)
12 php_cli_server_start('foreach($_SERVER as $k=>$v) { if (!strncmp($k, "HTTP", 4)) var_dump( $k . ":"…
H A Dbug69953.phpt12 php_cli_server_start('echo $_SERVER["REQUEST_METHOD"];');
/PHP-7.0/ext/phar/tests/
H A Dphar_setdefaultstub.phpt69 if (@(isset($_SERVER['REQUEST_URI']) && isset($_SERVER['REQUEST_METHOD']) && ($_SERVER['REQUEST_MET…
118 if (!strpos($_SERVER['REQUEST_URI'], $basename)) {
123 $pt = substr($_SERVER['REQUEST_URI'], strpos($_SERVER['REQUEST_URI'], $basename) + strlen($basename…
127 header('Location: ' . $_SERVER['REQUEST_URI'] . '/' . $pt);
364 if (@(isset($_SERVER['REQUEST_URI']) && isset($_SERVER['REQUEST_METHOD']) && ($_SERVER['REQUEST_MET…
413 if (!strpos($_SERVER['REQUEST_URI'], $basename)) {
418 $pt = substr($_SERVER['REQUEST_URI'], strpos($_SERVER['REQUEST_URI'], $basename) + strlen($basename…
422 header('Location: ' . $_SERVER['REQUEST_URI'] . '/' . $pt);
659 if (@(isset($_SERVER['REQUEST_URI']) && isset($_SERVER['REQUEST_METHOD']) && ($_SERVER['REQUEST_MET…
708 if (!strpos($_SERVER['REQUEST_URI'], $basename)) {
[all …]
H A Dphar_createdefaultstub.phpt49 if (@(isset($_SERVER['REQUEST_URI']) && isset($_SERVER['REQUEST_METHOD']) && ($_SERVER['REQUEST_MET…
98 if (!strpos($_SERVER['REQUEST_URI'], $basename)) {
103 $pt = substr($_SERVER['REQUEST_URI'], strpos($_SERVER['REQUEST_URI'], $basename) + strlen($basename…
107 header('Location: ' . $_SERVER['REQUEST_URI'] . '/' . $pt);
343 if (@(isset($_SERVER['REQUEST_URI']) && isset($_SERVER['REQUEST_METHOD']) && ($_SERVER['REQUEST_MET…
392 if (!strpos($_SERVER['REQUEST_URI'], $basename)) {
397 $pt = substr($_SERVER['REQUEST_URI'], strpos($_SERVER['REQUEST_URI'], $basename) + strlen($basename…
401 header('Location: ' . $_SERVER['REQUEST_URI'] . '/' . $pt);
645 if (@(isset($_SERVER['REQUEST_URI']) && isset($_SERVER['REQUEST_METHOD']) && ($_SERVER['REQUEST_MET…
694 if (!strpos($_SERVER['REQUEST_URI'], $basename)) {
[all …]
/PHP-7.0/ext/spl/examples/
H A Dtree.php20 Usage: php ${_SERVER['PHP_SELF']} <path>
H A Ddirectorytree.php16 Usage: php ${_SERVER['PHP_SELF']} <path>
H A Ddba_dump.php19 Usage: php ${_SERVER['PHP_SELF']} <file> <handler> [<regex>]
H A Ddba_array.php19 Usage: php ${_SERVER['PHP_SELF']} <file> <handler> <key> [<value>]
H A Dnocvsdir.php17 Usage: php ${_SERVER['PHP_SELF']} <path>
/PHP-7.0/ext/phar/tests/cache_list/files/
H A Dnophar.phar13 if (@(isset($_SERVER['REQUEST_URI']) && isset($_SERVER['REQUEST_METHOD']) && ($_SERVER['REQUEST_MET…
62 if (!strpos($_SERVER['REQUEST_URI'], $basename)) {
67 $pt = substr($_SERVER['REQUEST_URI'], strpos($_SERVER['REQUEST_URI'], $basename) + strlen($basename…
71 header('Location: ' . $_SERVER['REQUEST_URI'] . '/' . $pt);
H A Dopenssl.phar13 if (@(isset($_SERVER['REQUEST_URI']) && isset($_SERVER['REQUEST_METHOD']) && ($_SERVER['REQUEST_MET…
62 if (!strpos($_SERVER['REQUEST_URI'], $basename)) {
67 $pt = substr($_SERVER['REQUEST_URI'], strpos($_SERVER['REQUEST_URI'], $basename) + strlen($basename…
71 header('Location: ' . $_SERVER['REQUEST_URI'] . '/' . $pt);
H A Dfrontcontroller2.phar4 var_dump($_ENV, $_SERVER);
/PHP-7.0/ext/phar/tests/files/
H A Dinclude_path2.phar13 if (@(isset($_SERVER['REQUEST_URI']) && isset($_SERVER['REQUEST_METHOD']) && ($_SERVER['REQUEST_MET…
62 if (!strpos($_SERVER['REQUEST_URI'], $basename)) {
67 $pt = substr($_SERVER['REQUEST_URI'], strpos($_SERVER['REQUEST_URI'], $basename) + strlen($basename…
71 header('Location: ' . $_SERVER['REQUEST_URI'] . '/' . $pt);
H A Dnophar.phar13 if (@(isset($_SERVER['REQUEST_URI']) && isset($_SERVER['REQUEST_METHOD']) && ($_SERVER['REQUEST_MET…
62 if (!strpos($_SERVER['REQUEST_URI'], $basename)) {
67 $pt = substr($_SERVER['REQUEST_URI'], strpos($_SERVER['REQUEST_URI'], $basename) + strlen($basename…
71 header('Location: ' . $_SERVER['REQUEST_URI'] . '/' . $pt);
H A Dopenssl.phar13 if (@(isset($_SERVER['REQUEST_URI']) && isset($_SERVER['REQUEST_METHOD']) && ($_SERVER['REQUEST_MET…
62 if (!strpos($_SERVER['REQUEST_URI'], $basename)) {
67 $pt = substr($_SERVER['REQUEST_URI'], strpos($_SERVER['REQUEST_URI'], $basename) + strlen($basename…
71 header('Location: ' . $_SERVER['REQUEST_URI'] . '/' . $pt);
H A Dfrontcontroller2.phar4 var_dump($_ENV, $_SERVER);
H A Dfrontcontroller.phar4 var_dump($_ENV, $_SERVER);
/PHP-7.0/tests/basic/
H A Dbug29971.phpt7 var_dump($_ENV,$_SERVER);
/PHP-7.0/sapi/phpdbg/
H A Dweb-bootstrap.php23 $_SERVER = array variable
/PHP-7.0/ext/standard/tests/file/
H A D004.phpt43 $ret = @file_put_contents("TEST5", $_SERVER);
45 if ($ret !== FALSE && @md5(implode('', $_SERVER)) == md5_file("TEST5")) {
/PHP-7.0/ext/openssl/tests/
H A Dbug65538.phar13 if (@(isset($_SERVER['REQUEST_URI']) && isset($_SERVER['REQUEST_METHOD']) && ($_SERVER['REQUEST_MET…
62 if (!strpos($_SERVER['REQUEST_URI'], $basename)) {
67 $pt = substr($_SERVER['REQUEST_URI'], strpos($_SERVER['REQUEST_URI'], $basename) + strlen($basename…
71 header('Location: ' . $_SERVER['REQUEST_URI'] . '/' . $pt);
/PHP-7.0/ext/tidy/examples/
H A Durlgrab5.php36 $a = tidy_parse_file($_SERVER['argv'][1]);
/PHP-7.0/sapi/fpm/tests/
H A D022-cve-2016-5385.phpt30 @\$_SERVER["HTTP_PROXY"],
31 \$_SERVER["HTTP_FOO"],

Completed in 28 milliseconds

12345678