News Feed
Jobs Feed
Sections




News Archive
Lorna Mitchell's Blog:
Declaring Static Methods in PHP
December 10, 2010 @ 08:40:45

Lorna Mitchell has a new post to her blog today talking about static methods and how to use them correctly in your code (as discovered accidentally in her own code).

I was confused recently to realise that I had accidentally called a static method in PHP dynamically from another part of my code; I expected PHP to output warnings when this is done. On closer inspection I discovered that: static functions can be called dynamically and dynamic functions generate an E_STRICT error if called statically.

She illustrates with some sample code that, when run with E_ALL and E_STRICT throws a warning from the strict side about calling a non-static method statically. She also talks about why it throws this warning for the non-static call on a static method. She also explains why, when a static method is called dynamically, no warning is thrown.

0 comments voice your opinion now!
declaring static method warning strict


blog comments powered by Disqus

Similar Posts

Mindoop Blog: SEO Warning : Zend framework and duplicate content

Mindoop Blog: SEO Warning : Zend framework and duplicate content

PHP and Me Blog: How to Type Less $this in PHPUnit

Misko Hevery's Blog: Guide: Writing Testable Code

Nick Halstead's Blog: 10 Reasons why PHP is still very much alive


Community Events











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


language composer opinion podcast functional introduction development phpunit application interview api example database release community testing series code zendframework2 framework

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