On Sun, May 22, 2011 at 6:18 AM, dukeofgaming <dukeofgam...@gmail.com>wrote:

> Hi,
>
> I was wondering if object dereferentiation after constructor call is
> something that has been discussed already. This is, being able to do
> something like:
>
> new MyClass()->setSomething();
>
> Instead of:
>
> $var = new MyClass();
> $var->setSomething();
>
> Regards,
>
> David Vega
>

hi.

it was already discussion, Felipe created an RFC and a patch, the responses
was all positive, so I think if nobody changed their mind, we could move
this from Under Discussion to Accepted/Implemented
as I said before, it would be in good pair with the already implemented
array dereferencing (https://wiki.php.net/rfc/functionarraydereferencing)

http://marc.info/?l=php-internals&m=129080024516125&w=2
https://wiki.php.net/rfc/instance-method-call

Tyrael

Reply via email to