--- Melvyn Sopacua <[EMAIL PROTECTED]> wrote:
> If you're going to do this, then do it backwards compatible and
> 'leave' E_ALL at 2047 and move E_STRICT to 2048.

I like the idea of leaving E_ALL at 2047, but it's also quite intuitive
that E_ALL is the sum of all other error levels, and each of these are
independent of one another.

Having E_STRICT at 2048 would make it seem as if the errors returned from
this level do not include any of the E_ALL error types. So, to really get
everything, you would want 2047 + 2048 = 4095. But, I assume this is not
what we want, or is it?

Chris

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

Reply via email to