Jump to content

PHP error reporting level


lampstax

Recommended Posts

When I use ini_get to check my error_reporting level, I get a weird value ( 4983 ) that I can't find anywhere by googling.

 

Also not on the list of possible levels here ( http://itech.hubpages.com/hub/php-error_reporting ) .. does anyone know how to determine what exactly this level is?

 

Thanks!

Link to comment
https://forums.phpfreaks.com/topic/251858-php-error-reporting-level/
Share on other sites

According to this tool here ( http://www.bx.com.au/tools/ultimate-php-error-reporting-wizard ) .. the only way I could get to 4983 .. is

 

E_ALL & ~E_NOTICE & ~E_COMPILE_WARNING & ~E_USER_NOTICE & ~E_DEPRECATED & ~E_USER_DEPRECATED

 

BUT error log is still showing notices .. is there any other level it could be ?

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.