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

Jani Hartikainen's Blog: PHP typehinting gotcha in exceptions/methods

NETTUTS.com: 404/403 Website Error Pages With PHP Auto-Mailer

Ole Markus' Blog: Catching fatal errors in PHP

SitePoint PHP Blog: Pretty Blue Screen

Jonnay\'s Blog: An issue with PHP\'s error handling


Community Events









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


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

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