Jump to content

error reporting, specific settings


Ninjakreborn

Recommended Posts

I have been working on this awhile (the perfect PHP error handling for my coding style).  I have tried to set it up as:

<?php
error_reporting(E_ALL & E_STRICT & ~(E_NOTICE));
?>

I want this to show me E_ALL errors, E_STRICT errors, and NOT show me E_NOTICE.

Is this the right way to set that up, or am I doing something wrong. I haven't used E_STRICT before but

I am anxious to see what kind of errors that have it showing since I haven't messed with it before.

 

Thanks again.

Link to comment
https://forums.phpfreaks.com/topic/211728-error-reporting-specific-settings/
Share on other sites

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.