Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:101637 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 76195 invoked from network); 20 Jan 2018 11:02:26 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 20 Jan 2018 11:02:26 -0000 Authentication-Results: pb1.pair.com smtp.mail=mtkocak@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=mtkocak@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 74.125.82.51 as permitted sender) X-PHP-List-Original-Sender: mtkocak@gmail.com X-Host-Fingerprint: 74.125.82.51 mail-wm0-f51.google.com Received: from [74.125.82.51] ([74.125.82.51:34006] helo=mail-wm0-f51.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 42/75-12394-FB1236A5 for ; Sat, 20 Jan 2018 06:02:24 -0500 Received: by mail-wm0-f51.google.com with SMTP id j21so2075844wmh.1 for ; Sat, 20 Jan 2018 03:02:23 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=VHWNnDns3x3IttkzkBUGz1+LqtkDeDwBa7AYInwu3wM=; b=kZudW97iPUo6ohEhKNy5S+Qbg23egi5QnLExMVuTYXpITHR0bIjxCyLJYiua2ghXf4 aoo2HB+jRc0kyxcJkHXJKWaDZY/htTmV5jo+PP2KZticJi8PtBJetU2BVcsb7DbfUBct V6ppYXhvDnHRgA6iVWUTZ+OKXm4a+aMdT0XqjlvKkaXWsPP71zC5+a6u9UV8JdDlystZ f6QMEt3ty/nYK3YnhQDANjfB8AJMPDIKTMhvvZzIvqP9UFPnvoId2fUcO0WFr6HgkpO+ n6BX2Iz21VmeBRrcITa7PmOF7foy42ktFZ4unrMFf71NiDfWkOfQ6yeX3n6YW0sEb//4 +Leg== 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=VHWNnDns3x3IttkzkBUGz1+LqtkDeDwBa7AYInwu3wM=; b=WGMpqXTALkFG3FoyDJ5iJ1F21dgb1+o2mPSD0Jr29bsZ2+8tHSaYuWQSKU9WZbNBe+ nBSkspFymPShkX9k5mpEsuI7xjXLaHKAoJT7kq4o2EwLw/Sa5iCRgW/eYOMts/8/XB6m BqVNzdO0BNH8QjjCBpahTTeyvwra7Vc10mPDtovvN9vqmKNAfvvRkqlmJ7bw1jWFUNYW D6dwa3uOV6uZ+wBuW//lAZVgeJdAJItvelrHZ00R7SzRUnFzht3XUCU7vjSUKNAuWyiq JPzYjjQgGdlL35PNPopvcBGcdTmkzrVuYlb8X6fD2HpNxdLV4gic5UPGFl8vgorMNRDS mjQg== X-Gm-Message-State: AKwxytekUfayvwncR3p32H9cnpIkLXMezk9o8w9DI6x09pR1SclZgqGY 1LRhE+pKWNrUQs7FMT/q+tlmsEXeZfSkKQgnq68= X-Google-Smtp-Source: AH8x2265N0GCbzuGLdGpwq2hCfcz+V0ELEnSGwq0XNdpq6Sq9ev2bt/ltlw+KEkbW/WKzZNqxtZmxqlqs8d15XW4Qb4= X-Received: by 10.28.38.133 with SMTP id m127mr842846wmm.40.1516446140902; Sat, 20 Jan 2018 03:02:20 -0800 (PST) MIME-Version: 1.0 Received: by 10.28.9.5 with HTTP; Sat, 20 Jan 2018 03:02:20 -0800 (PST) In-Reply-To: References: <9a4e54d1-10d8-889e-e705-fe473e2e3713@gmail.com> <3aa2372c-c31a-d41a-f455-35ce400b382b@gmx.de> Date: Sat, 20 Jan 2018 12:02:20 +0100 Message-ID: To: Sara Golemon Cc: "Christoph M. Becker" , Stanislav Malyshev , Andreas Hennings , PHP internals Content-Type: multipart/alternative; boundary="94eb2c03c3148cb1e305633321f8" Subject: Re: [PHP-DEV] null coalesce addition assignment operator ??+= From: mtkocak@gmail.com (=?UTF-8?Q?Midori_Ko=C3=A7ak?=) --94eb2c03c3148cb1e305633321f8 Content-Type: text/plain; charset="UTF-8" What is going on here? I think I missed the original post. On 19 January 2018 at 16:12, Sara Golemon wrote: > On Thu, Jan 18, 2018 at 7:13 PM, Christoph M. Becker > wrote: > > On 18.01.2018 at 23:58, Stanislav Malyshev wrote: > > > >>> I propose even more such operators: > >>> null coalesce addition assignment ??+= (for strings and numbers) > >>> null coalesce subtraction assignment ??-= > >>> null coalesce increment ??++ > >>> null coalesce decrement ??-- > >>> null coalesce multiplication assingment ??*= > >> > >> I think this is taking it too far. If you want language like that, you > >> always have APL :) > > > > Why do we discuss extensions to an operator which has still (after > > nearly two years) not be implemented due to implementation difficulties? > > > Am I the only one who looked at the original post and assumed he was > taking the piss? > Similar to the jokes about spaceship assignment <=>= and > equality/identicality assignment === (not to be confused with > identical non-assign, which is ===) and ====. > > -Sara > > -- > PHP Internals - PHP Runtime Development Mailing List > To unsubscribe, visit: http://www.php.net/unsub.php > > --94eb2c03c3148cb1e305633321f8--