"Michael Kimsal" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> James wrote:
> <snip>
> >
> > However I would like refernce semantics and the final output of this
script
> > to be 1000. So I changed the line to "$this->t &= $c;" and suddenly I
get
> > the error: "Fatal error: Call to a member function on a non-object in
> > /user/sh/jmb/Project/Wiki/Public_html/test.php on line 25"
> >
> > Anyone have any help on what is happening?
>
>
> $this->t = &$c;

This works great. Thanks.





-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to