News Feed
Jobs Feed
Sections




News Archive
David Otton's Blog:
PHP Tip Classes Aren't Derived From stdClass
November 16, 2008 @ 10:54:53

David Otton has shared a discovery he's come across in his development - user-defined classes are not derived from stdClass.

Many OO languages have the concept of a single base class from which all other classes are explicitly or implicitly descended. For example, Ruby, Java and .NET all have Object. It's a very common belief that PHP implements stdClass as a base class for all objects, but this is in fact not the case.

He illustrates with a code example showing the results of calls to instanceof with a normal user class and one that extends the stdClass object.

0 comments voice your opinion now!
class stdclass standard example instanceof


blog comments powered by Disqus

Similar Posts

Konstantin's Blog: The Twitter OAuth PHP Class Gets Even Better

Technobabbler.com: making a radar loop with PHP

DevShed: Implementing Destructors with Multiple Objects in PHP 5

DevShed: Understanding Destructors in PHP 5

Mikko Koppanen's Blog: Creating a reflection


Community Events











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


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

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