Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:94473 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 86095 invoked from network); 11 Jul 2016 18:11:42 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 11 Jul 2016 18:11:42 -0000 Authentication-Results: pb1.pair.com smtp.mail=pedronaroga@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=pedronaroga@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.216.178 as permitted sender) X-PHP-List-Original-Sender: pedronaroga@gmail.com X-Host-Fingerprint: 209.85.216.178 mail-qt0-f178.google.com Received: from [209.85.216.178] ([209.85.216.178:33192] helo=mail-qt0-f178.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 58/70-17655-D51E3875 for ; Mon, 11 Jul 2016 14:11:41 -0400 Received: by mail-qt0-f178.google.com with SMTP id w38so19284883qtb.0 for ; Mon, 11 Jul 2016 11:11:41 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=Hax6ivUYdr2ietKxF2yhaxXk/R96YVG2uyXTO3CRkXQ=; b=zHlMU+GjAENn8X+1A0j+5SlBYBlGmTy+2E4iRAbQlBf14KDCC1rRdrfCc2xnAqlQWn xXJRZhhWY8ixZskxWw5d8+G1SfkSmcm4MRKn18PfVkKCktxDiMMmDkCOcCipja0CO1AM ZZtm8BNt+Lxk/nddtIRjmPKyWGp1labVFuJJPBb2Ye7ATbnI01eB9qNDG2dwonvzuPQq 4OCbNFmC2U66JAJ65Mm25tUJOnhfrwlK4e+zPEY76bEQRNSTgFbNDesh+OqHjN/+P2Xr d4bXJvlJQVE81iZmT8i1IiMDDxwYLqiBGyKH3ud7WN5ywhCHyvidKEz7KgIJ6/Orv/8B zIYg== 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:from:date :message-id:subject:to:cc; bh=Hax6ivUYdr2ietKxF2yhaxXk/R96YVG2uyXTO3CRkXQ=; b=dEEWJnHSz+r6Rai0nNLrnL5PwTttWEuDv9K+MHF21P7j7XQp7iUYL6PRrkCKL2E0Vg TbU8oq6UAwgKt9jc6SoixTI9HWKyCeJNkFTxTv5pcxSCEME0mqqMhVwGL8XL2T9DgJbZ A0/67/JqjAxjin1fSeUaztomuOCcAJ1G8/Jf0mLUtBhzHI5RtaBwDwLluh2Zgy2dV9D1 KD8glfopOGl2MPst4HUQVbOUl9xdr1jPajDx4J6rWBtfmK+Rirvc4PWRomvZy0e1y1d8 xVlcaNv5d+QGLryx45KPK5LgRzy9Pj4m3+umcWEAikmYxed3OQTxC2zKFTpS81xqMnLF PMmw== X-Gm-Message-State: ALyK8tJT2PCPa39DYAU/1BjYN/Iy+Hifb+e0mmFdpZdnEx9U3aOPCy8GOnlouw1WRyNlUfx71yBNfOh6h1EfSQ== X-Received: by 10.200.38.135 with SMTP id 7mr31441840qto.72.1468260699047; Mon, 11 Jul 2016 11:11:39 -0700 (PDT) MIME-Version: 1.0 Received: by 10.140.39.134 with HTTP; Mon, 11 Jul 2016 11:11:38 -0700 (PDT) In-Reply-To: References: <86455a1e-eb57-1f30-9016-ac70c9f30bdd@gmail.com> Date: Mon, 11 Jul 2016 15:11:38 -0300 Message-ID: To: Rasmus Schultz Cc: Marco Pivetta , Rowan Collins , PHP Internals List Content-Type: multipart/alternative; boundary=001a114038d267947d053760150e Subject: Re: [PHP-DEV] Cascade Operator (was Re: [PHP-DEV] Proposal for php7 class method return) From: pedronaroga@gmail.com (Pedro Cordeiro) --001a114038d267947d053760150e Content-Type: text/plain; charset=UTF-8 2016-07-11 13:30 GMT-03:00 Rasmus Schultz : > Regarding syntax - I feel the natural choice, e.g. similar to "." vs > "..", would be a longer arrow --> but that's ambiguous. (decrement > operator, greater than operator) > Yes, it's ambiguous. It will also get confused for the (in)famous "goes to operator": http://stackoverflow.com/questions/1642028/what-is-the-name-of-the-operator --001a114038d267947d053760150e--