News Feed
Jobs Feed
Sections




News Archive
PHPBuilder.com:
Error Handling in PHP 5
March 07, 2012 @ 13:37:12

New on PHPBuilder.com today Leidago Noabeb gives you a pretty comprehensive overview of error handling in PHP - everything from the types of errors to how to control which are output in which environments.

In this article we will be looking at how to handle errors in PHP. Errors are an inevitable part of software development, and accordingly, we will be looking at the various error types and demonstrating how to handle them. If you intend to run any of the sample scripts in this article, please make sure that display errors is turned on in your PHP initialization document (php.ini).

The article talks about the types of errors PHP uses (syntactical, runtime and logical) and shows how to handle some of the most common issues with them. It also talks about the different error reporting levels (ex. E_ALL, E_WARNING, E_STRICT) and includes the code for a simple error handler class that switches off and handles each type differently.

0 comments voice your opinion now!
error handling class example levels tutorial


blog comments powered by Disqus

Similar Posts

Giulio Pons' Blog: Facebook Connect Tutorial

Lorna Mitchell's Blog: Getting Dates from Week Numbers in PHP

DZone.com: Zend Application demystified

Benjamin Eberlei's Blog: Using Zend_Soap Server and Autodiscover in a Controller

MaltBlue.com: Zend Form Mastery with Zend Config - Part 1, Custom Filter Paths


Community Events











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


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

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