News Feed
Jobs Feed
Sections



Recent Jobs

News Archive
PHPFreaks.com:
or die() must die
May 29, 2009 @ 10:28:37

According to this new article on the PHPFreaks.com site the use of "or die()" in scripts...must die!

I see it all the time, and I see people telling other people to do that all the time. It's plain simply bad practice and it's time that people start to understand this. When I confront people with it they usually say something along the lines of "oh, but it's just for debugging purposes". Okay, so I tend to put echo and var_dump() statements in my code for debugging as well. However, this is not the same.

They list several reasons why the "or die trick" is a bad idea including the non-catchable error that's thrown and that there's no control over where the error message from die goes. As a better alternative, they suggest using trigger_error and the exception handling built into PHP5 to correctly catch any potential errors a statement might throw.

1 comment voice your opinion now!
exception handling error die




Similar Posts

Paul Reinheimer's Blog: PHP BUG - err mm:core: failed to open semaphore file

Melvin Rivera's Blog: Creating a custom WordPress database error page

DevShed: Building an Error Logger with the Chain of Responsibility Pattern in PHP 5

Think Vitamin Blog: How to Debug in PHP

Zend Developer Zone: Zend Framework Hidden Gems: Introduction


Community Events

phpnw10 PHP Conference 09/10/2010




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


zendframework database example developer codeigniter conference opinion tool phpunit unittest development framework plugin book wordpress application azure podcast symfony suggestion

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