Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:74813 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 61552 invoked from network); 10 Jun 2014 10:58:12 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 10 Jun 2014 10:58:12 -0000 Authentication-Results: pb1.pair.com smtp.mail=pierre.php@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=pierre.php@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.216.181 as permitted sender) X-PHP-List-Original-Sender: pierre.php@gmail.com X-Host-Fingerprint: 209.85.216.181 mail-qc0-f181.google.com Received: from [209.85.216.181] ([209.85.216.181:55766] helo=mail-qc0-f181.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id B1/F2-42235-2C4E6935 for ; Tue, 10 Jun 2014 06:58:11 -0400 Received: by mail-qc0-f181.google.com with SMTP id x3so1962591qcv.26 for ; Tue, 10 Jun 2014 03:58:08 -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 :cc:content-type; bh=AE4DWvw+U83P9zg1cmEIasW5mP6xeMiH6LA7SmaLAso=; b=GK3y7Kf8gqmOXKlLq6hgVMPeoApq/ZYVRwivKmFfqfKy4mNwntrHAEn4z1A/H3x+qv nFnPiFF8XIEPet0yHqwBmSG5ard4NWNJAhB/Gst5JA3vlxzI64A3MgO1wa8h69oFBfCx rNTXzFgkgq2gyaQ3IunZzS3FWRCSnIo4JzqSEc1/QcKHAxViEmC9/2vltmhvqNAGZi42 mY6StDtDaQreH7IeUCJsqbirLCBU0H+smu7qrBJxgxfBYZVI0F0oZgYkGiFgo8peL2IH MgeS751hEzq7jpw6lnjtenulyKf7YzAbRa/hGaJih0LdlRxwVg8r1N3NMJWZiAHrDYHW nUmQ== MIME-Version: 1.0 X-Received: by 10.224.52.6 with SMTP id f6mr40321119qag.63.1402397888601; Tue, 10 Jun 2014 03:58:08 -0700 (PDT) Received: by 10.140.47.231 with HTTP; Tue, 10 Jun 2014 03:58:08 -0700 (PDT) In-Reply-To: References: Date: Tue, 10 Jun 2014 12:58:08 +0200 Message-ID: To: Nikita Popov Cc: PHP internals Content-Type: text/plain; charset=UTF-8 Subject: Re: [PHP-DEV] [RFC] [PHP 6] Uniform Variable Syntax From: pierre.php@gmail.com (Pierre Joye) hi Nikita, 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. Very good RFC. Long due and php6 is really the right time to do it. As you said it should have a minimal impact on existing code. If accepted, it would be a good thing to add notices in 5.6 as well, if it does not impact performance too much. Cheers, -- Pierre @pierrejoye | http://www.libgd.org