php-developer-list | 2002112
Date: 11/20/02
- Next message: Saleh Nabeel Al-Saffar: "[PHP-DEV] CVS Account Request: almanar"
- Previous message: Marcus Börger: "Re: [PHP-DEV] RFC: ZE2 and abstract"
- In reply to: Marcus Börger: "Re: [PHP-DEV] RFC: ZE2 and abstract"
- Next in thread: Marcus Börger: "Re: [PHP-DEV] RFC: ZE2 and abstract"
- Reply: Marcus Börger: "Re: [PHP-DEV] RFC: ZE2 and abstract"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On Wed, 20 Nov 2002, Marcus Börger wrote:
> Added final now: http://marcus-boerger.de/php/ext/ze2
>
> So we have:
> abstract [static] function '(' parameters ')' ';'
> [ final ] [ static ] function '(' parameters ')' '{' code '}'
>
> There is a check that you cannot overwrite a final function of cause
> and i also added a check that you cannot redeclare a function abstract.
> See test files on this.
Please, please, please, please... please! Use the word 'method', not
'function', when referring to class methods. It will help avoid further
confusion. Please.
-Andrei http://www.gravitonic.com/
"In My Egotistical Opinion, most people's C programs should be indented
six feet downward and covered with dirt." -- Blair P. Houghton
-- PHP Development Mailing List <http://www.php.net/> To unsubscribe, visit: http://www.php.net/unsub.php
- Next message: Saleh Nabeel Al-Saffar: "[PHP-DEV] CVS Account Request: almanar"
- Previous message: Marcus Börger: "Re: [PHP-DEV] RFC: ZE2 and abstract"
- In reply to: Marcus Börger: "Re: [PHP-DEV] RFC: ZE2 and abstract"
- Next in thread: Marcus Börger: "Re: [PHP-DEV] RFC: ZE2 and abstract"
- Reply: Marcus Börger: "Re: [PHP-DEV] RFC: ZE2 and abstract"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

