Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:77653 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 52521 invoked from network); 26 Sep 2014 08:19:48 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 26 Sep 2014 08:19:48 -0000 Authentication-Results: pb1.pair.com smtp.mail=ameaijou@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=gwynne@darkrainfall.org; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.192.173 as permitted sender) X-PHP-List-Original-Sender: ameaijou@gmail.com X-Host-Fingerprint: 209.85.192.173 mail-pd0-f173.google.com Received: from [209.85.192.173] ([209.85.192.173:33893] helo=mail-pd0-f173.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 8F/D4-27411-3A125245 for ; Fri, 26 Sep 2014 04:19:48 -0400 Received: by mail-pd0-f173.google.com with SMTP id w10so2792825pde.32 for ; Fri, 26 Sep 2014 01:19:45 -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=KjF6nE4vERub89VhYgqDdVkbJer2kxOIpPo9EkEa8rmvtD1U7qpOGR+eO76/byXU9B m4NyUGdLLtIo7wL5q0y5GHG+g5nCS7tklG/R03WVl6CE3+b5K1Lhh8+JY0LQZso2fEUl Lzcaf7vNt0E6DksZK1+7l8rfdNvDyiQcm7QE+QEEb1qFs8OvImy7fYPP2gJvysy9QTJo qLMZ9zpypzZp4YNFYJYrYw25dR/Wpa/RV4M3tLaYSa/YrtsmWfbNNBf4jKptZWvxA+Jr V4UWdX4NXKMR7XmpiJ+wxE4gC/YBho10/7kemZ1nLp8+kWyRCKEPbu9YVseSdqfqT6F3 ZuPg== X-Received: by 10.70.94.3 with SMTP id cy3mr37302878pdb.114.1411719585488; Fri, 26 Sep 2014 01:19:45 -0700 (PDT) Received: from [192.168.0.4] ([24.130.32.69]) by mx.google.com with ESMTPSA id d5sm4191474pbu.45.2014.09.26.01.19.44 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Fri, 26 Sep 2014 01:19:45 -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:19:45 -0500 Cc: PHP Internals Content-Transfer-Encoding: quoted-printable Message-ID: <75695B38-FBA1-4861-9004-7BA6CE981FD7@darkrainfall.org> 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