Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:91913 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 42651 invoked from network); 24 Mar 2016 18:05:57 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 24 Mar 2016 18:05:57 -0000 Authentication-Results: pb1.pair.com smtp.mail=pthreads@pthreads.org; spf=permerror; sender-id=unknown Authentication-Results: pb1.pair.com header.from=pthreads@pthreads.org; sender-id=unknown Received-SPF: error (pb1.pair.com: domain pthreads.org from 209.85.161.179 cause and error) X-PHP-List-Original-Sender: pthreads@pthreads.org X-Host-Fingerprint: 209.85.161.179 mail-yw0-f179.google.com Received: from [209.85.161.179] ([209.85.161.179:36489] helo=mail-yw0-f179.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 92/25-15440-48C24F65 for ; Thu, 24 Mar 2016 13:05:57 -0500 Received: by mail-yw0-f179.google.com with SMTP id g3so69394127ywa.3 for ; Thu, 24 Mar 2016 11:05:56 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=pthreads-org.20150623.gappssmtp.com; s=20150623; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc; bh=McCHegKzi/IFMe5Lr3d0KS/RZ6GQB2XgoGE7aHSWJmk=; b=m5TTe04AYHz3aFFXa5cDqu+fKSwCX5+4TNoDJza0qqaXeJd8Vh5mr96aeBMeFov+2J m65dHyXxU4lQOGDmPgwe9EYcVobdeRU+tLn6JFS3hVhlWi5PzrLL0KGd6zDwjzNroAgX VJbvCASr666bV4C6Sv9wz84sGokILbye9BDYFvZb5LCyDu/44eWrJP2rcdVmPnWW/Y1N r00thP5OeAsYR5pIKcUc2FZGAyge6OyPYtPSQaIqb2wTdemLNrF1zeWdvz+4vEFtqiQt 2inGsJu5aBulnecyuH5j7VeriNZ2wM/1st9p5dTwFxv1drKY4zX9CWOw6eezYL/Bl0rP wCAw== 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; bh=McCHegKzi/IFMe5Lr3d0KS/RZ6GQB2XgoGE7aHSWJmk=; b=RNNwS8M4ggB+RcVQty1zVd7n4pRXZLMU01oh5ZpZrVqtBCe9ekFBxxS3olwHSEyJ6b /z2GIglNvqCOs6HrtXu4ka3OxAkCGpF2cEoE4QFXh7k+Cnt8KPpkvZJdM5MWv+BWqDpK ZY/9kmtt4LQPqwju2TQvSKRPMDtYia0AZwavdiy2uOXFu+xpaKBIHs/wuxlF9/pigYOM EpWe6JzFCBDK44ufUYz69vrxRwbdIRjAbDUXxEqFPDaXjy7I7b71YR3hIY7+FChYuu6N YaZy0WAoLcQ//QSTetpmO06xe6ft/zuoQIh3n7v2OvxQjP8cg2tjVEYbKF/K3+eTlmdT Shpw== X-Gm-Message-State: AD7BkJKS5EoLrhDMSdhCkxuC8piv/csWm0qACk3b2bpibgrpA+2ShtVqBs5+PwrF9bQB4+85QU151Mzt/eH/1w== MIME-Version: 1.0 X-Received: by 10.129.55.3 with SMTP id e3mr5258275ywa.55.1458842754614; Thu, 24 Mar 2016 11:05:54 -0700 (PDT) Received: by 10.129.81.133 with HTTP; Thu, 24 Mar 2016 11:05:54 -0700 (PDT) X-Originating-IP: [86.191.46.104] In-Reply-To: References: Date: Thu, 24 Mar 2016 18:05:54 +0000 Message-ID: To: Bob Weinand Cc: Nikita Popov , PHP internals Content-Type: multipart/alternative; boundary=001a1143fec42c3dd5052ecf4cdf Subject: Re: [PHP-DEV] Add spaceship assignment operator From: pthreads@pthreads.org (Joe Watkins) --001a1143fec42c3dd5052ecf4cdf Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Morning Nikita, Apologies for my inconsistent use of language ... I meant to say shortened by one week. Cheers Joe On Thu, Mar 24, 2016 at 6:04 PM, Joe Watkins wrote: > Morning Nikita, > > Thanks for all your hard work. > > Since consistency is one of our main focuses, I move that the > discussion period for this extremely important work is moved forward by o= ne > week. > > All in favour, say I. > > Cheers > Joe > > On Thu, Mar 24, 2016 at 5:56 PM, Bob Weinand wrote: > >> >> > Am 24.3.2016 um 18:50 schrieb Nikita Popov : >> > >> > Hi internals! >> > >> > For consistency, we should add a spaceship assignment operator: >> > >> > $a <=3D>=3D $b; >> > // same as >> > $a =3D ($a <=3D> $b); >> > >> > Additionally, we should add an is-identical assignment operator: >> > >> > $a =3D=3D=3D=3D $b; >> > // same as >> > $a =3D ($a =3D=3D=3D $b); >> > >> > Thank you for taking this proposal under consideration. >> > >> > Regards, >> > Nikita >> >> I see a problem with that =E2=80=A6 It=E2=80=99d be impossible to make i= t consistent with >> is-equal comparison=E2=80=A6 >> >> =3D=3D=3D is already is-identical comparison. So, no symbol for the is-e= qual >> assignment operator left. >> >> As long as you don=E2=80=99t have any better suggestion, I=E2=80=99m sor= ry, but -1 on >> that. >> >> Bob >> >> >> >> >> > --001a1143fec42c3dd5052ecf4cdf--