News Feed
Jobs Feed
Sections




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


blog comments powered by Disqus

Similar Posts

php|architect: DRM no more

International PHP Magazine: March Issue Released (03.2007)

DynamicWebPages.de: PHP 4.4.4C1 Released for Testing

Paul Reinheimer's Blog: Object-Oriented PHP, Concepts, Techniques, and Code

DevShed: Introducing Builder Objects in PHP 5


Community Events











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


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

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