News Feed
Jobs Feed
Sections




News Archive
Miro Svrtan:
PHP Fatal errors into exceptions natively
August 28, 2012 @ 10:08:39

Miro Svrtan has a new post today proposing something that could be added to help handle bad method calls in PHP apps - using the BadMethodCallException (pre-existing) instead of throwing fatal errors.

Using getter method that is not implemented will get you fatal error saying how undefined method is called and request will stop. [...] On the other hand if you would use public property all you would get is a notice saying how this property does not exist and rest of request would be completed. [...] I know that this is due to dynamic typing behavior of PHP and no I am not suggesting raising a notice if undefined method gets called but since 5.1.0 there is a BadMethodCallException class which would be perfect for this situation.

There's been other people that have proposed the same idea as a bug, but nothing formal has been submitted as an RFC to make the change. Miro is looking for feedback to find if others would be interested in this feature and want to make the proposal (leave comments here).

0 comments voice your opinion now!
exception native badmethodcallexception fatal error rfc


blog comments powered by Disqus

Similar Posts

Internet Super Hero Blog: Compiling mysqlnd with PHP 5.2/5.3/6.0

SitePoint PHP Blog: Pimpin Harry’s pretty bluescreen

FinalConcept.com.au: Symfony: Unbound sfForm: Unexpected extra form field named

Brian Moon's Blog: MySQL native driver for PHP

PHPBuilder.com: Error Handling in PHP 5


Community Events











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


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

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