Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:91910 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 38004 invoked from network); 24 Mar 2016 17:59:14 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 24 Mar 2016 17:59:14 -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.215.43 as permitted sender) X-PHP-List-Original-Sender: php@golemon.com X-Host-Fingerprint: 209.85.215.43 mail-lf0-f43.google.com Received: from [209.85.215.43] ([209.85.215.43:33217] helo=mail-lf0-f43.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 6F/14-15440-1FA24F65 for ; Thu, 24 Mar 2016 12:59:14 -0500 Received: by mail-lf0-f43.google.com with SMTP id o73so40864652lfe.0 for ; Thu, 24 Mar 2016 10:59:13 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=golemon-com.20150623.gappssmtp.com; s=20150623; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-transfer-encoding; bh=uV0N9SIy+5J0kHXulGElQg1kaUYhwATGxVzOCWfxV0Y=; b=e0pgt0a9QdlqGHqvIp5IxbRabH9t+74eeJ186BDhLBeXOSzHYCo8QWvd6eEyxH/XWs 6LgGw5qCdi5vv07J/UbQ8KPVfJFA1qz3ML4lvVTbis2xhchsdrhWnaCTrg9r3Pv8gLuC g+UhUe92mHOQe29cH6+6McoGCbWTagGoLZ0lleRmIRIQ2EKt7Pt8XaMynY0Jjf48EoxE wJDWTicW6F7weSbLwne6Dc5i7QL2KfrlkzvPKBEqyA4GEkoRyD2LQ4+8QMWmV4DNDCkt VdkmyxyzjoTcG2tbZUmc9hhs4yBXBdc0BEYAWttRoXW2Cx+9RmEnFqj/2GYuQOKKuCdS 3ncQ== 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-transfer-encoding; bh=uV0N9SIy+5J0kHXulGElQg1kaUYhwATGxVzOCWfxV0Y=; b=X34iI0G70lQaCIPuv/B9QSCNhUn1HNjNiIidCOKspn7M7apSW7YEyAWTBcUavqlJJW vrQ0u6X/h/oB0iCoQMvjs1JxqRQV4Z/y0vaKT6/Lr34Zh5TfLwI45uxGRpyFirlBh7OH +oEq7mm3l4J7ZwvR/3Ypi0nDqUbeXULHx7TIE8Oz+Tp55XN4ai1jgoNLCIWfY2wCEQpN u8BETdD5q6aWRWtFy8xWuS5tLNYWcgNnybbCPQk0QrmWUyifNPTGOkBtB4/YRh83rLsO 9sqw+9Xcczv481HHW0fnfLxnt3ERRHHJ2AlRaKega6GnPZRDnmSlgLMA9YpP4mYLmDX7 KGNg== X-Gm-Message-State: AD7BkJKQGGhF5ERVbIlNfFibOq2Aydq7XYzzd+OWBNLpbCyD0lSw+BbhzI/i10cfciJh93eK8nuCWJYG7tX3HA== MIME-Version: 1.0 X-Received: by 10.25.37.135 with SMTP id l129mr120410lfl.60.1458842351126; Thu, 24 Mar 2016 10:59:11 -0700 (PDT) Sender: php@golemon.com Received: by 10.112.18.75 with HTTP; Thu, 24 Mar 2016 10:59:11 -0700 (PDT) X-Originating-IP: [107.198.91.68] In-Reply-To: References: Date: Thu, 24 Mar 2016 10:59:11 -0700 X-Google-Sender-Auth: BLTkYfrIVQWnklnjTIn9USECn28 Message-ID: To: Bob Weinand Cc: Nikita Popov , PHP internals Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: Re: [PHP-DEV] Add spaceship assignment operator From: pollita@php.net (Sara Golemon) On Thu, Mar 24, 2016 at 10:56 AM, Bob Weinand wrote: >> $a =3D=3D=3D=3D $b; >> // same as >> $a =3D ($a =3D=3D=3D $b); >> > I see a problem with that =E2=80=A6 It=E2=80=99d be impossible to make it= consistent with is-equal comparison=E2=80=A6 > > =3D=3D=3D is already is-identical comparison. So, no symbol for the is-eq= ual assignment operator left. > > As long as you don=E2=80=99t have any better suggestion, I=E2=80=99m sorr= y, but -1 on that. > Perhaps U+FEFF ZERO WIDTH NON-BREAKING SPACE would help disambiguate it?