ID:               26607
 Updated by:       [EMAIL PROTECTED]
 Reported By:      riccardo at logicalsystem dot it
-Status:           Open
+Status:           Bogus
 Bug Type:         *General Issues
 Operating System: linux RH 8.0
 PHP Version:      4.3.4
 New Comment:

Thank you for taking the time to write to us, but this is not
a bug. Please double-check the documentation available at
http://www.php.net/manual/ and the instructions on how to report
a bug at http://bugs.php.net/how-to-report.php

.


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

[2003-12-12 12:15:37] riccardo at logicalsystem dot it

Description:
------------
if you forget a "$" it may be attached to the next 
variable; I think it is not correct...


Reproduce code:
---------------
# cat a
<?php
        $pippo="a";
        $$pippo=10;
        echo  $
        $pippo;
        echo "\n";

?>
# php -q a
10



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


-- 
Edit this bug report at http://bugs.php.net/?id=26607&edit=1

Reply via email to