Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:77652 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 51089 invoked from network); 26 Sep 2014 08:17:34 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 26 Sep 2014 08:17:34 -0000 Authentication-Results: pb1.pair.com header.from=gwynne@darkrainfall.org; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=ameaijou@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.220.48 as permitted sender) X-PHP-List-Original-Sender: ameaijou@gmail.com X-Host-Fingerprint: 209.85.220.48 mail-pa0-f48.google.com Received: from [209.85.220.48] ([209.85.220.48:46602] helo=mail-pa0-f48.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 2A/84-27411-D1125245 for ; Fri, 26 Sep 2014 04:17:33 -0400 Received: by mail-pa0-f48.google.com with SMTP id bj1so5511038pad.7 for ; Fri, 26 Sep 2014 01:17:30 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=content-type:mime-version:subject:from:in-reply-to:date:cc :content-transfer-encoding:message-id:references:to; bh=9ZsPx/Z8f5LX03TstL/++SwTc63yUXrj3ikNz6xWACg=; b=AXXLG3EetC/W3g29OkW9BbKLeSb28prn/1iik9udNfGhGPStGu0z/uXBclQJ+hk7Z+ Tx7A0g0IwYUy86Y78snggDcvSoTHBs83YGmcoXrnmnVJTKXYHJm++XNquVqam9flUWty ismk3KEk/Yjxyouurdz2cDVlIFJCmfE4uuRXeSdfG3ZUPyV9aBf48lam+Xz4XMq63Jd9 LRbLq7WIpSobj5Seqkd43uJh66A4IdN0JdVmZyM8gBYBNziqKD2of9yPmYG8jtSeKaIj 0Vxbw+ODiIpPUnZgOmei+m0Cd67qTt9RrrbRxMHPYVRJtGkmoCz07wJc6k9wAJFUXgRB gQGQ== X-Received: by 10.70.102.41 with SMTP id fl9mr39239671pdb.136.1411719450579; Fri, 26 Sep 2014 01:17:30 -0700 (PDT) Received: from [192.168.0.4] ([24.130.32.69]) by mx.google.com with ESMTPSA id iu1sm4179876pbc.53.2014.09.26.01.17.29 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Fri, 26 Sep 2014 01:17:30 -0700 (PDT) Content-Type: text/plain; charset=windows-1252 Mime-Version: 1.0 (Mac OS X Mail 7.3 \(1878.6\)) In-Reply-To: Date: Fri, 26 Sep 2014 03:17:30 -0500 Cc: PHP Internals Content-Transfer-Encoding: quoted-printable Message-ID: References: To: Dmitry Stogov X-Mailer: Apple Mail (2.1878.6) Subject: Re: [PHP-DEV] [VOTE] Fix list() behavior inconsistency From: gwynne@darkrainfall.org (Gwynne Raskind) On Sep 25, 2014, at 2:42, Dmitry Stogov wrote: > Hi, >=20 > The vote is opened at > https://wiki.php.net/rfc/fix_list_behavior_inconsistency >=20 > Thanks. Dmitry. Voting for always disabling string handling. This behavior is arcane and = weird to me, and can be quickly emulated with list($a,$b) =3D = str_split([=93ab=94][0]); if someone was actually using it. -- Gwynne Raskind