ID: 28155
Updated by: [EMAIL PROTECTED]
-Summary: reference in this form ( )->
Reported By: fbn79 at libero dot it
Status: Bogus
Bug Type: Zend Engine 2 problem
Operating System: winxp pro
PHP Version: 5CVS-2004-04-26 (dev)
New Comment:
Updated summary to make it easier to find for other people running into
this new behavior.
Previous Comments:
------------------------------------------------------------------------
[2004-04-26 16:45:09] [EMAIL PROTECTED]
It's a keyword now, and not a bug (As it's expected behavior)
------------------------------------------------------------------------
[2004-04-26 14:02:38] fbn79 at libero dot it
Description:
------------
I'm not sure if it's a buf or if the function name "clone" was reserved
in php5. The parse errore exist in RC1 and RC2 whith or without
Compatibility Mode OFF or ON
Reproduce code:
---------------
class myclass{
function &clone()
{
....
}
}
Actual result:
--------------
Parse error: parse error, unexpected T_CLONE, expecting T_STRING in ...
on line ...
------------------------------------------------------------------------
--
Edit this bug report at http://bugs.php.net/?id=28155&edit=1