Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:75166 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 68165 invoked from network); 2 Jul 2014 15:51:25 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 2 Jul 2014 15:51:25 -0000 Authentication-Results: pb1.pair.com header.from=nikita.ppv@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=nikita.ppv@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.219.52 as permitted sender) X-PHP-List-Original-Sender: nikita.ppv@gmail.com X-Host-Fingerprint: 209.85.219.52 mail-oa0-f52.google.com Received: from [209.85.219.52] ([209.85.219.52:57048] helo=mail-oa0-f52.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 28/84-47713-C7A24B35 for ; Wed, 02 Jul 2014 11:51:25 -0400 Received: by mail-oa0-f52.google.com with SMTP id j17so12258537oag.25 for ; Wed, 02 Jul 2014 08:51:22 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=zOMB+e8o6N5FaYz/H3VZSxBPTUa2xPB9cGNeslBLWVA=; b=t0tDuTTYKn40LEd8mxvW0/0CRJ5xKb9rY+rcRQWzP/0Ha88oQSD9zZRea3dVEd/ICi o+80Gv0wxycHwloJ9TfG38zUK9f895VKGPQdcpwgijwlqTke1dPNeh5zyzu/VsMYtbbA ioHJccWYWH7SGkYx0RjOlubnGbO97/nZqixHZsRqr5XCraGDnk88IYI9bmpQWKsyvUf8 rgeyXkypnOftoLDQhIdoFP6hsJFJE7XGKMd7rpEc+6ScsqIqzvKg4aggik5/vYmAirG3 2NObU9sXBvfx1zCdaGndk6f8qNgHbl9CXGJvuJS7dDUeZ+GrzKO7igYrRCMbpQzPXp3g J1SQ== MIME-Version: 1.0 X-Received: by 10.60.74.103 with SMTP id s7mr11826086oev.82.1404316282249; Wed, 02 Jul 2014 08:51:22 -0700 (PDT) Received: by 10.182.59.45 with HTTP; Wed, 2 Jul 2014 08:51:22 -0700 (PDT) In-Reply-To: References: Date: Wed, 2 Jul 2014 17:51:22 +0200 Message-ID: To: PHP internals Content-Type: multipart/alternative; boundary=001a1134cd0427e85b04fd37ddae Subject: Re: [RFC] [PHP 6] Uniform Variable Syntax From: nikita.ppv@gmail.com (Nikita Popov) --001a1134cd0427e85b04fd37ddae Content-Type: text/plain; charset=UTF-8 On Mon, Jun 9, 2014 at 3:33 PM, Nikita Popov wrote: > Hi internals! > > 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. > Any more feedback on this? Otherwise I'll start the vote sometime soon :) Nikita --001a1134cd0427e85b04fd37ddae--