ID: 15228 Updated by: yohgaki Reported By: [EMAIL PROTECTED] Old Status: Open Status: Analyzed Bug Type: Scripting Engine problem Operating System: n/a PHP Version: 4.0CVS-2002-01-25 New Comment:
Confirmed with ZE2 and ZE1 (PHP4.0.6) Previous Comments: ------------------------------------------------------------------------ [2002-01-25 17:18:31] [EMAIL PROTECTED] The following should result in a parse error: $foo = 'bar'; $bar = 'hello'; print $ $foo; // hello print $$foo; // hello Instead, 'hello' is printed both times. ------------------------------------------------------------------------ Edit this bug report at http://bugs.php.net/?id=15228&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]