Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:23925 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 56285 invoked by uid 1010); 4 Jun 2006 14:37:23 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 56269 invoked from network); 4 Jun 2006 14:37:23 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 4 Jun 2006 14:37:23 -0000 X-PHP-List-Original-Sender: iliaal@gmail.com X-Host-Fingerprint: 64.233.184.235 wr-out-0506.google.com Linux 2.4/2.6 Received: from ([64.233.184.235:17243] helo=wr-out-0506.google.com) by pb1.pair.com (ecelerity 2.0 beta r(6323M)) with SMTP id 1A/79-49656-120F2844 for ; Sun, 04 Jun 2006 10:37:21 -0400 Received: by wr-out-0506.google.com with SMTP id 58so1356042wri for ; Sun, 04 Jun 2006 07:37:18 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:in-reply-to:references:mime-version:content-type:message-id:cc:content-transfer-encoding:from:subject:date:to:x-mailer:sender; b=brCaKueYLm1bL+lEIggGu7OP5HNXSRVRuqfGQ8uQi22SgtyC0ziAJwWSLNtL/jvN69CDm0POqkJxKY+oRmBLmPzx19xhGhwjIlWyzV20npeVUYMZHehjaVfF4TqjBMBXaiQgNxTp+Qrk5cee+MbNWYnPVnQAXvTOdruXcq0G0ZQ= Received: by 10.65.250.16 with SMTP id c16mr2858128qbs; Sun, 04 Jun 2006 07:37:18 -0700 (PDT) Received: from ?192.168.1.6? ( [72.59.8.142]) by mx.gmail.com with ESMTP id e15sm1706534qbe.2006.06.04.07.37.18; Sun, 04 Jun 2006 07:37:18 -0700 (PDT) In-Reply-To: <7.0.1.0.2.20060604071847.03b74850@zend.com> References: <795156743.20060603134212@marcus-boerger.de> <509342741.20060603183859@marcus-boerger.de> <7.0.1.0.2.20060603175211.02208a50@zend.com> <20060604030100.1093d2f9@pierre-u64> <7.0.1.0.2.20060603181129.0396fc18@zend.com> <44823B41.5000608@akbkhome.com> <44823C51.7040408@lerdorf.com> <64299052.20060604120852@marcus-boerger.de> <20060604135241.3beacb32@pierre-u64> <1853717276.20060604140317@marcus-boerger.de> <1912643046.20060604141822@marcus-boerger.de> <7.0.1.0.2.20060604071847.03b74850@zend.com> Mime-Version: 1.0 (Apple Message framework v750) Content-Type: text/plain; charset=US-ASCII; format=flowed Message-ID: <86549E42-EFB1-4CB0-9A87-E12AD40BB8A4@prohost.org> Cc: internals@lists.php.net Content-Transfer-Encoding: 7bit Date: Sun, 4 Jun 2006 10:37:13 -0400 To: Andi Gutmans X-Mailer: Apple Mail (2.750) Sender: Ilia Alshanetsky Subject: Re: [PHP-DEV] Missing __toString() part From: ilia@prohost.org (Ilia Alshanetsky) On 4-Jun-06, at 10:26 AM, Andi Gutmans wrote: > I would suggest : > a) Make sure $arr[(string)$obj] works (I see no reason for it not to). It already does, nothing needs to be changed or added. Ilia