ID: 17701 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Open Bug Type: Documentation problem Operating System: Linux PHP Version: 4.2.1 New Comment:
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 Previous Comments: ------------------------------------------------------------------------ [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