Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:82573 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 15677 invoked from network); 13 Feb 2015 00:53:33 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 13 Feb 2015 00:53:33 -0000 Authentication-Results: pb1.pair.com smtp.mail=sbj.ml.read@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=sbj.ml.read@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.223.181 as permitted sender) X-PHP-List-Original-Sender: sbj.ml.read@gmail.com X-Host-Fingerprint: 209.85.223.181 mail-ie0-f181.google.com Received: from [209.85.223.181] ([209.85.223.181:42966] helo=mail-ie0-f181.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id D1/E6-15420-C0B4DD45 for ; Thu, 12 Feb 2015 19:53:32 -0500 Received: by iecrp18 with SMTP id rp18so813577iec.9 for ; Thu, 12 Feb 2015 16:53:29 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=/cRvIQUvcqTBZTa2VBIfagsagcDoR8rOp0ejxe7zX2Y=; b=z5IEhrTbL1XQm80b6stZWLGTqKGe6mkdE5HFmbYFsjEd4PfJ6OyBPnMxdwIRpKuyRv j46wuVLngKaeiVUC3HLRMJz3fSOu05RcpAOv6xt5vCNE/YVuh3oErmZHs6Y414U20nOC iz6SlG83vrght9ega89GSrRSlgvCDRUSA1veAcPlHz+YFFgXIQ3m6jm26wSoMioASn0w zyQY9Gt0h8PPb2szXFTnbB9r8Nw0ZEp/kV91xKakddqIL+D6MNwrWqw859NSTWKBbgDT RhxHAfWpNwQ9j+6u4UrE8a72ot8KDL4PCus9IMoJiUEyC3NE85LsSQ6saqlExZS6a4Im hFoA== MIME-Version: 1.0 X-Received: by 10.50.143.106 with SMTP id sd10mr370688igb.17.1423788809625; Thu, 12 Feb 2015 16:53:29 -0800 (PST) Received: by 10.107.29.205 with HTTP; Thu, 12 Feb 2015 16:53:29 -0800 (PST) In-Reply-To: References: <54DC788E.7000000@hoa-project.net> Date: Fri, 13 Feb 2015 01:53:29 +0100 Message-ID: To: Netroby Cc: "Ivan Enderlin @ Hoa" , PHP internals Content-Type: text/plain; charset=UTF-8 Subject: Re: [PHP-DEV][RFC][VOTE] Group Use Declarations From: sbj.ml.read@gmail.com ("Sebastian B.-Hagensen") Hi, 2015-02-13 1:33 GMT+01:00 Netroby : > For Human type experience, {} is harder than () to type, see your > keyboard, can you easier type {} or easier type () That depends on your keyboard and its configuration and might not be true for the majority of php users. > I hate {} > > If you like to use {} as the group symbols, i would not like it. > It hurts my fingers. All block definitions in php use the {} syntax as do many other languages. While the usage of the short array syntax would be understandable () appears to be (in my personal opinion) out of line. Thanks for your time