ID: 11452
Updated by: jmoore
Reported By: [EMAIL PROTECTED]
Old-Status: Open
Status: Closed
Bug Type: Scripting Engine problem
Operating system:
PHP Version: 4.0.5
Assigned To:
Comments:
your trying to assign a constant by reference. This will ofcourse not work, we have
had a few feature requests for this so it might make it into 4.1 but this certainly
isnt a bug.
- James
Previous Comments:
---------------------------------------------------------------------------
[2001-06-12 21:29:55] [EMAIL PROTECTED]
this script produces a parse error:
function f(&$a="a"){
return true;
}
---------------------------------------------------------------------------
ATTENTION! Do NOT reply to this email!
To reply, use the web interface found at http://bugs.php.net/?id=11452&edit=2
--
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]