Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:91596 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 5164 invoked from network); 9 Mar 2016 18:55:14 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 9 Mar 2016 18:55:14 -0000 Authentication-Results: pb1.pair.com header.from=kelerest123@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=kelerest123@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.218.47 as permitted sender) X-PHP-List-Original-Sender: kelerest123@gmail.com X-Host-Fingerprint: 209.85.218.47 mail-oi0-f47.google.com Received: from [209.85.218.47] ([209.85.218.47:36672] helo=mail-oi0-f47.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id D7/39-53667-29170E65 for ; Wed, 09 Mar 2016 13:55:14 -0500 Received: by mail-oi0-f47.google.com with SMTP id r187so42850158oih.3 for ; Wed, 09 Mar 2016 10:55:14 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc; bh=A5EU9SEPJ9OI3vyj/GeP76KleuptDa+M2v1HE6Kpltk=; b=nx4p80E86e/TDhFfqZ3wgSDTqDODmgt7zlbWM7Kon6bN9FNO6wLciUnIhfTpkY6oPY vEXyl+/6qVX4dJhBRF/b++sQh/n1uPO6KL820iRVJlj+XOV8+drDjgIt3xTo7f9XQ6EI 9C3/v1py6KO+tfXNwJKuzdciNisL+YzuymfrcEnHr2t6KhLXjmzhimgxCANouX6Cl+/J x64nDjJIaVVbgry/E9lEY8mmuEjJcswiUF4wLP0wXt9KGthI1GM2ab97Fa8tmZ8n7I67 aFxNdzURSYMS/2LGpxevLVuQcREXo+od3yacR0VEd3hwDlBaxmMZ2gHOubLVuBxG0+5F kKtA== 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=A5EU9SEPJ9OI3vyj/GeP76KleuptDa+M2v1HE6Kpltk=; b=TfwnynuRdu2Adh9UCAhMmMGAD1iE4Xrg315rXVNyXMOPKoWRz3cggwsY055oqkfeN7 TjJBbNCguzGBGtA0qDvu3/1mG+GZCcNaNbRjwHYI3antA8vZRPc2+yRoM8o1hKjnXzhK VeR1o4E59azCRrVteyYt8KxMwJ3dnPzn+/YznfaCevbvRK5xpzH1XDvDbpItny22qXCN km0lpqg2QB++z7AMA70mp19wXYwrw6dpAjo+yvMTcNW6TvOWRYOh7SWXVC11lT3w5Pga XClrmhds+s3f2PEj2nFVASR1VYwLb1WoECkOCroR2xkH/NYSCL7/sM7u5cgNXSAD/boG Urlw== X-Gm-Message-State: AD7BkJLEWr24TioUGCf998+g00zUKAcKgSAHeGvnW4qIyJfhuxHTpCsgECwsA5TIA1vCSQ11JU7o3fTm0Sr7Aw== MIME-Version: 1.0 X-Received: by 10.202.3.135 with SMTP id 129mr21279807oid.91.1457549710333; Wed, 09 Mar 2016 10:55:10 -0800 (PST) Received: by 10.182.73.195 with HTTP; Wed, 9 Mar 2016 10:55:10 -0800 (PST) Received: by 10.182.73.195 with HTTP; Wed, 9 Mar 2016 10:55:10 -0800 (PST) In-Reply-To: References: Date: Thu, 10 Mar 2016 00:25:10 +0530 Message-ID: To: Ryan Pallas Cc: PHP Internals , Midori Kocak Content-Type: multipart/alternative; boundary=001a113b967eba2478052da23c47 Subject: Re: [PHP-DEV] [RFC Proposal] Null Coalesce Equal Operator From: kelerest123@gmail.com (=?UTF-8?B?SmFrdWIgS3Viw63EjWVr?=) --001a113b967eba2478052da23c47 Content-Type: text/plain; charset=UTF-8 Hi Midori, what about targetting this to the next PHP 7.x? -- Kubis On 10-Mar-2016 12:11 am, "Ryan Pallas" wrote: > On Wed, Mar 9, 2016 at 11:14 AM, Midori Kocak wrote: > > > Hi all, > > > > Remember my question about ??= operator? > > > > Forgive my rookieness and let me introduce my first RFC here: > > https://wiki.php.net/rfc/null_coalesce_equal_operator < > > https://wiki.php.net/rfc/null_coalesce_equal_operator> > > > > This looks great! I hope it makes it into the language for sure. > > One comment though, voting section should not be opened until after the > required discussion period. > --001a113b967eba2478052da23c47--