[PHP-DEV] Bug #10967 Updated: $x .= &someFunction();

2001-07-09 Thread jeroen
ID: 10967 Updated by: jeroen Reported By: [EMAIL PROTECTED] Old Status: Open Status: Bogus Bug Type: Scripting Engine problem Operating System: win2k PHP Version: 4.0.5 New Comment: This is nonsense, what do you expect of $x .= &somefunction()? that the second part of $x gets referenced? Previo

[PHP-DEV] Bug #10967 Updated: $x .= &someFunction();

2001-06-19 Thread jmoore
ID: 10967 Updated by: jmoore Reported By: [EMAIL PROTECTED] Status: Open Bug Type: Scripting Engine problem Operating system: PHP Version: 4.0.5 Assigned To: Comments: well your playing with references where they are not needed.. expect to get your fingers burnt. Previous Comments: --

[PHP-DEV] Bug #10967 Updated: $x .= &someFunction();

2001-05-22 Thread fabiankessler
ID: 10967 User Update by: [EMAIL PROTECTED] Status: Open Bug Type: Scripting Engine problem Operating system: win2k PHP Version: 4.0.5 Description: $x .= &someFunction(); uhm, well, the thing with the $temp var is useless. i see now that i cannot reference something into *a part* of something el