Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:5446 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 975 invoked by uid 1010); 13 Nov 2003 19:10:17 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 943 invoked from network); 13 Nov 2003 19:10:17 -0000 Received: from unknown (HELO jdi.jdimedia.nl) (212.204.192.51) by pb1.pair.com with SMTP; 13 Nov 2003 19:10:17 -0000 Received: from [10.21.1.187] (c38047.upc-c.chello.nl [212.187.38.47]) by jdi.jdimedia.nl (8.12.10/8.12.10) with ESMTP id hADJADUV007186; Thu, 13 Nov 2003 20:10:13 +0100 Date: Thu, 13 Nov 2003 20:10:12 +0100 (CET) X-X-Sender: derick@localhost.localdomain To: Analysis & Solutions cc: PHP Internals List In-Reply-To: <20031113184350.GA4127@panix.com> Message-ID: References: <1068703990.3fb320f6975fb@www.3gstech.com> <20031113065221.GA5862@panix.com> <3FB3CBE7.4020702@3gstech.com> <20031113184350.GA4127@panix.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Spam-Warning: helo-invalid Subject: Re: [PHP-DEV] php5 method return reference error? From: derick@php.net (Derick Rethans) On Thu, 13 Nov 2003, Analysis & Solutions wrote: > The thing is, as I understand it, references are referring to a variable. > Your example doesn't have a variable to refer to. > > If I misunderstand what's going on, I trust someone on the list will > correct me. Your assesment is right. BUT, it is indeed quite a huge BC break and people already said that it is going to be addressed (AFAIK Zeev mentioned that). Derick