Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:99543 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 31959 invoked from network); 18 Jun 2017 19:49:47 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 18 Jun 2017 19:49:47 -0000 Authentication-Results: pb1.pair.com header.from=danack@basereality.com; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=danack@basereality.com; spf=permerror; sender-id=unknown Received-SPF: error (pb1.pair.com: domain basereality.com from 209.85.192.180 cause and error) X-PHP-List-Original-Sender: danack@basereality.com X-Host-Fingerprint: 209.85.192.180 mail-pf0-f180.google.com Received: from [209.85.192.180] ([209.85.192.180:33666] helo=mail-pf0-f180.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id A8/33-13828-959D6495 for ; Sun, 18 Jun 2017 15:49:46 -0400 Received: by mail-pf0-f180.google.com with SMTP id 83so44562531pfr.0 for ; Sun, 18 Jun 2017 12:49:45 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=basereality-com.20150623.gappssmtp.com; s=20150623; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=DHi0XiOcQvPoj+tz19ELMKdF+FTYG7R1eH8k+qTXHAQ=; b=EM/+ejrWlYCVZSMjEfaiVfmAA9Oz0c4expJjYV19+RvltGBHlldxVtkhtIJWZ1wv4I e9pvVoHQtK9mbjOYNPeYkhs7Plzv7kst19khMvGTV6QH5653O5wYiXuFeUfXSWXgnnq8 eX7Pnodf4iYViUlHKQlsNHEfEkkkVT+kMhagf9RvYofP2mCblAfq1Igf2i+l7om/btb3 Aa4ptQGB0bMgr8G2LyRk/tD9YLFzARsKlv7l2CjVaHpfjLa+/phVpUXrSpOL42HF1rhr nEKiyGspfKRAe6mGwt8L1qDLsr8qzNMDLWGiJXkA+KrlGgeYF7tE7IfkGxDAnKeNVQid NwiA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=DHi0XiOcQvPoj+tz19ELMKdF+FTYG7R1eH8k+qTXHAQ=; b=SWa2/JHw8DgCU1IwXD6tgTEzMz7D3DmC5rA9nIoqyUGS6HDnU89/R1QZGAUyjdkFJ4 eZC31FScgUSoINVbSYBly2qApwECy93Ht6SKHBb1swOLiG+SSBOLaxAhmlLiq8X0yRgf n5U24kfRX2JgVoJ3NQKNV6bgnGthWKaPTeqO16482ZQF//1P94zZCrv59avUybd6GEoJ +qHoGM4B3I6aYZu45rhWJXfYcshzuRtVzTqizy9WCY90vGzbKT2AhwQd+xqSrx76Wwfj /Itrk58cJUDhWCFj1RkRXoENScScefhPT9+WpPd7kiqn/U8TTFaiA2EjpxfWrJ4Cxngg e6Tg== X-Gm-Message-State: AKS2vOzedJMrxczYl/D0TP1FBseeZnOCdZEYXt838OKPJGzyDJKe5Ulf 6ri6NDN16PZMBQtVlOzDP/u+fH4LMMuC X-Received: by 10.84.200.200 with SMTP id u8mr24907648plh.63.1497815382332; Sun, 18 Jun 2017 12:49:42 -0700 (PDT) MIME-Version: 1.0 Received: by 10.100.168.4 with HTTP; Sun, 18 Jun 2017 12:49:41 -0700 (PDT) X-Originating-IP: [77.99.17.151] In-Reply-To: References: <4077c099-2247-c3c1-7dee-02a6b25f8586@fleshgrinder.com> <559b73f7-c40f-e593-f0e1-51b56210d7cb@telia.com> <2053A608-6B66-42FB-A6D7-7CC64E94DA6A@koalephant.com> <4FBDE643-1EBC-485A-A39F-7E28C5D4807A@koalephant.com> <034f3ebf-95b8-a7cf-1279-77c7cf0424d7@gmail.com> <46143e7c-ef75-7c05-eaa9-98c8f3b405f1@telia.com> <5fe1eefe-1c4f-4c31-c975-ab6c768c977c@telia.com> <3C763609-54FC-480B-AE95-94A1873226E0@me.com> Date: Sun, 18 Jun 2017 20:49:41 +0100 Message-ID: To: Rasmus Schultz Cc: Ilija Tovilo , =?UTF-8?Q?Bj=C3=B6rn_Larsson?= , Fleshgrinder , PHP internals Content-Type: text/plain; charset="UTF-8" Subject: Re: [PHP-DEV] [RFC]Discuss] Syntax for Arrow Functions From: danack@basereality.com (Dan Ackroyd) On 18 June 2017 at 19:48, Rasmus Schultz wrote: > > I was referring to the visual ambiguity - the fn($x) part of the syntax is > indistinguishable from a function-call. Only to the same extent that if($x) {} is indistinguishable from a function call. Most people don't have a problem with this. cheers Dan