PHP Developers, Keep me Sane
Posted on August 30th, 2008 by Greg Allard in Uncategorized | Comments
There has been one thing that has driven me crazy since the begining days of my php programming. I understand that using @ to suppress errors can be useful. But what I don’t understand is why php would ever want to suppress a fatal error. Normally if @function() causes a fatal error, the error will [...]