Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:1114 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 69004 invoked from network); 30 Apr 2003 13:58:32 -0000 Received: from unknown (HELO www.lerdorf.com) (66.93.78.119) by pb1.pair.com with SMTP; 30 Apr 2003 13:58:32 -0000 Received: from DELL.lerdorf.com ([10.0.1.20]) by www.lerdorf.com (8.12.9/8.12.9/Debian-3) with ESMTP id h3UDwVjh016494 (version=TLSv1/SSLv3 cipher=RC4-MD5 bits=128 verify=NO); Wed, 30 Apr 2003 06:58:31 -0700 Date: Wed, 30 Apr 2003 06:58:45 -0700 (Pacific Standard Time) To: epplestun cc: php-dev In-Reply-To: <000a01c30f1c$a9b7ecd0$0301a8c0@TRABAJOS2> Message-ID: References: <000a01c30f1c$a9b7ecd0$0301a8c0@TRABAJOS2> X-X-Sender: rasmus@lerdorf.com MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=X-UNKNOWN Content-Transfer-Encoding: QUOTED-PRINTABLE Subject: Re: [PHP-DEV] Overload objects From: rasmus@lerdorf.com (Rasmus Lerdorf) Don't use =3D& here. It doesn't buy you anything. -Rasmus On Wed, 30 Apr 2003, epplestun wrote: > Hi, i have this error: > "Cannot create references to/from string offsets nor overloaded objects" > > The line who emits this is : $array[$i + $offset] =3D& mysql_fetch_array(= $result); > The version of php is: PHP 4.3 > $i and $offsset are integers. > > Why this error?=BF >