News Feed
Jobs Feed
Sections




News Archive
Sherif Ramadan:
Finally Getting finally In PHP?
August 09, 2012 @ 10:53:55

In this recent post to his site Sherif Ramadan looks at a proposal that's currently under view (RFC) to add the "finally" keyword to PHP.

It's quite possible that PHP may finally be getting the addition of the finally block in its try/catch block. [...] It also solves a simple, but overlooked problem for the developer. With finally we offer the user-space code a chance to do any clean up work that may be necessary after a try block has terminated execution and with clear semantics.

He includes a use case for this feature - an example showing exception handling on multiple levels and writing to log files when the cleanup of the exception is finished (without the potential for another method to trigger the exception itself). "Finally" allows you to take this logic out of the exception handling and put it at the end, removing the possibility of it triggering an exception for the wrong reason. There's a few other examples showing some other quirks with its usage - like calling die will not make it end up in the "finally".

0 comments voice your opinion now!
finally rfc keyword exception handling proposal


blog comments powered by Disqus

Similar Posts

Matthew Weier O'Phinney's Blog: Migrating OOP Libraries and Frameworks to PHP 5.3

DZone.com: What you must know about PHP errors...

Lorna Mitchell's Blog: Handling SQL Errors in PDO

Sameer Borate's Blog: Grabbing the referrer search engine keywords for a site

SitePoint PHP Blog: Pimpin Harry’s pretty bluescreen


Community Events









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


event unittest introduction code functional podcast composer release opinion object zendframework2 example framework api community testing language interview development tool

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