mirror of
https://github.com/alibaba/higress.git
synced 2026-02-25 13:10:50 +08:00
31 lines
610 B
Plaintext
31 lines
610 B
Plaintext
# The data in this list comes from
|
||
# https://www.php.net/manual/en/reserved.variables.php
|
||
# https://www.php.net/manual/en/language.variables.superglobals.php
|
||
# https://www.php.net/manual/en/language.constants.predefined.php
|
||
|
||
# These superglobal variables are:
|
||
$GLOBALS
|
||
$_COOKIE
|
||
$_ENV
|
||
$_FILES
|
||
$_GET
|
||
$_POST
|
||
$_REQUEST
|
||
$_SERVER
|
||
$_SESSION
|
||
$argc
|
||
$argv
|
||
$http_response_header
|
||
# Deprecated
|
||
$php_errormsg
|
||
|
||
# This is really old, completely deprecated vars (PHP >= 4 < 5.3)
|
||
$HTTP_COOKIE_VARS
|
||
$HTTP_ENV_VARS
|
||
$HTTP_GET_VARS
|
||
$HTTP_POST_FILES
|
||
$HTTP_POST_VARS
|
||
$HTTP_RAW_POST_DATA
|
||
$HTTP_REQUEST_VARS
|
||
$HTTP_SERVER_VARS
|