News Feed
Jobs Feed
Sections




News Archive
Travis Swicegood's Blog:
Pushing the boundries of PHP
November 01, 2007 @ 16:48:00

While working with some code of his, Travis Swicegood noticed something odd when he tried to work with Exceptions in a __destruct call:

You must be doing something right when you can send PHP into a tail spin. That or the code you're trying to do is just evil. Turns out __destruct() and __call() don't play well together in 5.2.4 if, and only if, you create an instance of an object without assigning it.

The official (and verified) bug over on the bugs.php.net site gets into more detail on it including a code block that illustrates the point as simply as possible.

In the example I blogged about, __destruct() actually wants to catch any exceptions so it can create meaningful output based on the Exceptions that were generated. In that case, __destruct() would have returned peacefully. [...] At any rate, my take on that would be that would still be that if __destruct() is finished and an exception is still present, then there's an error. Otherwise, how would you handle things such as PDOExceptions thrown during DB clean-up?
0 comments voice your opinion now!
boundries destruct exception call bug boundries destruct exception call bug


blog comments powered by Disqus

Similar Posts

Zend Developer Zone: Announcing July's Zend Framework Bug Hunt Days

Zend Developer Zone: Announcing the April 2011 Zend Framework Bug-Hunt

Community News: PHP 5.1.4 Released in Response to Bug

Miro Svrtan: PHP Fatal errors into exceptions natively

Scott MacVicar' Blog: Stupid Bug Reports


Community Events











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


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

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