Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:1113 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 47903 invoked from network); 30 Apr 2003 13:30:29 -0000 Received: from unknown (HELO bart.tera-byte.com) (216.194.64.152) by pb1.pair.com with SMTP; 30 Apr 2003 13:30:29 -0000 Received: from TRABAJOS2 (116.Red-80-37-11.pooles.rima-tde.net [80.37.11.116]) (authenticated (0 bits)) by bart.tera-byte.com (8.11.6/8.11.6) with ESMTP id h3UDTsM12221 for ; Wed, 30 Apr 2003 07:29:55 -0600 Message-ID: <000a01c30f1c$a9b7ecd0$0301a8c0@TRABAJOS2> To: "php-dev" Date: Wed, 30 Apr 2003 15:30:22 +0200 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0007_01C30F2D.6A091170" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2720.3000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Subject: Overload objects From: epplestun@alaplaya.com ("epplestun") ------=_NextPart_000_0007_01C30F2D.6A091170 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable 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 ------=_NextPart_000_0007_01C30F2D.6A091170--