ID:               8817
 Updated by:       [EMAIL PROTECTED]
 Reported By:      tenshi at cinter dot de
-Status:           Suspended
+Status:           Closed
 Bug Type:         Feature/Change Request
 Operating System: linux
 PHP Version:      4.0.4
 Assigned To:      andi
 New Comment:

Fixed in PHP 5.


Previous Comments:
------------------------------------------------------------------------

[2004-05-04 20:47:48] travis at codegoat dot com

I am just wondering if this will ever be brought out of `suspended` is
there any intention on putting this in?

If so, is there a timeline attached? I will assume there isn't , but it
would be awesome to have this functionality!

------------------------------------------------------------------------

[2001-01-20 06:58:57] [EMAIL PROTECTED]

we know :)
it is not available yet 

------------------------------------------------------------------------

[2001-01-19 22:24:46] tenshi at cinter dot de

Hi there.

It would imho be useful to be abeled to code
$foo->getbar()->getfoobar()->method();
instead of having to save each return value into a variable like:
$bar = $foo->getbar();
$foobar = $bar->getfoobar();
$foobar->method();

Thanx.

------------------------------------------------------------------------


-- 
Edit this bug report at http://bugs.php.net/?id=8817&edit=1

Reply via email to