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

2010-05-14 Thread Rene Veerman
> On Fri, May 14, 2010 at 10:09 AM, Rene Veerman 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

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

2010-05-14 Thread Rene Veerman
changed all function-definitions to include a "&" before their name, no change in behavior though.. On Fri, May 14, 2010 at 10:09 AM, Rene Veerman 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 pro