Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:74806 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 80542 invoked from network); 9 Jun 2014 16:53:28 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 9 Jun 2014 16:53:28 -0000 Authentication-Results: pb1.pair.com header.from=rdlowrey@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=rdlowrey@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.213.182 as permitted sender) X-PHP-List-Original-Sender: rdlowrey@gmail.com X-Host-Fingerprint: 209.85.213.182 mail-ig0-f182.google.com Received: from [209.85.213.182] ([209.85.213.182:64994] helo=mail-ig0-f182.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 08/B5-45325-786E5935 for ; Mon, 09 Jun 2014 12:53:27 -0400 Received: by mail-ig0-f182.google.com with SMTP id a13so4076226igq.9 for ; Mon, 09 Jun 2014 09:53:24 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:date:message-id:subject:from:to:content-type; bh=YrI8u5lTljuspcw2QypxDeCLVC6hxNMlmOVRoDfP/qk=; b=YLz1SknPo0EJ85qxLsndhLJqo+fi1DZZ9pBixlnIxFYSw4FlqeSBX+I8guRR5Q0k62 BPCtixdP3uTmUHcXMdXxaAGIvckvVll9p/WjT39xDSjq02aX+Rva9mmaXsFQPZsIAw23 s7vSFr2B/wwngXKvJgP3n5yZzPpm5ypx7yJ2HTgluThweCPtiRYhyVyw3GgSd264C9rn ZuiGF3DTWThhGFeRY01I4naKAMDrz/gdvHLv2rbP3FcyRBuwpsxnMeOlfnltsvP67SoD SkvdPqlhTnIgOA2ODpfUsk9iVbCix4E9ar+ArUohgsI7OLcy077BHRjCCqFNQZuURiHh UkRw== MIME-Version: 1.0 X-Received: by 10.50.61.173 with SMTP id q13mr35688291igr.34.1402332804761; Mon, 09 Jun 2014 09:53:24 -0700 (PDT) Sender: rdlowrey@gmail.com Received: by 10.50.151.194 with HTTP; Mon, 9 Jun 2014 09:53:24 -0700 (PDT) Date: Mon, 9 Jun 2014 12:53:24 -0400 X-Google-Sender-Auth: EDERcyqsPs8C4XCrrnaKdk3ef4g Message-ID: To: "internals@lists.php.net" Content-Type: multipart/alternative; boundary=047d7bdc193aaf64cf04fb6a0ccf Subject: Re: Uniform Variable Syntax From: rdlowrey@php.net (Daniel Lowrey) --047d7bdc193aaf64cf04fb6a0ccf Content-Type: text/plain; charset=UTF-8 On 9 June 2014 06:33, Nikita Popov wrote: > I have created a proposal for a more consistent and complete variable > syntax for PHP 6: > > https://wiki.php.net/rfc/uniform_variable_syntax > > The RFC is targeted at PHP 6 because it breaks compatibility for some > rarely used variable-variable constructs. At the risk of saying, "me too, me too!" I want to pass along my support for this RFC. Uniformity and consistency are worthwhile goals; the fewer special cases that exist the fewer things I have to keep in my small brain at once. In particular, this is something I've seen several userland devs ask for ($func()()) and of which I've found myself desirous. Further, this set of changes will likely not -- unlike the oft-proposed "parameter order consistency" faux improvements -- break BC all over the place. Thanks for the work, Nikita. -Daniel --047d7bdc193aaf64cf04fb6a0ccf--