[PHP] problem with passing-by-reference

2010-05-14 Thread Rene Veerman
Hi. I'm doing the 5.3-strict thing, and am removing all my passing-by-reference muck from a script of mine. But i've run into a problem; I use the following construct to push new values fairly deeply inside an array structure; $chase = chaseToReference ($wm, $path); $arr = result($chase);

Re: [PHP] problem with passing-by-reference

2010-05-14 Thread Peter Lind
On 14 May 2010 10:09, Rene Veerman rene7...@gmail.com wrote: Hi. I'm doing the 5.3-strict thing, and am removing all my passing-by-reference muck from a script of mine. But i've run into a problem; I use the following construct to push new values fairly deeply inside an array structure;