diff options
author | Marcus Boerger <helly@php.net> | 2003-07-03 16:45:37 +0000 |
---|---|---|
committer | Marcus Boerger <helly@php.net> | 2003-07-03 16:45:37 +0000 |
commit | d7e14ad8a3f0c2f4b5f4820ec3caca7be59a9b71 (patch) | |
tree | cf9689ea30a466d731d6a733e67bf912ef500d49 /ext/mssql/php_mssql.c | |
parent | dd710f4dc069748120cbfba7731a8ee8d4832f98 (diff) | |
download | php-git-d7e14ad8a3f0c2f4b5f4820ec3caca7be59a9b71.tar.gz |
Allow final private methods
#
# Declaring a method private and final would only be an error for an abstract
# class. But at the moment the method is defined and it's modifiers are checked
# we do not know whether or not we have an abstract class. It could already be
# abstract but it also become abstract later.
#
# Since i made the mistake in first place i remove the check now.
#
# Providing the correct test would slow down the compiler becuase we'd have to
# iterate through all methods on all abstract classes and check for this. I
# guess we can live without. Or does anybody wants this to be implemented ?
Diffstat (limited to 'ext/mssql/php_mssql.c')
0 files changed, 0 insertions, 0 deletions