Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:74809 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 39044 invoked from network); 10 Jun 2014 06:01:22 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 10 Jun 2014 06:01:22 -0000 Authentication-Results: pb1.pair.com smtp.mail=mike.php.net@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=mike.php.net@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.212.169 as permitted sender) X-PHP-List-Original-Sender: mike.php.net@gmail.com X-Host-Fingerprint: 209.85.212.169 mail-wi0-f169.google.com Received: from [209.85.212.169] ([209.85.212.169:39059] helo=mail-wi0-f169.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id C1/00-38826-03F96935 for ; Tue, 10 Jun 2014 02:01:21 -0400 Received: by mail-wi0-f169.google.com with SMTP id hi2so3013392wib.2 for ; Mon, 09 Jun 2014 23:01:18 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=content-type:mime-version:subject:from:in-reply-to:date:cc :content-transfer-encoding:message-id:references:to; bh=0Cy936gboX5cvxtDA7IhboLpylaMbHeYQ+nOWqOu9VY=; b=BcbCVdVSYQONIsWVMum2WH5ueIMgrW++qNv7nfIrMdqzzxfvdCsEODH2E7utmKtofr ndckZnLw9i/6j/80jyATCKE3NHsd/JL9ZUFq0EjnKtry/iody2Tj5h/wsZgqYAbmBxxM 4JzCcI/LOVcdvbC0l173LCX6EazS0Qi7I7qeQHe1TLB0322T2uftKQRA64piZRGfddra GOuCYDgNqhX6Y60V8Hfw+z840uyVXt0YlIa4Lomds8S3uwHiCsSjwvS0C0sgnIqO7Mfk TV3C+cV1nrqWsWVvrRwXMJxNON1y/iKnGpBVPOO3WcD4KIhzAJJVG4SLqetq/j4Ld1gw rCLA== X-Received: by 10.14.113.136 with SMTP id a8mr4164946eeh.0.1402380078129; Mon, 09 Jun 2014 23:01:18 -0700 (PDT) Received: from lepisma.bemi (178-18-170-101.customer.bnet.at. [178.18.170.101]) by mx.google.com with ESMTPSA id m2sm50064923eey.36.2014.06.09.23.01.16 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Mon, 09 Jun 2014 23:01:17 -0700 (PDT) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 7.3 \(1878.2\)) In-Reply-To: Date: Tue, 10 Jun 2014 08:01:30 +0200 Cc: PHP internals Content-Transfer-Encoding: 7bit Message-ID: <76E6D03B-E45C-4E51-B342-F758DB38F996@gmail.com> References: To: Nikita Popov X-Mailer: Apple Mail (2.1878.2) Subject: Re: [PHP-DEV] [RFC] [PHP 6] Uniform Variable Syntax From: mike.php.net@gmail.com (Michael Wallner) On 09 06 2014, at 15:33, 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 Thank you!