News Feed
Jobs Feed
Sections




News Archive
Till Klampaeckel's Blog:
Tracking PHP errors
November 29, 2010 @ 13:20:07

Till Klampaeckel has put together this new post looking at the track_errors ini option (that will always put the latest error message in $phperrormsg) and how it can help you more efficiently handle the errors your application throws.

track_errors provides the means to catch an error message emitted from PHP. It's something I like to use during the development of various applications, or to get a handle on legacy code. Here are a few examples why!

He gives the example of a failed file_get_contents that results in a warning. He suggests that, instead of suppressing the error, you set display_errors to "off" and throw an exception when on the failure. There's trade-offs though including the fact that it's in the global scope and additional work would have to be done to handle problems inside other scopes.

0 comments voice your opinion now!
track error trackerrors exception handling


blog comments powered by Disqus

Similar Posts

DevShed: A Custom Exception Class for Dynamic Twitter Signature Images with PHP

PHPFreaks.com: or die() must die

Andrew Curioso's Blog: Error handeling stack in PHP 5.3+

Nicolas Grekas (on Github): Improved handling of HTTP requests in PHP

Mike Bernat's Blog: My PHP Best Practices


Community Events











Don't see your event here?
Let us know!


language unittest podcast testing release community interview framework zendframework2 development code functional conference object introduction example series composer opinion tool

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework