[PHP] Re: Objects: Cant set object variables with refrences ...

2003-02-11 Thread James
"Michael Kimsal" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > James wrote: > > > > > 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: "Fat

[PHP] Re: Objects: Cant set object variables with refrences ...

2003-02-11 Thread michael kimsal
James wrote: 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" Any