ID: 5343 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] -Status: Open +Status: Closed Bug Type: Feature/Change Request PHP Version: 4.0.1 New Comment:
the issue has been considered already... Previous Comments: ------------------------------------------------------------------------ [2002-01-06 08:41:28] [EMAIL PROTECTED] can you propose this on [EMAIL PROTECTED] ? ------------------------------------------------------------------------ [2000-07-03 17:10:59] [EMAIL PROTECTED] How about: function Foo::Bar() { //implementation of method `Bar' in class `Foo' } ppl usually separate the functionality in different files, and with classes this is only possible by forwarding calls to regular functions, or by making use of derivation, which is not the best practice. IMHO that would imply small changes to the parser (to recognize `::' syntax), what do you think? ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=5343&edit=1