ID: 28155
Comment by: ben at jazzyphones dot com
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:
Hi
I am getting the same behaviour but am not sure how to fix this based
on the above comments. You say you have updated the summary, can you
link to this summary?
Regards
Previous Comments:
------------------------------------------------------------------------
[2004-04-26 16:46:03] [EMAIL PROTECTED]
Updated summary to make it easier to find for other people running into
this new behavior.
------------------------------------------------------------------------
[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