Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:92987 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 26718 invoked from network); 30 Apr 2016 15:03:58 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 30 Apr 2016 15:03:58 -0000 Authentication-Results: pb1.pair.com header.from=rich@richgray.com; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=rich@richgray.com; spf=permerror; sender-id=unknown Received-SPF: error (pb1.pair.com: domain richgray.com from 74.125.82.47 cause and error) X-PHP-List-Original-Sender: rich@richgray.com X-Host-Fingerprint: 74.125.82.47 mail-wm0-f47.google.com Received: from [74.125.82.47] ([74.125.82.47:37460] helo=mail-wm0-f47.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 12/2A-58459-B59C4275 for ; Sat, 30 Apr 2016 11:03:58 -0400 Received: by mail-wm0-f47.google.com with SMTP id a17so78734128wme.0 for ; Sat, 30 Apr 2016 08:03:55 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=richgray-com.20150623.gappssmtp.com; s=20150623; h=reply-to:subject:references:to:from:message-id:date:user-agent :mime-version:in-reply-to:content-transfer-encoding; bh=i1a0yCIdGq9ZgeQL0+WoN2R7o2f2ZSY74EWU1oRBcrs=; b=rXu4CxrewnqyciD6IF/RymIW6I/BEa0q39I+9es7czuAr5+6S7Yd4BiVrThnZP/fdx REStSwDu+LCyssbEbXuvXuw4RbqqhMRaiDP90SvSx9drJl55ESJ3sUIZgCg6wlyYsRct CoAX9Ro7pgf9t/uviKRdaTp6AotRdx9VeWFmI5sYP1238RXJXMoslpesXpJ360OD5/gp MGWmkp+hAwsbmH3jse78GgzDUK3thJtIrI+RXMTMfUu7b3CeRN4LxyWw3WTh7Hn9lUW0 /vl2WxvW/rkGrt6REir7xm/ybG+kdsm7KRKUC3SwZZL9buLjC0Am0ru3iEU7PJcE7qll ZfJw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:reply-to:subject:references:to:from:message-id :date:user-agent:mime-version:in-reply-to:content-transfer-encoding; bh=i1a0yCIdGq9ZgeQL0+WoN2R7o2f2ZSY74EWU1oRBcrs=; b=Tv+hKUEaw06pHbeLg4mMgivtEofRN/9b1u8HFW5Ub36rK88yrW4Dzayk1Viu3KEQma r+KTNiQTJgI4w/2g41Epn4GTMRkrWLCfsoQ8oPiMvr5kwukOzmWC90yPauGPbqrIAJiT f+qXATMPF5XJVhAU1I0krs7TiFr7RXiC1Ef1TpSYQoe2x/aDplERa6rLU42XLrqYeRUm 2SmuAN68py2GZ6BXitssKhmY7KBXhaF/OphN+tJUtDwbUuf3/pOQHoK8gLynxh2HYmRb kp24egWAEEMOGtuKzIyPDnNlANBP+ercB0iud1cg8B96ZGm/TVgBb8a0vEUc0xj2QUe/ fQYw== X-Gm-Message-State: AOPr4FX0Q+urS2Ee6KSl5HtCcbNB8KKKkW0rck7IRNtwyOca0T63/EJtKlYtp/meSNsFUQ== X-Received: by 10.194.90.3 with SMTP id bs3mr28112011wjb.105.1462028632725; Sat, 30 Apr 2016 08:03:52 -0700 (PDT) Received: from lemans.home (host86-184-4-247.range86-184.btcentralplus.com. [86.184.4.247]) by smtp.gmail.com with ESMTPSA id ry15sm20238832wjb.19.2016.04.30.08.03.51 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sat, 30 Apr 2016 08:03:51 -0700 (PDT) Reply-To: rich@richgray.com References: <5724B8A4.4010304@lsces.co.uk> <5724C477.9060308@lsces.co.uk> To: internals@lists.php.net Message-ID: <2dd476b1-cd1a-d91e-c70e-ad140f4842fb@richgray.com> Date: Sat, 30 Apr 2016 16:03:21 +0100 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.9; rv:45.0) Gecko/20100101 Thunderbird/45.0 MIME-Version: 1.0 In-Reply-To: <5724C477.9060308@lsces.co.uk> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] [RFC] Pipe Operator From: rich@richgray.com (rich gray) On 30/04/2016 15:43, Lester Caine wrote: > As I said in the message ... no problem if you simply have a SINGLE > pathway through the code. That video simply assumes that anything that > is not success is an error. MUCH of my code base has turntables or three > way switches which in addition to possible errors, you have a lot more > than one 'success' output. > > If it doesn't suit your code base design then simply don't use the feature ... I don't see the need for you to raise objections here simply because it doesn't fit your purposes..