[PHP] Re: call-time pass-by-reference feature really deprecated?

2003-06-19 Thread dorgon
whats the difference? call-time-pass... is function callMe(&$obj) {...} and pass-by-ref is "return &$obj" ? I'm not sure if I got you. tx dorgon Rush wrote: "Dorgon" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] Will the pass-by-reference feature really be dropped?! Many software des

[PHP] Re: call-time pass-by-reference feature really deprecated?

2003-06-19 Thread rush
"Dorgon" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Will the pass-by-reference feature really be dropped?! Many software > design patterns wouldn't be possible anymore! It's an essential feature. I think call-pass-by-reference is going away, but pass-by-reference is going to be