News Feed
Jobs Feed
Sections




News Archive
Timothy Boronczyk's Blog:
Goto and Exceptions
March 24, 2009 @ 12:57:12

Timothy Boronczyk has written up a nice post about two practical uses of the "goto" syntax in the upcoming PHP 5.3 release of the popular web scripting language.

Yet goto can still be useful under certain circumstances. For example, some programmers use goto to direct the execution flow to dedicated error-handling logic elsewhere in a program in languages that lack exception handling (such as C).

His two examples are to: emulate exception handling in a procedural environment and to overcome perceived limitations with try/catch. He adds in some code comparing the "without goto" and "with goto" versions of the same code showing how the exception handling might be handled differently.

0 comments voice your opinion now!
goto exception oop example trycatch


blog comments powered by Disqus

Similar Posts

JellyandCustard.com: Using DirectoryIterator to List Files in PHP

Sameer Borate's Blog: Refactoring 2: Extract Method

Richard Miller's Blog: Essential PHP Security

Rob Allen's Blog: Simple Zend_Layout Example

OpenSky Blog: Inheritance in PHP, or why you want to use an Interface or an Abstract class...


Community Events











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


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

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