Date: 01/19/01
- Next message: Rick Herbel: "[PHP-DEV] re zend_compile_file"
- Previous message: tenshi <email protected>: "[PHP-DEV] PHP 4.0 Bug #8816: cross subscript object variable access"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
From: tenshi <email protected>
Operating system: linux
PHP version: 4.0.4
PHP Bug Type: Class/Object related
Bug description: $foo->getbar()->getfoobar()->method()
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 Bug report at: http://bugs.php.net/?id=8817&edit=1-- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: php-dev-unsubscribe <email protected> For additional commands, e-mail: php-dev-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>
- Next message: Rick Herbel: "[PHP-DEV] re zend_compile_file"
- Previous message: tenshi <email protected>: "[PHP-DEV] PHP 4.0 Bug #8816: cross subscript object variable access"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

