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

SitePoint PHP Blog: Pretty Blue Screen

PHPit.net: How to handle those pesky errors in PHP

PHPit.net: How to handle those pesky errors in PHP

DevShed: Creating an Error Handling Module for a PHP 5 File Uploader

SitePoint PHP Blog: Pimpin Harry’s pretty bluescreen


Community Events









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


phpunit opinion zendframework codeigniter symfony microsoft job zend doctrine facebook drupal release framework windows wordpress extension conference database security developer

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