News Feed
Jobs Feed
Sections




News Archive
Alexander Netkachev's Blog:
PHP coding tip Convert notices and warnings into Exceptions
October 18, 2006 @ 07:19:54

Exceptions and warnings can be tossed out from your code at some odd locations sometimes. There's a few options that you have when they jump out, including pushing them out to an error log or just ignoring them completely. Alexander Netkachev has a different solutions, though - handling them with something already built into PHP, using exception reporting.

This coding tip demonstrates how to deal with PHP core notices and warning (aka recoverable errors) in the exception way, using try/catch statement.

IT's a simple idea, but it can definitely help you keep all of you errors in one place. The sample code he gives shows both a basic idea of the solution and a bit more complex example, providing more detailed messages for different exception types.

0 comments voice your opinion now!
warnings notices exceptions convert handling try catch warnings notices exceptions convert handling try catch


blog comments powered by Disqus

Similar Posts

Kevin van Zonneveld's Blog: Convert anything to Tree Structures in PHP

PHPBuilder.com: Securing Data Sent Via GET Requests

AnyExample.com: Convert RGB from/to HTML hex color

SitePoint PHP Blog: Pimpin Harry’s pretty bluescreen

PHP-Coding-Practices.com: Try-Catch Syntax Weirdness


Community Events











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


language phpunit opinion framework zendframework2 testing community series release unittest symfony2 database usergroup rest development functional conference interview introduction podcast

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