News Feed
Jobs Feed
Sections




News Archive
Slawek Lukasiewicz's Blog:
Throwing Exception with Type Hinting Failed
August 10, 2011 @ 09:58:57

Slawek Lukasiewicz has a helpful hint posted to his blog today about handling type hinting failures in a what he sees as a "more correct" way than just throwing an error - throwing an exception when the hinting criteria's not met.

One of the most annoying behavior of PHP type hinting feature is triggering error instead of throwing exception when instance type is invalid.

By default, a failure generates a "catchable error" that, thanks to the custom error handling methods PHP includes, can be correctly handled. He includes a snippet of code that defines the errorHandler method that checks the error type for E_RECOVERABLE_ERROR and throws the exception (an ErrorException) if found.

0 comments voice your opinion now!
typehinting exception failure catchable error handling custom


blog comments powered by Disqus

Similar Posts

Mayflower Blog: Cinder now available at Mayflower Open Source Labs

DZone.com: External processes and PHP

Jeff Moore's Blog: Improved Error Messages in PHP

Brian Moon's Blog: Check for a TTY or interactive terminal in PHP

Zend Developer Zone: Zend Framework Hidden Gems: Introduction


Community Events











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


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

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