ID: 17701 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] -Status: Open +Status: Duplicate Bug Type: Documentation problem Operating System: Linux PHP Version: 4.2.1 New Comment:
Duplicate of http://bugs.php.net/bug.php?id=15479 and http://bugs.php.net/bug.php?id=16687 Previous Comments: ------------------------------------------------------------------------ [2002-06-14 17:20:00] [EMAIL PROTECTED] This was discussed in the lists but I can't find these discussions :/ iirc, Derick mentioned why it doesn't work but I don't remember what was said exactly or if a final conclusion was made. Maybe this behavior will change? ------------------------------------------------------------------------ [2002-06-11 11:25:02] [EMAIL PROTECTED] Seems to be a duplicate of http://bugs.php.net/bug.php?id=15479 I also reported a bug with this, and it contained much more info (like this WORKED in global scope with the version I was using). I am said, I cannot find that bug now... Goba ------------------------------------------------------------------------ [2002-06-11 11:18:44] [EMAIL PROTECTED] <?php $x = '_GET'; print_r($$x); ?> it not possible to access superglobals with this type dynamic vars. because they are super-globals, not globals. so they are in no namespace hash table? I think this should be commentet. ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=17701&edit=1 -- PHP Documentation Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php