I've as well experienced this problem several times (in a medium-size
code base).

By returning-by-reference in the wrong places, do you mean something like
  function foo() { return 10;}
  $bar=&foo();
I'm pretty convinced that even with "correct" (in that respect) code
the crash still occurs.

Michael


On Mon, 21 Feb 2005 15:56:34 -0300, Martin Sarsale
<[EMAIL PROTECTED]> wrote:
> Derick Rethans wrote:
> 
> > I've been noticing the same things, and still trying to figure out where
> > it happens. It has most likely to do with returning-by-reference in the
> > wrong places.
> 
> What do you mean with returning by reference in the wrong places? could
> you give me an example?
> 
> 
> --
> No virus found in this outgoing message.
> Checked by AVG Anti-Virus.
> Version: 7.0.300 / Virus Database: 266.2.0 - Release Date: 2/21/2005
> 
> --
> PHP Internals - PHP Runtime Development Mailing List
> To unsubscribe, visit: http://www.php.net/unsub.php
> 
>

-- 
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to