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

DZone.com: TravisCI Intro and PHP Example

Zend Developer Zone: Refactoring PHP Code

Synfony Project: New testing framework

Adam Harvey's Blog: $pear->list

JSLabs Blog: Is your website secure?


Community Events











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


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

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