diff --git a/language/variables.xml b/language/variables.xml index 18cbb182e0..e91def8e04 100644 --- a/language/variables.xml +++ b/language/variables.xml @@ -152,7 +152,7 @@ $bar = &test(); // Invalid. - GATEWAY_INTERFACE + $GATEWAY_INTERFACE What revision of the CGI specification the server is using; @@ -162,7 +162,7 @@ $bar = &test(); // Invalid. - SERVER_NAME + $SERVER_NAME The name of the server host under which the current script is @@ -173,7 +173,7 @@ $bar = &test(); // Invalid. - SERVER_SOFTWARE + $SERVER_SOFTWARE Server identification string, given in the headers when @@ -183,7 +183,7 @@ $bar = &test(); // Invalid. - SERVER_PROTOCOL + $SERVER_PROTOCOL Name and revision of the information protocol via which the @@ -193,7 +193,7 @@ $bar = &test(); // Invalid. - REQUEST_METHOD + $REQUEST_METHOD Which request method was used to access the page; i.e. 'GET', @@ -203,7 +203,7 @@ $bar = &test(); // Invalid. - QUERY_STRING + $QUERY_STRING The query string, if any, via which the page was accessed. @@ -212,7 +212,7 @@ $bar = &test(); // Invalid. - DOCUMENT_ROOT + $DOCUMENT_ROOT The document root directory under which the current script is @@ -222,7 +222,7 @@ $bar = &test(); // Invalid. - HTTP_ACCEPT + $HTTP_ACCEPT Contents of the Accept: header from the @@ -232,7 +232,7 @@ $bar = &test(); // Invalid. - HTTP_ACCEPT_CHARSET + $HTTP_ACCEPT_CHARSET Contents of the Accept-Charset: header @@ -243,7 +243,7 @@ $bar = &test(); // Invalid. - HTTP_ACCEPT_ENCODING + $HTTP_ACCEPT_ENCODING Contents of the Accept-Encoding: header @@ -253,7 +253,7 @@ $bar = &test(); // Invalid. - HTTP_ACCEPT_LANGUAGE + $HTTP_ACCEPT_LANGUAGE Contents of the Accept-Language: header @@ -263,7 +263,7 @@ $bar = &test(); // Invalid. - HTTP_CONNECTION + $HTTP_CONNECTION Contents of the Connection: header from @@ -273,7 +273,7 @@ $bar = &test(); // Invalid. - HTTP_HOST + $HTTP_HOST Contents of the Host: header from the @@ -283,7 +283,7 @@ $bar = &test(); // Invalid. - HTTP_REFERER + $HTTP_REFERER The address of the page (if any) which referred the browser @@ -294,7 +294,7 @@ $bar = &test(); // Invalid. - HTTP_USER_AGENT + $HTTP_USER_AGENT Contents of the User_Agent: header from @@ -310,7 +310,7 @@ $bar = &test(); // Invalid. - REMOTE_ADDR + $REMOTE_ADDR The IP address from which the user is viewing the current @@ -320,7 +320,7 @@ $bar = &test(); // Invalid. - REMOTE_PORT + $REMOTE_PORT The port being used on the user's machine to communicate with @@ -330,7 +330,7 @@ $bar = &test(); // Invalid. - SCRIPT_FILENAME + $SCRIPT_FILENAME The absolute pathname of the currently executing script. @@ -339,7 +339,7 @@ $bar = &test(); // Invalid. - SERVER_ADMIN + $SERVER_ADMIN The value given to the SERVER_ADMIN (for Apache) directive in @@ -351,7 +351,7 @@ $bar = &test(); // Invalid. - SERVER_PORT + $SERVER_PORT The port on the server machine being used by the web server @@ -363,7 +363,7 @@ $bar = &test(); // Invalid. - SERVER_SIGNATURE + $SERVER_SIGNATURE String containing the server version and virtual host name @@ -373,7 +373,7 @@ $bar = &test(); // Invalid. - PATH_TRANSLATED + $PATH_TRANSLATED Filesystem- (not document root-) based path to the current @@ -384,7 +384,7 @@ $bar = &test(); // Invalid. - SCRIPT_NAME + $SCRIPT_NAME Contains the current script's path. This is useful for pages @@ -394,7 +394,7 @@ $bar = &test(); // Invalid. - REQUEST_URI + $REQUEST_URI The URI which was given in order to access this page; for @@ -464,7 +464,7 @@ $bar = &test(); // Invalid. - argv + $argv Array of arguments passed to the script. When the script is @@ -476,7 +476,7 @@ $bar = &test(); // Invalid. - argc + $argc Contains the number of command line parameters passed to the @@ -486,7 +486,7 @@ $bar = &test(); // Invalid. - PHP_SELF + $PHP_SELF The filename of the currently executing script, relative to @@ -497,7 +497,7 @@ $bar = &test(); // Invalid. - HTTP_COOKIE_VARS + $HTTP_COOKIE_VARS An associative array of variables passed to the current @@ -507,7 +507,7 @@ $bar = &test(); // Invalid. - HTTP_GET_VARS + $HTTP_GET_VARS An associative array of variables passed to the current @@ -517,7 +517,7 @@ $bar = &test(); // Invalid. - HTTP_POST_VARS + $HTTP_POST_VARS An associative array of variables passed to the current @@ -527,7 +527,7 @@ $bar = &test(); // Invalid. - HTTP_POST_FILES + $HTTP_POST_FILES An associative array of variables containing information @@ -544,7 +544,7 @@ $bar = &test(); // Invalid. - HTTP_ENV_VARS + $HTTP_ENV_VARS An associative array of variables passed to the current @@ -554,7 +554,7 @@ $bar = &test(); // Invalid. - HTTP_SERVER_VARS + $HTTP_SERVER_VARS An associative array of variables passed to the current