Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:13958 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 38048 invoked by uid 1010); 30 Nov 2004 06:46:35 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 38008 invoked from network); 30 Nov 2004 06:46:34 -0000 Received: from unknown (HELO gravity.webglimmer.com) (69.44.152.88) by pb1.pair.com with SMTP; 30 Nov 2004 06:46:34 -0000 Received: from ip68-0-141-108.tc.ph.cox.net ([68.0.141.108] helo=webglimmseth) by gravity.webglimmer.com with esmtpa (Exim 4.43) id 1CZ1mT-0005aT-TG for internals@lists.php.net; Mon, 29 Nov 2004 23:46:34 -0700 To: Date: Mon, 29 Nov 2004 23:52:40 -0700 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0032_01C4D66E.8444BB20" X-Mailer: Microsoft Office Outlook, Build 11.0.5510 Thread-Index: AcTWqS64ZovEB3VDRhSGlnKFgRDUgA== X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180 X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - gravity.webglimmer.com X-AntiAbuse: Original Domain - lists.php.net X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - webglimmer.com X-Source: X-Source-Args: X-Source-Dir: Subject: Indexer From: sethw@webglimmer.com ("Seth Webster") Message-ID: ------=_NextPart_000_0032_01C4D66E.8444BB20 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit So, did you guys provide any support for C style indexing? Ie: class SomeClass { Private object this[int Index] { Return this.array[Index]; } } $a = new SomeClass(); Echo $a[12]; I read somewhere that you had plans to. Seth ------=_NextPart_000_0032_01C4D66E.8444BB20--