Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:82594 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 78565 invoked from network); 13 Feb 2015 10:40:30 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 13 Feb 2015 10:40:30 -0000 Authentication-Results: pb1.pair.com header.from=narf@devilix.net; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=narf@devilix.net; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain devilix.net designates 209.85.214.179 as permitted sender) X-PHP-List-Original-Sender: narf@devilix.net X-Host-Fingerprint: 209.85.214.179 mail-ob0-f179.google.com Received: from [209.85.214.179] ([209.85.214.179:39155] helo=mail-ob0-f179.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 53/03-62214-894DDD45 for ; Fri, 13 Feb 2015 05:40:29 -0500 Received: by mail-ob0-f179.google.com with SMTP id wp4so18407423obc.10 for ; Fri, 13 Feb 2015 02:40:21 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=devilix.net; s=google; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=JivYkwZnRC+R9BWT9UKza+/GQijvXDFyHxB5BGtSrgA=; b=KB9gR4PKkH9uCqCXGREqlNZKbD3JzrfN5eBwVrH2MNBazr7CQ9GYtm957wUkc/m4L2 I9KV1//D0tGJXrVJxJnxc78fsIEtNjmS8qIrJ9klxHcDjswDzeFf9mPK1qHSeNDeXn1J Bru1cSYzehMI0HxTPwjHQ3DckF8EfJ1l9d/Tw= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc:content-type; bh=JivYkwZnRC+R9BWT9UKza+/GQijvXDFyHxB5BGtSrgA=; b=k4J2TyIBuf2d2gw++krxg3Nd24lRAbwNcYJ3F1E4fO52sT1woFNMboQpDtbX6ivW5p ENCMwTGdkjYOIuTun70lYOcpQwl3UIDze2yUtbrU27Sn4MX+syD3ifstWVTAGB6W5hOt jF7vaLnV7ZxblbpCB7pLh9qEq1tKMVYBlCOxaju65syucmWZyVm44RyTL7UzTkKInzsh 83dQi0qtfSjGgut/3VxefickfH9ti/A3rO+wAsf7w+Y7Gtq9/RehqgUmKKJHcUIKHTib xpOFImvQVuIEN3dPjjuEX/HrCSLai+3kTeC81Ws4r3zURxqbIOqONpJj/iQKJY+/NOId pWIg== X-Gm-Message-State: ALoCoQlGQTl0q8/6IASWYqeQGZirHFGcXeAcqjNHyWbkQSD6UvpWQM8GJeApvwQHq+rw5uOHXRRX MIME-Version: 1.0 X-Received: by 10.182.213.102 with SMTP id nr6mr5859380obc.5.1423824020922; Fri, 13 Feb 2015 02:40:20 -0800 (PST) Received: by 10.202.214.205 with HTTP; Fri, 13 Feb 2015 02:40:20 -0800 (PST) In-Reply-To: References: <54DC788E.7000000@hoa-project.net> Date: Fri, 13 Feb 2015 12:40:20 +0200 Message-ID: To: Netroby Cc: "Ivan Enderlin @ Hoa" , "internals@lists.php.net" Content-Type: text/plain; charset=UTF-8 Subject: Re: [PHP-DEV][RFC][VOTE] Group Use Declarations From: narf@devilix.net (Andrey Andreev) Hi, On Fri, Feb 13, 2015 at 2:33 AM, Netroby wrote: > For Human type experience, {} is harder than () to type, see your > keyboard, can you easier type {} or easier type () > > I hate {} > > If you like to use {} as the group symbols, i would not like it. > > It hurts my fingers. > If you look at your keyboard, you'll also notice that double quotes are harder to type than single ones. This is not a valid argument. Cheers, Andrey.