News Feed
Jobs Feed
Sections




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


blog comments powered by Disqus

Similar Posts

Slawek Lukasiewicz's Blog: Throwing Exception with Type Hinting Failed

Debuggable Blog: Supressing Errors in PHP

AnyExample.com: 5 useful PHP functions for MySQL data fetching

Greg Beaver's Blog: Update to libxml2 in PHP - progress hath been acquired

Stefan Priebsch's Blog: Turning errors into exceptions


Community Events











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


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

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