Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:77658 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 65300 invoked from network); 26 Sep 2014 10:11:28 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 26 Sep 2014 10:11:28 -0000 Authentication-Results: pb1.pair.com header.from=nikita.ppv@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=nikita.ppv@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 74.125.82.169 as permitted sender) X-PHP-List-Original-Sender: nikita.ppv@gmail.com X-Host-Fingerprint: 74.125.82.169 mail-we0-f169.google.com Received: from [74.125.82.169] ([74.125.82.169:48637] helo=mail-we0-f169.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id C3/37-27411-FCB35245 for ; Fri, 26 Sep 2014 06:11:27 -0400 Received: by mail-we0-f169.google.com with SMTP id k48so9320226wev.28 for ; Fri, 26 Sep 2014 03:11:24 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=k2L3+DymWMBuZYjhFhpZxF8alqXmtkRaNCJUaNqn4Es=; b=hRaFhBlE1aiZjkCsKuIheDnOJVcTMhXBBisdpNUWaaUwd+y17ygVfRLRXNLiqYg5XO asmxWCswGb4TRykWeKsh561E9KcbXhoY+wtDafW+M++iuuaeaj8jSpnJlx29onz5P2oW HZ5SJd2VWXfFmqhvptRYsAeIcep4OzyGQNTc08xfkIZzY6FAIit8L9CKQhWqyCKRXu8u d5E3pSdehFPqnFCtTvhL7v+XXrB48rnRtcG+VbACvcGQz0e/gcrEZyhazA9Ou1Ta/xbZ kjMwSmKtpaWtuMlqb+ERRecpYfyZtcCa5KebK2IfXzy9FLIK8cvqMYhudS9vYG/sp6gN gaOw== MIME-Version: 1.0 X-Received: by 10.194.57.67 with SMTP id g3mr22408602wjq.60.1411726284477; Fri, 26 Sep 2014 03:11:24 -0700 (PDT) Received: by 10.27.10.95 with HTTP; Fri, 26 Sep 2014 03:11:24 -0700 (PDT) In-Reply-To: References: Date: Fri, 26 Sep 2014 12:11:24 +0200 Message-ID: To: Dmitry Stogov Cc: Leigh , PHP Internals Content-Type: multipart/alternative; boundary=047d7ba97774b4dd630503f52351 Subject: Re: [PHP-DEV] [VOTE] Fix list() behavior inconsistency From: nikita.ppv@gmail.com (Nikita Popov) --047d7ba97774b4dd630503f52351 Content-Type: text/plain; charset=UTF-8 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 --047d7ba97774b4dd630503f52351--