Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:91627 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 52945 invoked from network); 11 Mar 2016 04:47:47 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 11 Mar 2016 04:47:47 -0000 Authentication-Results: pb1.pair.com header.from=pierrick@webstart.fr; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=pierrick@webstart.fr; spf=permerror; sender-id=unknown Received-SPF: error (pb1.pair.com: domain webstart.fr from 209.85.160.179 cause and error) X-PHP-List-Original-Sender: pierrick@webstart.fr X-Host-Fingerprint: 209.85.160.179 mail-yk0-f179.google.com Received: from [209.85.160.179] ([209.85.160.179:35761] helo=mail-yk0-f179.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 63/20-50603-2FD42E65 for ; Thu, 10 Mar 2016 23:47:47 -0500 Received: by mail-yk0-f179.google.com with SMTP id y66so44600814ykd.2 for ; Thu, 10 Mar 2016 20:47:46 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=webstart-fr.20150623.gappssmtp.com; s=20150623; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc; bh=TO6B9ezfFpyVMMYpQ2JuE6EomBRSopKJ7Q5wdoA3HwE=; b=rpr37dNz75R9rU7M2WZHjyCcUEWO++6wb/LFsPEtECb2ppbge5OFYtP0vmQwOROwgv z4zrPIYZChzYhEO5fu21NEy5gv4xigYMaA/QCS24CmgoNth9KxAkyOiVFFGkCDdZfyEY UKgUMloT5rFr9pJy8HzCiUwXPVejNW0W50p6At9BvNt/MIsrGa8ohwQQrPJsxmJhg1db w8C/rexXWdMyNpG0Uu/NURMU1buivoPQNGJ2fwlKUocO/NETl64EyCoETMuV64pYwbPg y0AdFnD35kOJnIQOdwerIRHF9AARxgQY2uc/6LNhPZAIpk23XjkKhi7I9HqNyv3XIBBc mRGg== 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; bh=TO6B9ezfFpyVMMYpQ2JuE6EomBRSopKJ7Q5wdoA3HwE=; b=PT3AzFlQUdOP4wk7W1fDV5SCQ7Dvo0w7p6u0dhathbFA5gBGHcrn5xp6Un7cZ/WMwn /5pbbDgOYQccjOVT3V2+zCotLsR3iFW5kgS3GHEkFreXlBioathLHeTotIyYpjWxRZDK FhIErmzyNu34vn/SzhOToi55f0YoZy+zrP3kC7Ly+iMTCow9Xshp2+0WyGvsggMBbQyE m1KbyZp4ooecWMK5I4+Pw4PFtwARf3fuJXswzchkDlPK9MDPFVcZ7l9kAx3+JA4K8cCy KawJNlthR85/mc5UpYcCWE2fj/v7Af81PgVm7OHtM2DVgLqDisYtYI1V39mMCJJYSEbl 5veQ== X-Gm-Message-State: AD7BkJKA2Enw1GLIhkk8xgJ/Sjfq3DNnXf0YtWyAi5Qqq2rLGiwCcbmrNI3O3jBf00x4KP3hoLj9upFxR6NOqQ== MIME-Version: 1.0 X-Received: by 10.37.105.8 with SMTP id e8mr4171114ybc.156.1457671664334; Thu, 10 Mar 2016 20:47:44 -0800 (PST) Sender: pierrick@webstart.fr Received: by 10.37.76.130 with HTTP; Thu, 10 Mar 2016 20:47:44 -0800 (PST) In-Reply-To: References: Date: Thu, 10 Mar 2016 23:47:44 -0500 X-Google-Sender-Auth: OdT5indV0Zrws_1BxasddS_dWxQ Message-ID: To: Sara Golemon Cc: Midori Kocak , PHP internals Content-Type: multipart/alternative; boundary=001a1142f318c0b12f052dbea1e3 Subject: Re: [PHP-DEV] [RFC Proposal] Null Coalesce Equal Operator From: pierrick@adoy.net (Pierrick Charron) --001a1142f318c0b12f052dbea1e3 Content-Type: text/plain; charset=UTF-8 Hi Sara, Just to let you know that I took the liberty to correct the title of your RFC. It was still null coalesce equal operator :) Otherwise I'm +1 for both RFC Pierrick On 10 March 2016 at 22:01, Sara Golemon wrote: > On Wed, Mar 9, 2016 at 10:14 AM, Midori Kocak wrote: > > Let me introduce my first RFC here: > https://wiki.php.net/rfc/null_coalesce_equal_operator > > > > I've jumped on the bandwagon by adding a second RFC related to this > one: https://wiki.php.net/rfc/short_ternary_equal_operator which > focused on the short-ternary operator with the same goal of creating > and assignment version of the operation. > > We can probably discuss them as a single concept since they relate to > the same underlying principle (consistency in binary operations in the > language), but I made it a separate RFC in case we want different > voting or have different concerns regarding them. > > If that's a terrible idea, I can close the new one and let Midori add > ?: to her original RFC. > > -Sara > > -- > PHP Internals - PHP Runtime Development Mailing List > To unsubscribe, visit: http://www.php.net/unsub.php > > --001a1142f318c0b12f052dbea1e3--