Home
last modified time | relevance | path

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

12345678

/PHP-8.1/ext/phar/tests/cache_list/files/
H A Dfrontcontroller8.phar4 var_dump($_ENV, $_SERVER);
9 ��~�������hio1<?php var_dump($_SERVER["REQUEST_URI"], $_SERVER["PATH_INFO"]);hio2<?php function hi…
H A Dfrontcontroller8.phar.inc5 $a['a1.phps'] = '<?php var_dump($_SERVER["REQUEST_URI"], $_SERVER["PATH_INFO"]);';
17 var_dump($_ENV, $_SERVER);
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);
/PHP-8.1/tests/basic/
H A D011.phpt9 $argc = $_SERVER['argc'];
10 $argv = $_SERVER['argv'];
H A D012.phpt10 $argc = $_SERVER['argc'];
11 $argv = $_SERVER['argv'];
/PHP-8.1/tests/lang/
H A Dbug24908.phpt9 if (count($_SERVER)) echo "O";
12 if (count($_SERVER)) echo "K\n";
/PHP-8.1/sapi/cli/tests/
H A Dphp_cli_server_021.phpt10 php_cli_server_start('var_dump(!isset($_SERVER["PHP_AUTH_USER"]), !isset($_SERVER["PHP_AUTH_PW"]), …
H A Dbug66606_1.phpt12 php_cli_server_start('var_dump(isset($_SERVER["CONTENT_TYPE"]), isset($_SERVER["CONTENT_LENGTH"]))'…
H A Dphp_cli_server_006.phpt10 php_cli_server_start('var_dump($_SERVER["PHP_AUTH_USER"], $_SERVER["PHP_AUTH_PW"]);');
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 . ":"…
/PHP-8.1/sapi/fpm/tests/
H A Dfcgi-env-nopif-custom-without-pi-without-pt.phpt25 echo \$_SERVER["SCRIPT_NAME"] . "\n";
26 echo \$_SERVER["SCRIPT_FILENAME"] . "\n";
27 echo \$_SERVER["PHP_SELF"];
H A Dfcgi-env-pif-apache-handler-uds.phpt25 echo \$_SERVER["SCRIPT_NAME"] . "\n";
26 echo \$_SERVER["SCRIPT_FILENAME"] . "\n";
27 echo \$_SERVER["PHP_SELF"];
H A Dfcgi-env-nopif-custom-without-pi-with-pt.phpt26 echo \$_SERVER["SCRIPT_NAME"] . "\n";
27 echo \$_SERVER["SCRIPT_FILENAME"] . "\n";
28 echo \$_SERVER["PHP_SELF"];
H A Dbug72573-http-proxy.phpt26 @\$_SERVER["HTTP_PROXY"],
27 \$_SERVER["HTTP_FOO"],
/PHP-8.1/ext/phar/tests/
H A Dphar_createdefaultstub.phpt48 if (@(isset($_SERVER['REQUEST_URI']) && isset($_SERVER['REQUEST_METHOD']) && ($_SERVER['REQUEST_MET…
97 if (!strpos($_SERVER['REQUEST_URI'], $basename)) {
102 $pt = substr($_SERVER['REQUEST_URI'], strpos($_SERVER['REQUEST_URI'], $basename) + strlen($basename…
106 header('Location: ' . $_SERVER['REQUEST_URI'] . '/' . $pt);
342 if (@(isset($_SERVER['REQUEST_URI']) && isset($_SERVER['REQUEST_METHOD']) && ($_SERVER['REQUEST_MET…
391 if (!strpos($_SERVER['REQUEST_URI'], $basename)) {
396 $pt = substr($_SERVER['REQUEST_URI'], strpos($_SERVER['REQUEST_URI'], $basename) + strlen($basename…
400 header('Location: ' . $_SERVER['REQUEST_URI'] . '/' . $pt);
644 if (@(isset($_SERVER['REQUEST_URI']) && isset($_SERVER['REQUEST_METHOD']) && ($_SERVER['REQUEST_MET…
693 if (!strpos($_SERVER['REQUEST_URI'], $basename)) {
[all …]
H A Dphar_setdefaultstub.phpt68 if (@(isset($_SERVER['REQUEST_URI']) && isset($_SERVER['REQUEST_METHOD']) && ($_SERVER['REQUEST_MET…
117 if (!strpos($_SERVER['REQUEST_URI'], $basename)) {
122 $pt = substr($_SERVER['REQUEST_URI'], strpos($_SERVER['REQUEST_URI'], $basename) + strlen($basename…
126 header('Location: ' . $_SERVER['REQUEST_URI'] . '/' . $pt);
363 if (@(isset($_SERVER['REQUEST_URI']) && isset($_SERVER['REQUEST_METHOD']) && ($_SERVER['REQUEST_MET…
412 if (!strpos($_SERVER['REQUEST_URI'], $basename)) {
417 $pt = substr($_SERVER['REQUEST_URI'], strpos($_SERVER['REQUEST_URI'], $basename) + strlen($basename…
421 header('Location: ' . $_SERVER['REQUEST_URI'] . '/' . $pt);
658 if (@(isset($_SERVER['REQUEST_URI']) && isset($_SERVER['REQUEST_METHOD']) && ($_SERVER['REQUEST_MET…
707 if (!strpos($_SERVER['REQUEST_URI'], $basename)) {
[all …]
/PHP-8.1/ext/opcache/tests/
H A Dpreloading_no_auto_globals_jit.inc4 return count($_SERVER);
/PHP-8.1/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 Dopenssl256.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 Dopenssl512.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);

Completed in 40 milliseconds

12345678