Stanislav Malyshev wrote:
This would be, however, yet another level of complexity added to the
language...
I think that for the end user it becomes less complicated ...
Try to explain a newbie how to properly use getters or setters or even
explain him the magic method (using __get and __set
Ilia Alshanetsky wrote:
Inclusion of E_STRICT and E_RECOVERABLE_ERROR into E_ALL
-1
Changing the behavior of error reporting can have some implications on
servers where it is intended to not show errors at least with E_STRICT
errors.
Addition of support for dynamic statics ala: class foo {}