News Feed
Jobs Feed
Sections

Recent Jobs

News Archive
Ibuildings Blog:
Accessing object properties by reference
May 05, 2008 @ 14:38:49

On the Ibuildings blog today, Harrie Verveer has posted about an interesting quirk he found when working with objects and references:

PHP is a loosely typed language. Most of the time this is very useful because you as a programmer don't have to worry about typecasting: it's done for you. However, on some occasions this can cause some unexpected trouble. [...] In this blog I want to point out what can happen if you try to access object properties by reference when the object is not initialized.

His example shows the problem when it tries to grab a value from an array in a non-existent object by reference. It results in a dyanamically created object (of that type) with an empty array inside of it. It only works when you grab it by reference, but he shares a tip or two about how you can prevent hard to track down issues like this.

0 comments voice your opinion now!
property object reference find difficult issue



Similar Posts

php|architect: August 2006 Issue Released

Alex Netkachov's Blog: PHP IDE with autocomplete for class properties

ActsAsFlinn Blog: PHP and ActiveRecord (continued)

Stefan Mischook's Blog: Object Oriented PHP Tutorial Updated

Richard Davey's Blog: Interesting memory use with GD images


Community Events











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


book cakephp PEAR zend job zendframework ajax security framework application conference releases package mysql developer release example database code PHP5

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