News Feed
Jobs Feed
Sections




News Archive
feed this:

Sameer Borate's Blog:
Disabling the silence @-operator in PHP
July 06, 2010 @ 08:42:22

As Sameer Borate points out in his latest post to his blog, there's a way to disable that pesky suppression operator (@) in your PHP installation thanks to the scream extension.

PHP supports one error control operator: the at sign (@). When prepended to an expression any error generated by that expression will be ignored. It can also be useful for hiding errors generated by various functions. [...] Although quite useful at some times, using the @-operator can have some annoying side effects.

He shows you how to install the extension on a stock Ubuntu platform (including the PHP packages) and how use the feature in your application by means of a call to ini_set (or, of course, setting it in your php.ini file).

0 comments voice your opinion now!
disable supress operator scream extension



Community Events











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


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

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