Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:88655 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 32415 invoked from network); 3 Oct 2015 21:46:40 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 3 Oct 2015 21:46:40 -0000 Authentication-Results: pb1.pair.com smtp.mail=php@golemon.com; spf=softfail; sender-id=softfail Authentication-Results: pb1.pair.com header.from=php@golemon.com; sender-id=softfail Received-SPF: softfail (pb1.pair.com: domain golemon.com does not designate 209.85.217.174 as permitted sender) X-PHP-List-Original-Sender: php@golemon.com X-Host-Fingerprint: 209.85.217.174 mail-lb0-f174.google.com Received: from [209.85.217.174] ([209.85.217.174:35234] helo=mail-lb0-f174.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 2F/82-31315-EBC40165 for ; Sat, 03 Oct 2015 17:46:39 -0400 Received: by lbwr8 with SMTP id r8so41322847lbw.2 for ; Sat, 03 Oct 2015 14:46:35 -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=HbGrqi4RHAJcu5gPPh2/MiYEedmoaqUdZyzjFmQtG80=; b=Y4WYAyzaW2/apOuzTrJaisQAcpZ4vkQ4efZNr7oA7UFub676TraYhCr+7uZHZjQDcH 1jPLSiomveApYccBwVNe/vTXDY54fC4uM+1vqzjLI5qb2cIvIIQzNz/k3NzfXjZYT/Xk MBJQ+959vtZPm+GlkhxtOPY/AqX7yAkHP+9ntTUujcKPEG89u9x8FdObnBmvh6MifznT FJ6WxTt+h2cdHr4jZSCsUBmpvjHgey/osx+xAPpVqRdQn7ENMu1HCDDUZ7POdJcYMsIq mEqscWGQuIAhDRkabbkyqmkbSB7nGpy5+D54bb0Ez7g7wMUGjR5eGZagtb3bsuxJbjM7 Edxg== X-Gm-Message-State: ALoCoQlUK8Fa431ID+6vEX1c1bfY/7F+ra35v9RUIIabb8mMiIWfNkMkWWh/Jtp6+rK5W9zk/sBo MIME-Version: 1.0 X-Received: by 10.112.200.202 with SMTP id ju10mr8243006lbc.97.1443908795285; Sat, 03 Oct 2015 14:46:35 -0700 (PDT) Sender: php@golemon.com Received: by 10.112.40.133 with HTTP; Sat, 3 Oct 2015 14:46:35 -0700 (PDT) X-Originating-IP: [2620:10d:c090:180::a80b] In-Reply-To: <560EDBEC.1010502@telia.com> References: <5609B140.1050102@telia.com> <560EDBEC.1010502@telia.com> Date: Sat, 3 Oct 2015 14:46:35 -0700 X-Google-Sender-Auth: tdz_lJilipG8WLzBX4aQh58RLGc 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 Fri, Oct 2, 2015 at 12:33 PM, Bj=C3=B6rn Larsson wrote: > Leaves the options, >=3D=3D, <=3D=3D or >>=3D, <<=3D. But I don't like th= e > last ones. One might also consider extending the spaceship > operator to <=3D=3D> for strict comparison. > Shift-left assign: >>=3D Shift-right assign: <<=3D So no on both of those. But >=3D=3D, <=3D=3D, and <=3D=3D> seem reasonableish, if one went that dir= ection... -Sara