On Tue, Jan 5, 2016 at 9:37 AM, Andrea Faulds <a...@ajf.me> wrote:
>> How about a global "disable error suppression" setting?  That way a
>> project lead could enforce it for their codebase (and guarantee that
>> devs "aren't lazy"), but PHP doesn't lose its pragmatism?
>
> I don't think that would work out too well. Remember that many projects have
> error handles which convert all errors to exceptions: if you disable @ in
> those projects, wouldn't their code break?
>
Nope.
Supressed errors already reach custom error handlers: https://3v4l.org/TG8aA

-Sara

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

Reply via email to