News Feed
Jobs Feed
Sections




News Archive
PHP-Coding-Practices.com:
Try-Catch Syntax Weirdness
June 22, 2007 @ 13:28:00

In working with his code recently, Tim Koschuetzki noticed something odd with a block of try/catch code:

I just noticed today, that PHP's try catch blocks require curly braces. Anybody has an idea why it is like that? I have used curly braces by default up until now, so I just stumbled upon this weirdness today.

He includes two examples, one with a curly brace after the catch clause and the other without. This is different than several other control structures (like ifs) that don't require the curly brace when there's only the one line following it.

1 comment voice your opinion now!
try catch curlybrace require try catch curlybrace require


blog comments powered by Disqus

Similar Posts

Martynas Jusevicius' Blog: PHP 5 Features: Exceptions

Chris Hartjes: Testing Smells - Try/catch

Alexander Netkachev's Blog: PHP coding tip: Convert notices and warnings into Exceptions

Community News: The PDO v2 Proposal

WebReference.com: How to Interact with Web Forms (Part 2)


Community Events









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


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

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