Re: Change to function call semantics in PHP 5.1?

From: Date: Wed, 22 Feb 2006 08:19:57 +0000
Subject: Re: Change to function call semantics in PHP 5.1?
References: 1  Groups: php.internals 
Request: Send a blank email to [email protected] to get a copy of this message
On Tue, 21 Feb 2006, Mark Spruiell wrote:

> In PHP 5.0.x, I can chain function calls like this:
> 
> $obj->method()->anotherMethod();
> 
> In PHP 5.1.x, this code results in an error:
> 
> parse error, unexpected T_OBJECT_OPERATOR in ...
> 
> I've looked through the change log for 5.1 but didn't see
> anything relevant.
> 
> Was this an intentional change?

Uh, this works fine in tons of our code...

Derick

-- 
Derick Rethans
http://derickrethans.nl | http://ez.no | http://xdebug.org


Thread (2 messages)

« previous php.internals (#21985) next »