Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:37793 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 84805 invoked from network); 22 May 2008 09:57:15 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 22 May 2008 09:57:15 -0000 Authentication-Results: pb1.pair.com header.from=tony@daylessday.org; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=tony@daylessday.org; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain daylessday.org designates 89.208.40.236 as permitted sender) X-PHP-List-Original-Sender: tony@daylessday.org X-Host-Fingerprint: 89.208.40.236 mail.daylessday.org Linux 2.6 Received: from [89.208.40.236] ([89.208.40.236:51256] helo=daylessday.org) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 4A/C5-53818-A7345384 for ; Thu, 22 May 2008 05:57:14 -0400 Received: from [192.168.3.91] (unknown [212.42.62.198]) by daylessday.org (Postfix) with ESMTP id 2F8A1640100; Thu, 22 May 2008 13:57:11 +0400 (MSD) Message-ID: <48354369.2010309@daylessday.org> Date: Thu, 22 May 2008 13:56:57 +0400 User-Agent: Thunderbird 2.0.0.12 (X11/20080226) MIME-Version: 1.0 To: Pierre Joye CC: PHP Developers Mailing List References: <0412F6FE505049F7901EAB8C61774839@pc> <4834EE46.1080906@zend.com> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] Short syntax for array literals [...] From: tony@daylessday.org (Antony Dovgal) On 22.05.2008 13:46, Pierre Joye wrote: > On Thu, May 22, 2008 at 5:53 AM, Stanislav Malyshev wrote: >> Hi! >> >>> $a = [[1, 2], [3, 4], 5, 6]; >> >> Proposed twice at least, but PHP developer community doesn't seem to like >> it. > > Many of us like it. And the end users I know like it too. I see no advantages here, only another way to do already possible thing and yet another way to confuse people. But starting this discussion from the very beginning makes very little sense. -- Wbr, Antony Dovgal