Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:34674 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 76881 invoked by uid 1010); 11 Jan 2008 01:20:26 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 76866 invoked from network); 11 Jan 2008 01:20:26 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 11 Jan 2008 01:20:26 -0000 Authentication-Results: pb1.pair.com header.from=rasmus@lerdorf.com; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=rasmus@lerdorf.com; spf=permerror; sender-id=unknown Received-SPF: error (pb1.pair.com: domain lerdorf.com from 204.11.219.139 cause and error) X-PHP-List-Original-Sender: rasmus@lerdorf.com X-Host-Fingerprint: 204.11.219.139 mail.lerdorf.com Received: from [204.11.219.139] ([204.11.219.139:54055] helo=mail.lerdorf.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 4E/93-51656-854C6874 for ; Thu, 10 Jan 2008 20:20:25 -0500 Received: from [192.168.200.139] (c-24-6-228-50.hsd1.ca.comcast.net [24.6.228.50]) (authenticated bits=0) by mail.lerdorf.com (8.14.2/8.14.2/Debian-2) with ESMTP id m0B1KKA4017822 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Thu, 10 Jan 2008 17:20:21 -0800 Message-ID: <4786C453.3090807@lerdorf.com> Date: Thu, 10 Jan 2008 17:20:19 -0800 User-Agent: Thunderbird 2.0.0.9 (Macintosh/20071031) MIME-Version: 1.0 To: Andi Gutmans CC: internals@lists.php.net References: <698DE66518E7CA45812BD18E807866CE011C7C7E@us-ex1.zend.net> In-Reply-To: <698DE66518E7CA45812BD18E807866CE011C7C7E@us-ex1.zend.net> X-Enigmail-Version: 0.95.6 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: ClamAV 0.92/5473/Thu Jan 10 15:56:40 2008 on colo.lerdorf.com X-Virus-Status: Clean Subject: Re: [PHP-DEV] Array syntax [] From: rasmus@lerdorf.com (Rasmus Lerdorf) And my stance hasn't changed either: http://marc.info/?l=php-internals&m=117060700805108&w=2 Andi Gutmans wrote: > Andi 2003: > http://www.mail-archive.com/internals@lists.php.net/msg03896.html > > > > Andi's brain evolves 2007: > http://marc.info/?l=php-internals&m=117057393530217&w=2 > > > > And today I'm still +1. > > > > I really think by looking at some of the examples I worked through with > my original posting in February and some of the recent comments the > majority of people find [] more readable. It's cleaner, shorter and > comes natural to most people. It's not about saving 5 characters as I > type quickly, I really feel it's more readable and natural. We're kind > of odd as a language in that sense i.e. array(...) > > > > I think almost everyone here agreed it'd benefit them and maybe the ones > who don't would go through the same process I went through once they get > used to it J > > > > Andi > > > >