Yes your're right. I mixed it up while writing the error messages which use the word function since we have no 'method' in the parser.
At 14:54 20.11.2002, Andrei Zmievski wrote:
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