New features in PHP5.4 alpha1

Gonzalo Ayuso – New features in PHP5.4 alpha1:

„Added array dereferencing support:

[…]

$a = new A();
echo $a->foo()[’name‘];

(Via entwickler.com.)

Update: Playing with the new PHP5.4 features by the same author.