News Feed
Jobs Feed
Sections




News Archive
ThinkPHP Blog:
Silence of the LAMPs
September 16, 2009 @ 09:13:40

In a recent post to the ThinkPHP blog Martin Brotzeller looks at a PHP operator that developers should just not use anymore - the suppression operator (@).

The silence operator exists to give programmers an easy way to suppress messages when a command might fail and the code checks for success itself (i.e. in those cases that raise errors instead of throwing exceptions).

He points out a popular use (like putting it on an fopen to prevent it from throwing an E_WARNING) but notes that this could cause trouble if the code is several layers deep and seems to fail silently. He gives en example of the Zend_Loader component of the Zend Framework and how, if the suppression operator was used, errors with an include failed without so much as a blip in the error log. While it seems handy, the suppression operator can cause more harm than good in the long run.

0 comments voice your opinion now!
suppression operator avoid


blog comments powered by Disqus

Similar Posts

Paul Jones' Blog: Interview Tip: Avoid Mentioning PHP Frameworks

PHPBuilder.com: The Ternary Conditional Operator

Misko Hevery's Blog: Guide: Writing Testable Code

Stoimen Popov's Blog: PHP Performance: Bitwise Division

Jani Hartikainen's Blog: Common programming errors and how to avoid them


Community Events











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


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

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