> De : Nikita Popov [mailto:nikita....@gmail.com]
>
> class B {
>     function test2() {
>         A::test(); // Throws E_DEPRECATED
>         // Followed by E_NOTICE for undefined $this variable
>     }
> }

Sorry to get off-topic but could we raise the 'undefined variable' error to 
E_WARNING, at least ? E_NOTICE seems very low for such an error.

Otherwise, +1 for your proposal. It's much better.

Regards

François



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

Reply via email to