ID: 8860
Updated by: cynic
Reported By: [EMAIL PROTECTED]
Old-Status: Open
Status: Closed
Bug Type: Scripting Engine problem
Assigned To: 
Comments:

no. it will echo contents of $three. if you don't have that variable in current scope, 
it'll echo null, and, depending on your settings, emit a warning.

Previous Comments:
---------------------------------------------------------------------------

[2001-01-23 09:57:18] [EMAIL PROTECTED]
according to Zeev this should work:

$test = Array("one","two","three","four"); $var = 'test[2]'; echo $$var; /* should 
echo "three" */

But with it doesn't


Greetz,

Wico

---------------------------------------------------------------------------


Full Bug description available at: http://bugs.php.net/?id=8860


-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to