|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2013-02-13 14:43 UTC] johannes@php.net
-Status: Open
+Status: Not a bug
[2013-02-13 14:43 UTC] johannes@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Tue Dec 09 11:00:01 2025 UTC |
Description: ------------ This looks really weird to me. Test script: --------------- // works well print_r(${'_GET'}); // this not however // returns notice: "Undefined variable: _GET" $name = '_GET'; print_r(${$name});