News Feed
Jobs Feed
Sections




News Archive
Quinton Parker's Blog:
Try-catch suppress?
March 20, 2009 @ 07:56:13

In this new entry to his blog Quinton Parker looks at some strangeness he's found around the try/catch functionality in PHP. His specific example involves file_get_contents.

PHP never ceases to amaze me. Just the other day a colleague discovered that you can suppress error messages reported by file_get_contents() using the try-catch statement. That should've raised an eyebrow.

His sample code shows the normal error that a file_get_contents on a nonexistent file would give then wraps it in a try/catch. The same path is put into the file_get_contents but, because of some sort of interesting handling, isn't reported in the catch. He's at a loss and is asking for help figuring this one out from the readers out there. Be sure to leave a comment if you have more info.

0 comments voice your opinion now!
try catch exception handling supress filegetcontents


blog comments powered by Disqus

Similar Posts

Michael Nitschinger's Blog: Handling JSON like a boss in PHP

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

Justin Silverton\'s Blog: Why use php5?

Jani Hartikainen's Blog: How to use built-in SPL exception classes for better error handling

DevShed: Error Handling in PHP - Coding Defensively


Community Events











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


database opinion release usergroup rest testing zendframework2 functional development introduction google series interview podcast language symfony2 conference framework phpunit community

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