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

Zend Developer Zone: Zend Framework Hidden Gems: Introduction

WaxJelly Blog: How to write a custom Smarty function in PHP

ThinkPHP Blog: Handling large files with(out) PHP

Brian Moon's Blog: The death of die()

Ibuildings techPortal: Writing a Custom Magento Module


Community Events











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


code release development composer testing framework conference functional introduction community interview series opinion tool example zendframework2 podcast database object language

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