|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2004-04-26 16:45 UTC] derick@php.net
[2004-04-26 16:46 UTC] derick@php.net
[2004-06-03 11:05 UTC] ben at jazzyphones dot com
[2004-09-14 21:41 UTC] nospam0 at malkusch dot de
[2004-09-14 23:21 UTC] helly@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Thu Nov 06 06:00:02 2025 UTC |
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 ...