ID: 14175
Updated by: derick
Reported By: [EMAIL PROTECTED]
Old Status: Open
Status: Bogus
Bug Type: Variables related
Operating System: win98, freebsd
PHP Version: 4.0.5
New Comment:

Nope, this is not a bug, but expected behavior. You can also uses space and 
interpunction marks like this.
However, it's sitll veyr ugly.

Derick

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

[2001-11-22 07:57:56] [EMAIL PROTECTED]

<?php
   $1 = "hello";
?>
This will produce an error.
That isn't very strange ;-)

But....

<?php
   ${"1"} = "hello";
?>

This is allowed.
Isn't this a bug?

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



Edit this bug report at http://bugs.php.net/?id=14175&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]

Reply via email to