Error Reporting in PHP

Sunday, February 14, 2010 13:31
Posted in category PHP Interview Questions

You should probably test your code with error_reporting set to at least E_ALL & ~E_NOTICE (all errors except notices) so that you aren’t suppressing errors that should be fixed. error_reporting can be set in php.ini or with the error_reporting() function.

  • Share/Bookmark
You can leave a response, or trackback from your own site.

3 Responses to “Error Reporting in PHP”

  1. Читатель says:

    February 14th, 2010 at 1:42 pm

    В этом вся прелесть!

  2. вебмастер says:

    February 17th, 2010 at 1:58 am

    Полностью разделяю Ваше мнение. В этом что-то есть и это отличная идея. Я Вас поддерживаю.

  3. weblent says:

    February 17th, 2010 at 8:58 pm

    What words… super, remarkable idea
    I confirm. So happens.
    I apologise, but, in my opinion, you are not right. I am assured. I suggest it to discuss. Write to me in PM.
    Bravo, what necessary phrase…, a remarkable idea
    I congratulate, this remarkable idea is necessary just by the way

Leave a Reply