[wp-trac] Re: [WordPress Trac] #7035: Error Reporting should use E_*
constants and bitmasks, not numbers for clarity
WordPress Trac
wp-trac at lists.automattic.com
Sat Jun 28 15:55:36 GMT 2008
#7035: Error Reporting should use E_* constants and bitmasks, not numbers for
clarity
-------------------------+--------------------------------------------------
Reporter: jacobsantos | Owner: pishmishy
Type: enhancement | Status: assigned
Priority: lowest | Milestone: 2.7
Component: General | Version:
Severity: trivial | Resolution:
Keywords: wp-mail |
-------------------------+--------------------------------------------------
Changes (by pishmishy):
* owner: anonymous => pishmishy
* status: new => assigned
Comment:
2037 = 1 + 4 +16 +32 + 64 + 128 +256 +512 +1024
= E_ERROR | E_PARSE | E_CORE_ERROR | E_CORE_WARNING | E_COMPILE_ERROR
| E_COMPILE_WARNING | E_USER_ERROR | E_USER_WARNING | E_USER_NOTICE
--
Ticket URL: <http://trac.wordpress.org/ticket/7035#comment:1>
WordPress Trac <http://trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list