From: [EMAIL PROTECTED]
Operating system: linux
PHP version: 4.0.4pl1
PHP Bug Type: Scripting Engine problem
Bug description: variable array not working
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
--
Edit Bug report at: http://bugs.php.net/?id=8860&edit=1
--
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]