Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:5956 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 27590 invoked by uid 1010); 1 Dec 2003 22:19:45 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 27551 invoked from network); 1 Dec 2003 22:19:44 -0000 Received: from unknown (HELO molly.0x539.de) (217.28.101.185) by pb1.pair.com with SMTP; 1 Dec 2003 22:19:44 -0000 Received: from pd9547f04.dip.t-dialin.net ([217.84.127.4] helo=leetspeak.org) by molly.0x539.de with asmtp (Exim 4.14) id 1AQwKK-0004Gj-4u for internals@lists.php.net; Mon, 01 Dec 2003 23:15:32 +0100 Message-ID: <3FCBBE7D.4070601@leetspeak.org> Date: Mon, 01 Dec 2003 23:19:41 +0100 User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.5) Gecko/20030924 Thunderbird/0.3 X-Accept-Language: en-us, en MIME-Version: 1.0 To: internals@lists.php.net References: <5.1.0.14.2.20031201194023.0334ab98@127.0.0.1> <3FCB8E18.8010802@cschneid.com> In-Reply-To: <3FCB8E18.8010802@cschneid.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] Re: Summary of string conversion problem From: cm@leetspeak.org (Michael Walter) Christian Schneider wrote: >[...] >> c) $arr[$obj] would suddenly work according the __toString(). > > > I remember this being requested as a feature anyway ;-) > The feature request was about using objects as hash indices, not their string representation (IIRC). Cheers, Michael