Date: 11/24/00
- Next message: Andi Gutmans: "Re: [PHP-DEV] Annotated Manual"
- Previous message: slliid <email protected>: "[PHP-DEV] PHP 4.0 Bug #7958: array_diff does not perform as stated in the description"
- In reply to: André Langhorst: "Re: [PHP-DEV] Passing-by-reference"
- Next in thread: Dan Kalowsky: "Re: [PHP-DEV] Passing-by-reference"
- Reply: Dan Kalowsky: "Re: [PHP-DEV] Passing-by-reference"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
I haven't commited the patch which fixes it yet :)
I wanted to get input before I do so.
Andi
At 02:35 AM 11/24/00 +0100, André Langhorst wrote:
>>7) foo($obj->method());
>
>unfortunately this still does not work...
>
><?php
>function &bar() {
> $i=1;
> return $i; }
>
>class testclass {
> function testclass() {
> $this->foo(bar()); }
>
> function foo(&$bar) { }
> }
>?>
>andré
>
>--
>· André Langhorst · t: +49 571 3201801 ·
>· waldschrott <email protected> · m: +49 173 9558736 ·
>· PHP Quality Assurance · http://qa.php.net ·
--- Andi Gutmans <andi <email protected>> http://www.zend.com/-- 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: Andi Gutmans: "Re: [PHP-DEV] Annotated Manual"
- Previous message: slliid <email protected>: "[PHP-DEV] PHP 4.0 Bug #7958: array_diff does not perform as stated in the description"
- In reply to: André Langhorst: "Re: [PHP-DEV] Passing-by-reference"
- Next in thread: Dan Kalowsky: "Re: [PHP-DEV] Passing-by-reference"
- Reply: Dan Kalowsky: "Re: [PHP-DEV] Passing-by-reference"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

