Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:77669 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 88200 invoked from network); 26 Sep 2014 12:31:01 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 26 Sep 2014 12:31:01 -0000 Authentication-Results: pb1.pair.com smtp.mail=dmitry@zend.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=dmitry@zend.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain zend.com designates 209.85.220.180 as permitted sender) X-PHP-List-Original-Sender: dmitry@zend.com X-Host-Fingerprint: 209.85.220.180 mail-vc0-f180.google.com Received: from [209.85.220.180] ([209.85.220.180:55706] helo=mail-vc0-f180.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id D0/BB-27411-48C55245 for ; Fri, 26 Sep 2014 08:31:01 -0400 Received: by mail-vc0-f180.google.com with SMTP id hq12so1750962vcb.25 for ; Fri, 26 Sep 2014 05:30:57 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc:content-type; bh=uFjJOuI0GEhPb057yht9D/9txr2VRkMiTb2k+S/dn5U=; b=kGtOhwNPrSJJrOKstI2ioOpwr56QYpRdUHMx1Al06k1XWYFMSHrQLephZLJ1VQVwbb dnnF2h7lhoextoSx6VKxeS6+Eoiip/RLPSj2U3Y26udTMO7eljmdOXfscGMNKSwJLgxu ie1XKl3nAwYCYU7HjsXpnFA1Xg3EUTxO+C1fyGiKrnSuc3p7Wb6MmHx2hAXb7FKsNYok S/ojVx8BTChdBS8JRn2iGwwOzWZ7fmls770LGQg0hOs5XozZNSMkW69sxL96zR22Lfn/ MCvvwc92kCyMXa/cF9jbd/3iTX031Sz45z5rIfGuvTjQJQsMvU1pqr2Zg27emU24zLMh EP6g== X-Gm-Message-State: ALoCoQmAQIRNR27R9PSvtsAI2S7IB5/+HQtms1tYLvV9sNQiw87ZK7hm6gLufe2V67uWmPuszzb5g8GMbFjjiaxQDb8expxI5RthV8FQtQcrWB3OoFfieL1oNpsJe6QFw3vnl43PU249jwX8ex2lz7K4ZMrNops3Uw== MIME-Version: 1.0 X-Received: by 10.221.25.207 with SMTP id rj15mr14504790vcb.22.1411734657210; Fri, 26 Sep 2014 05:30:57 -0700 (PDT) Received: by 10.52.158.197 with HTTP; Fri, 26 Sep 2014 05:30:57 -0700 (PDT) In-Reply-To: References: Date: Fri, 26 Sep 2014 16:30:57 +0400 Message-ID: To: Nikita Popov Cc: Leigh , PHP Internals Content-Type: multipart/alternative; boundary=001a113650eac2af370503f716c5 Subject: Re: [PHP-DEV] [VOTE] Fix list() behavior inconsistency From: dmitry@zend.com (Dmitry Stogov) --001a113650eac2af370503f716c5 Content-Type: text/plain; charset=UTF-8 When I started this RFC I didn't thought about objects. Actually, they are handled with the same inconsistency problem. Nikita, feel free to add this note to RFC. May be it'll change mind of some voters :) also add a link to your patch. Thanks. Dmitry. On Fri, Sep 26, 2014 at 2:11 PM, Nikita Popov wrote: > On Thu, Sep 25, 2014 at 11:47 PM, Dmitry Stogov wrote: > >> It was on design. list() was intended to support plain arrays only. >> >> Thanks. Dmitry. >> > > So, just to clarify: If we vote to "remove string handling in all cases" > does that also mean that we "remove ArrayAccess support in all cases"? If > so, could the RFC please explicitly mention that? > > Nikita > --001a113650eac2af370503f716c5--