Am 04.11.2020 um 19:39 schrieb Eugene Sidelnyk <zsidel...@gmail.com>:
> Thus, can you provide any other dangerous example?

I think at this point you could have realised that it is
a) a BC break (code which has thrown an exception before now wouldn't)
b) not finding any love among the community here. Possibly for a reason?

If you really want you could put an RFC together but I'm pretty sure that it 
wouldn't be accepted.

And now for your dangerous example:
        try {
                $foo = null;
                $foo->bar();
                deletel_all_files_on_machine();
        } catch (Error $dummy) {}


Regards,
- Chris

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

Reply via email to