Revision 1010
Added by Matthias over 15 years ago
er_levels.php | ||
---|---|---|
54 | 54 |
$ER_LEVELS['6135'] = 'E_ALL^E_NOTICE'; // standard: E_ALL without E_NOTICE |
55 | 55 |
$ER_LEVELS['0'] = 'E_NONE'; |
56 | 56 |
$ER_LEVELS['6143'] = 'E_ALL'; |
57 |
$ER_LEVELS['8191'] = 'E_ALL&E_STRICT'; // for programmers
|
|
57 |
$ER_LEVELS['8191'] = htmlentities('E_ALL&E_STRICT'); // for programmers
|
|
58 | 58 |
|
59 | 59 |
?> |
Also available in: Unified diff
Bugfix for Error-Level settings (Thanks to Luisehahne)