Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:34667 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 45402 invoked by uid 1010); 10 Jan 2008 23:21:47 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 45384 invoked from network); 10 Jan 2008 23:21:47 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 10 Jan 2008 23:21:47 -0000 Authentication-Results: pb1.pair.com smtp.mail=david.coallier@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=david.coallier@gmail.com; sender-id=pass; domainkeys=bad Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.146.180 as permitted sender) DomainKey-Status: bad X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: david.coallier@gmail.com X-Host-Fingerprint: 209.85.146.180 wa-out-1112.google.com Received: from [209.85.146.180] ([209.85.146.180:50132] helo=wa-out-1112.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id CB/B4-15203-588A6874 for ; Thu, 10 Jan 2008 18:21:44 -0500 Received: by wa-out-1112.google.com with SMTP id l24so1595142waf.17 for ; Thu, 10 Jan 2008 15:21:38 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:sender:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; bh=Pv4Zph7fc+kxZmagyWfd3RqWCQYxXJSrffFy5oXhrBk=; b=KZLMj8ge3j/8UFEqMOkuS+5yMN8y44710VF7We10M37yMp4YxZcA7YHUu6a6HtSp+/394VBbZS8An8JaMGO9ti+HIH3Cuc11iZbPj/Q2fn4l4Tl/9yaEmzokZH149iBjCEH+bsjHI3bgzWjvDPvlZQKno2DLaL9HpQ116vJAwgA= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:sender:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; b=Y7/VWvE2tXFLeKTNID7CQUQhuEVm2zskuVRNswlGXL8kER6i4AYN1XTL8osqZo3JdXm5bz340guq4Pfr+b21kmRgUN/hXTnQIbLTex3pM7S0WUbbF+ox/wiqGsbShUgspvvUfqp2WQPYITmRNATyHA1QUGitZ1R71BrIQEIln9M= Received: by 10.115.23.12 with SMTP id a12mr2893700waj.96.1200007297160; Thu, 10 Jan 2008 15:21:37 -0800 (PST) Received: by 10.115.22.20 with HTTP; Thu, 10 Jan 2008 15:21:37 -0800 (PST) Message-ID: Date: Thu, 10 Jan 2008 18:21:37 -0500 Sender: david.coallier@gmail.com To: "PHP Development" Cc: "Hannes Magnusson" , "Sam Barrow" In-Reply-To: <698DE66518E7CA45812BD18E807866CE011C7B89@us-ex1.zend.net> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <1199975867.25972.5.camel@sbarrow-desktop> <7f3ed2c30801100649t2eb9f69dj5d2009702a5bb9ec@mail.gmail.com> <698DE66518E7CA45812BD18E807866CE011C7B89@us-ex1.zend.net> X-Google-Sender-Auth: e3cd5f88e66735db Subject: Re: [PHP-DEV] [RFC] Square brackets shortcut From: davidc@php.net ("David Coallier") On Jan 10, 2008 2:40 PM, Andi Gutmans wrote: > I think next time Sam has three consecutive responses to the same thread > then he loses access to the list for a week :) (same rule for anyone > else). Tweaking the 'Subject' won't count as a different thread :) > > Andi > > > > -----Original Message----- > > From: Hannes Magnusson [mailto:hannes.magnusson@gmail.com] > > Sent: Thursday, January 10, 2008 6:49 AM > > To: Sam Barrow > > Cc: PHP Development > > Subject: Re: [PHP-DEV] [RFC] Square brackets shortcut > > > > Did you know that you don't have to reply multiple times to the same > > post? > > And even though Stas replies to every single post, you don't have to > do > > it too. > > > > > > Please read Andis "checklist" again; > > http://news.php.net/php.internals/34494 - same "rules" apply to all > > threads. > > > > -Hannes > > > > On Jan 10, 2008 3:37 PM, Sam Barrow wrote: > > > I just tried this out using option b, and I really like it. > > > > > > $var = [1, 6, 434] ; > > > > > > I think it looks good and helps code readability alot. > > > > > > On Thu, 2008-01-10 at 19:07 +0900, Ryusuke SEKIYAMA wrote: > > > > > > > Hello, lists, > > > > > > > > I'm tired to type "array()" many times. And I want to > > > > declare arrays more easily. So I wrote the patch for > > > > zend_language_parser.y which enables to declare arrays > > > > with square brackets like some other languages. > > > > > > > > Stanislav, > > > > Sorry, I'm new in this list and I didn't know about past > > > > discussion. As Marcus says, I'd like to ask around again. > > > > > > > > > > > > There are three options: > > > > > > > > a) Commit square bracket array shortcut patch > > > > keys and values are separated by colons. > > > > ( http://www.opendogs.org/pub/php-5.3dev-080109-sbar.patch ) > > > > e.g. > > > > $a = [1, 2, 3]; > > > > $b = ['foo': 'orange', 'bar': 'apple', 'baz': 'lemon']; > > > > > > > > b) Commit square bracket array shortcut patch > > > > keys and values are separated by double arrows. > > > > ( http://www.opendogs.org/pub/php-5.3dev-080109-sbar2.patch ) > > > > e.g. > > > > $a = [1, 2, 3]; > > > > $b = ['foo' => 'orange', 'bar' => 'apple', 'baz' => 'lemon']; > > > > > > > > c) Reject and keep using `array()'. > > > > e.g. > > > > $a = array(1, 2, 3); > > > > $b = array('foo' => 'orange', 'bar' => 'apple', 'baz' => > > 'lemon'); > > > > > > > > These patches include the tests. > > > > > > > > Which do you like? I like (a) the best. > > > > > > > > > > > > Regards, > > > > > > > > > > > > 2008/1/6, Marcus Boerger : > > > > > Hello Stanislav, > > > > > > > > > > tha makesw three then already, how about we ask around again? > > > > > Ryusuke, can you please start a new '[RFC] Square brackets > > shortcut' thread > > > > > to collect opinions and pass along the patch for that? > > > > > > > > > > I like the anonymous function patch too. It is clean and simple. > > Maybe you > > > > > want to start a second '[RFC] Anonymous functions' thread with > > that patch. > > > > > > > > > > Can you also please add tests for both? > > > > > > > > > > marcus > > > > > > > > > > Wednesday, January 2, 2008, 7:51:06 PM, you wrote: > > > > > > > > > > >> the square bracket array syntax patch for PHP 5.3, > > > > > >> http://www.opendogs.org/pub/php-5.3dev-080101-sbar.patch > > > > > > > > > > > I remember we discussed that already and it was rejected then > > (even > > > > > > though myself and Andi liked it) - did the people that > objected > > then > > > > > > change their minds? > > > > > > > > > > > > > > > > > > > > Best regards, > > > > > Marcus > > > > > > > > > > > > > > > > > > > > > > -- > > > > /** > > > > * Ryusuke SEKIYAMA > > > > * rsky0711@gmail.com > > > > */ > > > > > > > > > > -- > > > PHP Internals - PHP Runtime Development Mailing List > > > To unsubscribe, visit: http://www.php.net/unsub.php > > > > > > > > > > -- > > PHP Internals - PHP Runtime Development Mailing List > > To unsubscribe, visit: http://www.php.net/unsub.php > > -- > > PHP Internals - PHP Runtime Development Mailing List > To unsubscribe, visit: http://www.php.net/unsub.php > > If you want reasons just ask me privately, as Pierre said, no need to argue :) -1 D