Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:93286 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 2839 invoked from network); 12 May 2016 17:46:28 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 12 May 2016 17:46:28 -0000 Authentication-Results: pb1.pair.com header.from=php@golemon.com; sender-id=softfail Authentication-Results: pb1.pair.com smtp.mail=php@golemon.com; spf=softfail; sender-id=softfail Received-SPF: softfail (pb1.pair.com: domain golemon.com does not designate 209.85.217.179 as permitted sender) X-PHP-List-Original-Sender: php@golemon.com X-Host-Fingerprint: 209.85.217.179 mail-lb0-f179.google.com Received: from [209.85.217.179] ([209.85.217.179:35884] helo=mail-lb0-f179.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 5F/F3-28272-271C4375 for ; Thu, 12 May 2016 13:46:27 -0400 Received: by mail-lb0-f179.google.com with SMTP id h1so14504503lbj.3 for ; Thu, 12 May 2016 10:46:26 -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; bh=/YTjDxYDrVD/fzNdeaI13NFjp0xqzHZ0ksRW/N8siX8=; b=ZoOy7jYULT//WXB40E/RD10DPvZNsBEpDofPYtDEyW2bK8rF1/AL7BUsho5d82StxC 3Ouv+cWqQVYkgCI8u7uHAJAM+NrHNRwq5pmK2NOh1MJIR3T+hYRjjVmBSzXpa5su2XmA /PQhPS13UqG/NF1NOIuaSYvJtmTmSxTJ56GNP5KhqcNJ6GeHVpuWJCAlC1H2Kzf2FABp ADe8694xINSZ11cq2EyolZxmfUYwd+JOHk9PbaD0vslEj4kafiZrCSuu76eVhGroOjSt dNt+d7FiCEeOQQ0pJUOCm8RZM8HPh6QjEhTqZDC96KP/tmwA0xAXWQP5TopiSpFoYoIk WQ1A== 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; bh=/YTjDxYDrVD/fzNdeaI13NFjp0xqzHZ0ksRW/N8siX8=; b=JvgNrCH3jMS2Lp18BFr8+NbhV1J7BYJjvRF6EgQ7eJ+uveLoCOpzcNutk7K2USy0Sx /X6wFrKOyRAbB4cvC6/wDEGLS4LFYayoJmulapuVhNdnz1Di7DrlXtnPl3Kj8OYO9WwV pJesrGsv2+6QqhB2TrNbJc2XBBfcgs9jAmW/9YV5WRaancUEot8SIcOIWXLdHSWvTLw5 jeheP0kJofu9ECWNXq+cQ57hmstvOMceC1al0FvBUqqDCNnQ3aLqPigThO/x8T7GYgVU CGwnViqAmrzKMvkyb2oYVQiaTKgLtkX8mJRx2Qp6mSgI7Ctq3gPopHxMO3eCB8NCo3Im Pamg== X-Gm-Message-State: AOPr4FXfn0xV57B13X2vcHHD2QvL0wVSni2SA9dvn07LNdH9Yu7uuj/rkisMwVi64fKf+LAhPytLqCJkBz5wXw== MIME-Version: 1.0 X-Received: by 10.112.77.230 with SMTP id v6mr4766582lbw.117.1463075183470; Thu, 12 May 2016 10:46:23 -0700 (PDT) Sender: php@golemon.com Received: by 10.112.19.72 with HTTP; Thu, 12 May 2016 10:46:23 -0700 (PDT) X-Originating-IP: [107.198.91.68] In-Reply-To: References: Date: Thu, 12 May 2016 10:46:23 -0700 X-Google-Sender-Auth: uT8YiyCUxcEe79us_Pks_HEEOzI Message-ID: To: PHP internals Content-Type: text/plain; charset=UTF-8 Subject: Re: [RFC] Pipe Operator From: pollita@php.net (Sara Golemon) On Fri, Apr 29, 2016 at 12:58 PM, Sara Golemon wrote: > This is one of my favorites out of HackLang. It's pure syntactic > sugar, but it goes a long way towards improving readability. > https://wiki.php.net/rfc/pipe-operator > I've added a summary (as best I see it) of third-party arguments. Others should feel free to edit the TPA section at will to rephrase or add to the arguments on either side (the side you support, obviously). I've also changed the "Targetting version" section from 7.Next to explicitly be 7.2 as 7.1 is far too close to try to push a controversial feature into. We have time to argue... :) -Sara