Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:74793 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 56179 invoked from network); 9 Jun 2014 13:33:05 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 9 Jun 2014 13:33:05 -0000 Authentication-Results: pb1.pair.com smtp.mail=nikita.ppv@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=nikita.ppv@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.219.45 as permitted sender) X-PHP-List-Original-Sender: nikita.ppv@gmail.com X-Host-Fingerprint: 209.85.219.45 mail-oa0-f45.google.com Received: from [209.85.219.45] ([209.85.219.45:61797] helo=mail-oa0-f45.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 5A/F0-45325-F87B5935 for ; Mon, 09 Jun 2014 09:33:04 -0400 Received: by mail-oa0-f45.google.com with SMTP id o6so660211oag.4 for ; Mon, 09 Jun 2014 06:33:00 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=xEAbtcxdQ20sOCDj04lwaqRVjFAiTxpNAkUs3bZCKfA=; b=UQHcAb7WCNm4bBRjZrazG18XDYDkbTl79z4rxFkViG06Ug8zDXMue3cjxyYGYdAW7i s/+jSp/8wnrI8oESsSPoQt/Ptf8zW1dGMWwOqGxje5B5EmgW0U/ywCt4gPYvF57F9huH DrGZGaSV0lZffpq/DjvZRg6z5C+RVi3ctNcZPoI1pFpij8YAdt6XJ8t3LTesZe5uaFH0 KNUBo++X1xXDZwQVdC1C7PPjYcapxOx2azIQ2ZbKCF5Q2XAOBiNN1DFNsYFjtqISTj9G KuZP5OLRKYiGenJVyvboJuTWddqL7s9EOND2ACcx2EiYoN70mdHBHuPRGiVNIhWnyQ9H wV2Q== MIME-Version: 1.0 X-Received: by 10.60.72.100 with SMTP id c4mr26045215oev.25.1402320780177; Mon, 09 Jun 2014 06:33:00 -0700 (PDT) Received: by 10.182.165.69 with HTTP; Mon, 9 Jun 2014 06:33:00 -0700 (PDT) Date: Mon, 9 Jun 2014 15:33:00 +0200 Message-ID: To: PHP internals Content-Type: multipart/alternative; boundary=001a1134c1d8f6b87504fb673fe6 Subject: [RFC] [PHP 6] Uniform Variable Syntax From: nikita.ppv@gmail.com (Nikita Popov) --001a1134c1d8f6b87504fb673fe6 Content-Type: text/plain; charset=UTF-8 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. Thanks, Nikita --001a1134c1d8f6b87504fb673fe6--