Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:74810 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 49358 invoked from network); 10 Jun 2014 08:07:30 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 10 Jun 2014 08:07:30 -0000 Authentication-Results: pb1.pair.com smtp.mail=julienpauli@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=julienpauli@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.220.182 as permitted sender) X-PHP-List-Original-Sender: julienpauli@gmail.com X-Host-Fingerprint: 209.85.220.182 mail-vc0-f182.google.com Received: from [209.85.220.182] ([209.85.220.182:49322] helo=mail-vc0-f182.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id F7/31-42235-2CCB6935 for ; Tue, 10 Jun 2014 04:07:30 -0400 Received: by mail-vc0-f182.google.com with SMTP id il7so7498872vcb.13 for ; Tue, 10 Jun 2014 01:07:27 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:from:date:message-id :subject:to:cc:content-type; bh=j2QzdG/c8zws3hvGmnrvL4CsvjTFzyxxZlI9Y1rrb2Q=; b=0LeGZZaV5+5BKDxD55ZMQrS4uSn9IKeyWrCyWKCnEoOQH475qPJn3iyZCczGzkJrvZ zd+6JNsmr+qS1zAICOoTOw3Pw9YEDiXqqr+tjdESpBfZufMvQvGLHzmIATj+/e1lji9v OLTXpzZ6eZ5ykJPJPyZ6OwHc5FGggW+97JRHv4WEYiw+26EiHGmd/3NvpJtIHWgupV9X aNdhWYdUFlI8LWlnwcugmb0zF7t0NeuhhWJYaMvMu8yDtE9s+YHT4sJAE8wAOcESXAIw oApUlZ4ydqp6EzbehRByOEfVGhLNChIAQX9fRQW3s8GR/pCk7cBlIdsQaOA9pLoE160S GdcQ== X-Received: by 10.220.105.136 with SMTP id t8mr18817556vco.13.1402387647350; Tue, 10 Jun 2014 01:07:27 -0700 (PDT) MIME-Version: 1.0 Sender: julienpauli@gmail.com Received: by 10.220.81.68 with HTTP; Tue, 10 Jun 2014 01:06:47 -0700 (PDT) In-Reply-To: References: Date: Tue, 10 Jun 2014 10:06:47 +0200 X-Google-Sender-Auth: eKEhDreN6yNfKfFyEvWiJUzaUPM 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: jpauli@php.net (Julien Pauli) 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. > > Thanks, > Nikita Nice proposal :-) Julien