Stanislav Malyshev wrote:

As of now, PHP allows declaring abstract private methods. Does anyone has any use for it? IMO, it is meaningless and should be disallowed (basically it just says "this method does not exist and never will") but maybe I am not seeing some use for it.

It can be used to reserve a function for future use?

John LeSueur

--
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to