On Tue, 2010-08-24 at 22:23 +0400, Alexey Zakhlestin wrote:
> The only downside is, that programmer will need to know, that E_*
> constants do mean numbers.
> With adding E_NONE this knowledge would be unnecessary and people
> would be able just to think in terms of abstract "symbols"

Users should be aware of this being a bitmask in order to set proper
error modes like E_ALL & ~E_STRICT.

johannes



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

Reply via email to