From e95d4327bef093cf07345394f9822e11072cbca0 Mon Sep 17 00:00:00 2001 From: Philip Olson Date: Fri, 6 Jun 2003 04:04:20 +0000 Subject: [PATCH] Mention $_FILES in the list of autoglobals. git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@130332 c90b9560-bf6c-de11-be94-00142212c4b1 --- chapters/tutorial.xml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/chapters/tutorial.xml b/chapters/tutorial.xml index 5e680ba597..efee5fdc25 100644 --- a/chapters/tutorial.xml +++ b/chapters/tutorial.xml @@ -1,5 +1,5 @@ - + A simple tutorial @@ -448,9 +448,10 @@ You are 22 years old. were introduced in PHP 4.1.0. They are: $_GET, $_POST, $_COOKIE, $_SERVER, - $_ENV, $_REQUEST, and - $_SESSION. The older $HTTP_*_VARS - arrays, such as $HTTP_POST_VARS, still exist and have since PHP 3. + $_FILES, $_ENV, + $_REQUEST, and $_SESSION. The + older $HTTP_*_VARS arrays, such as + $HTTP_POST_VARS, still exist and have since PHP 3.