From f1c8d8d88523d3e3bd313f9ce0f1b6516bb728a8 Mon Sep 17 00:00:00 2001 From: Philip Olson Date: Sat, 12 Jan 2002 23:24:55 +0000 Subject: [PATCH] WS git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@67655 c90b9560-bf6c-de11-be94-00142212c4b1 --- language/variables.xml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/language/variables.xml b/language/variables.xml index 856870e741..445622749c 100644 --- a/language/variables.xml +++ b/language/variables.xml @@ -1,5 +1,5 @@ - + Variables @@ -656,7 +656,8 @@ $bar = &test(); // Invalid. $_REQUEST - An associative array merged from the GET, POST, and Cookie variables. In other words - all the information that is coming from the user, + An associative array merged from the GET, POST, and Cookie variables. + In other words - all the information that is coming from the user, and that from a security point of view, cannot be trusted. Automatically global in any scope.