On Sat, 30 Aug 2003 [EMAIL PROTECTED] wrote:

> The current support for references is mediocre at best. For instance:
> 
> class foobar
> {
>       var $variable;
>       
>       function foobar()
>       {
>               $variable = "foobar";
>       }
> }
> 
> //This form of new assignment should be the default
> $a = & new foobar();
> $b = & new foobar();
> $b->variable = "Hello";

Try PHP 5, and stop mailing those user questions to the internals 
development list.

Derick

-- 
"Interpreting what the GPL actually means is a job best left to those
                    that read the future by examining animal entrails."
-------------------------------------------------------------------------
 Derick Rethans                                 http://derickrethans.nl/ 
 International PHP Magazine                          http://php-mag.net/
-------------------------------------------------------------------------

-- 
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to