lampstax Posted November 26, 2011 Share Posted November 26, 2011 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 More sharing options...
lampstax Posted November 26, 2011 Author Share Posted November 26, 2011 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 ? Link to comment https://forums.phpfreaks.com/topic/251858-php-error-reporting-level/#findComment-1291411 Share on other sites More sharing options...
Adam Posted November 26, 2011 Share Posted November 26, 2011 Are you setting the error reporting level..? Link to comment https://forums.phpfreaks.com/topic/251858-php-error-reporting-level/#findComment-1291424 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.