Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:88644 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 56512 invoked from network); 2 Oct 2015 16:50:22 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 2 Oct 2015 16:50:22 -0000 Authentication-Results: pb1.pair.com header.from=php@golemon.com; sender-id=softfail Authentication-Results: pb1.pair.com smtp.mail=php@golemon.com; spf=softfail; sender-id=softfail Received-SPF: softfail (pb1.pair.com: domain golemon.com does not designate 209.85.217.170 as permitted sender) X-PHP-List-Original-Sender: php@golemon.com X-Host-Fingerprint: 209.85.217.170 mail-lb0-f170.google.com Received: from [209.85.217.170] ([209.85.217.170:32893] helo=mail-lb0-f170.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id E9/FA-23989-DC5BE065 for ; Fri, 02 Oct 2015 12:50:21 -0400 Received: by lbos8 with SMTP id s8so29640060lbo.0 for ; Fri, 02 Oct 2015 09:50:17 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:sender:in-reply-to:references:date :message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=m8ZOCZUY0zPSTChzTdMTKWtDo6JjZWhjWhGB56daUvg=; b=OUc26XeZmh0POVbVIZdF/Bcg2ckQcuWR66oTJMoLNtBVviP8ppY5bjXt3qAwaGt7Qv brKe2v35eAdYiQMJHAPOxjE3s5SdBw9gG2pc8Hp7oFdkvQGeMt24fFjXSutWCMkbUQfo HFlCX9jWrZfxKWIL0dsGIA0CULl1vo8HZJ8dCwiaQlBrdRX2sY2g4y8JP4Az9p0tbjff wpjFC1z5LLBrTmutJ+Jv9oavudmD7D+7p277NhwEabbMREnAsGqR75I58q9WPlPWADQQ rsee3JwcyflKnxCkdXY2EzBu2CQL9ncPGwfw3xYPuceIsKXjgcmWCJGwH8Agc1h59VGu fJpA== X-Gm-Message-State: ALoCoQml4UFy56ELDWoO3iyVyTKQ/6wuRB51nuZZrS5PDEyivy2I25P0CIYPjxo1m+SzE0n/c3kc MIME-Version: 1.0 X-Received: by 10.112.55.2 with SMTP id n2mr6314974lbp.59.1443804617610; Fri, 02 Oct 2015 09:50:17 -0700 (PDT) Sender: php@golemon.com Received: by 10.112.40.133 with HTTP; Fri, 2 Oct 2015 09:50:17 -0700 (PDT) X-Originating-IP: [2620:10d:c090:180::2375] In-Reply-To: <5609B140.1050102@telia.com> References: <5609B140.1050102@telia.com> Date: Fri, 2 Oct 2015 09:50:17 -0700 X-Google-Sender-Auth: 8Z1SikZmBcidfSAj02-Qways8MI Message-ID: To: =?UTF-8?Q?Bj=C3=B6rn_Larsson?= Cc: =?UTF-8?Q?Pavel_Kou=C5=99il?= , PHP internals Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: Re: [PHP-DEV] [RFC] [VOTE] Short Closures From: pollita@php.net (Sara Golemon) On Mon, Sep 28, 2015 at 2:29 PM, Bj=C3=B6rn Larsson wrote: > ... or if someday in the future comparison operator > without type juggling is needed. > You just blew my mind. Trying to imagine where strict greater-than-or-equal would be used, and more to the point: What you'd make strict grater than look like. `>>>`? Nope, you'd have heredoc conflict on strict-less than `<<<`. -Sara