From e78f54ade65dc3a16b0c679fd053ccd634d06e98 Mon Sep 17 00:00:00 2001 From: Philip Olson Date: Sun, 10 Nov 2002 22:17:10 +0000 Subject: [PATCH] Superglobals cannot be used as variable variables. Closes bug #18452 git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@103262 c90b9560-bf6c-de11-be94-00142212c4b1 --- language/variables.xml | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/language/variables.xml b/language/variables.xml index ec3d6915d8..542d55dda5 100644 --- a/language/variables.xml +++ b/language/variables.xml @@ -1,5 +1,5 @@ - + Variables @@ -169,6 +169,14 @@ $bar = &test(); // Invalid. Also, you'll notice how the older predefined variables ($HTTP_*_VARS) still exist. + + + Variable variables + + Superglobals cannot be used as + variable variables. + + If certain variables in