News Feed
Jobs Feed
Sections




News Archive
Johannes Schluter's Blog:
Features in PHP trunk Array dereferencing
August 02, 2010 @ 10:41:09

In a recent post to his blog Johannes Schluter talks about a new feature that's just been added to the PHP project's trunk - array dereferencing.

Now you might wonder what this typical short entry means. when doing OO-style PHP you might make use of a syntax feature which one might call "object dereferencing". [...] So one can chain method calls or property access. Now for a long time people requested the same thing for array offset access. This was often rejected due to uncertainties about memory issues, as we don't like memory leaks. But after proper evaluation Felipe committed the patch.

This new feature allows you to return an array from a method and reference it in a new way outside the call - foo()[2] - where the array is like "array(1,2,3)". Johannes includes a few other examples, including how to set the information in an array (using referneces) inside a method.

6 comments voice your opinion now!
array dereference trunk patch snapshot


blog comments powered by Disqus

Similar Posts

Alessandro Crugnola's Blog: AMFPHP issue referencing ByteArray

PHPMaster.com: Introduction to PHP Arrays

SitePoint PHP Blog: Lexical scope to appear in PHP?

HowTo Forge: How To Harden PHP5 With Suhosin (Debian Etch/Ubuntu)

Johannes Schluter's Blog: More on scalar type hints in PHP trunk


Community Events











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


interview zendframework2 example code introduction tool framework composer functional community series opinion development unittest podcast object testing conference language release

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