News Feed
Jobs Feed
Sections




News Archive
PHPMaster.com:
Error Handling in PHP
November 10, 2011 @ 08:41:39

On PHPMaster.com today there's a new tutorial from Sneha Heda looking at error handling in PHP - the types of errors that can come up, how to throw your own and how to catch them appropriately.

Errors are the most common event a developer faces when programming. [...] To help reduce the number of errors in your code, and to mitigate their effects, proper error handling is essential in your web application. This article is a crash course in PHP error handling. You'll learn about PHP's built-in error reporting levels, and how to handle errors with custom error handlers and exception handling.

She starts with the different error reporting levels PHP offers, everything from the lightweight E_NOTICE out to E_ALL|E_STRICT. With this as a reference, she shows how to create a custom error handler (using set_error_handler). Also included is a look at exceptions and some of the more detailed information that comes with them - line numbers, messages, file the error was thrown from, etc.

0 comments voice your opinion now!
error handling tutorial exception custom handler reporting level


blog comments powered by Disqus

Similar Posts

NETTUTS.com: How to Add Auto Complete to Your Google Custom Search Engine

PHPWomen.org: One way to handle concurrency in a multi-user web app

Lorna Mitchell's Blog: Retrieving Data from Google Analytics API using PHP

NetTuts.com: How to Write Testable and Maintainable Code in PHP

Felix Geisendörfer's Blog: How to Plugin'ize Your App


Community Events











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


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

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