News Feed
Jobs Feed
Sections




News Archive
Johannes Schluter's Blog:
Goto your Christmas presents with PHP 5.3
January 06, 2009 @ 10:20:56

Johannes Schluter recently looked at one of the new features coming with PHP 5.3 - the goto functionality:

Over the last few days I already mentioned a few hidden gems from PHP 5.3. Now at Christmas I wanted to take a look at some new language feature of the upcoming PHP version: Added "jump label" operator (limited "goto"). (Dmitry, Sara)

No, its not the sort of "goto" you're thinking of - its a bit more limited than that. Johannes mentions that it only allows you to jump within the same execution unit and you can't jump into loops. Used incorrectly, it can be bad but he points out two useful instances - one being a code generator and the other an instance where you might need to drop out of code but not kill off the script in the process (sample code is included for this second one).

0 comments voice your opinion now!
php5 goto new feature generate error handle


blog comments powered by Disqus

Similar Posts

Robert Basic's Blog: Data filtering with PHP's Filter extension

Scott Johnson\'s Blog: A PHP News Roundup

David Stockton's Blog: Changing ErrorController to work with AJAX

PHP Magazine: Two New Polls - CMS Features & PHP5 Choices

Chris Ravensroft's Blog: How To Setup PHP5 with Tomcat 5


Community Events











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


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

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