Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:75839 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 75705 invoked from network); 22 Jul 2014 12:38:11 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 22 Jul 2014 12:38:11 -0000 Authentication-Results: pb1.pair.com smtp.mail=tyra3l@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=tyra3l@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.216.52 as permitted sender) X-PHP-List-Original-Sender: tyra3l@gmail.com X-Host-Fingerprint: 209.85.216.52 mail-qa0-f52.google.com Received: from [209.85.216.52] ([209.85.216.52:47460] helo=mail-qa0-f52.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 62/00-09870-23B5EC35 for ; Tue, 22 Jul 2014 08:38:10 -0400 Received: by mail-qa0-f52.google.com with SMTP id j15so6491051qaq.11 for ; Tue, 22 Jul 2014 05:38: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=u8F0NCc+gUzTME4Xse2jSffid635wdv8JVvtkbZoblk=; b=VfB68yMKA1QtzlY0JG5coZFSvF6W9+CUAhRZw8oFCqtZuSf4P0aNCbfBxl4o500XLX XSUGAA+cEDZIgaFOzEUpUtoQY45xghoZrO1WV1dszWuxVpJnVRd1MIkQHtuPEeggeI37 T59cr2xJyjESG0ouDOJFAVoUkiSLqyqMOAowBEQ+1AelmCQvRI3l9CY6st0Q1NAG0EzG dvZ/e2IdZ14gplMZb4vvxDWTVqqVewkDsKxZHfKGDpwPmlAnCrD4jKU9zgI74oIjriKv Clm+r4VDXrQbSksc9W7oJHQ2wbkbdQPpnNh8TpfR7anbaptlN8dWQ7Xvi9s7nm/fmqig 3yuw== MIME-Version: 1.0 X-Received: by 10.140.80.170 with SMTP id c39mr49462902qgd.79.1406032687868; Tue, 22 Jul 2014 05:38:07 -0700 (PDT) Received: by 10.140.102.111 with HTTP; Tue, 22 Jul 2014 05:38:07 -0700 (PDT) In-Reply-To: References: Date: Tue, 22 Jul 2014 14:38:07 +0200 Message-ID: To: Nikita Popov Cc: PHP internals Content-Type: multipart/alternative; boundary=001a11c1268ce7360c04fec77e2a Subject: Re: [PHP-DEV] Re: [VOTE] Uniform Variable Syntax From: tyra3l@gmail.com (Ferenc Kovacs) --001a11c1268ce7360c04fec77e2a Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable On Mon, Jul 14, 2014 at 6:35 PM, Nikita Popov wrote: > On Mon, Jul 7, 2014 at 4:18 PM, Nikita Popov wrote= : > > > Hi internals! > > > > I've started the vote on the Uniform Variable Syntax RFC: > > > > https://wiki.php.net/rfc/uniform_variable_syntax#vote > > > > You can review the discussion about this RFC here: > > > > http://markmail.org/message/mr4ihbubfbdxygci > > > > The vote requires a 2/3 majority and is planned to end on 2014-07-14. T= he > > RFC targets PHP 6. > > > > The vote closed with 30 in favor and 1 against, as such the RFC is > accepted. > > I will delay merging the patch until the situation regarding phpng and PH= P > 6 is more clear. > > Thanks, > Nikita > Hi Nikita, Derick mentioned in his blogpost( http://derickrethans.nl/uniform-variable-syntax.html) that "You can't really write a scanner for it, as the code could already have been converted.". I know that you posted https://gist.github.com/nikic/ffd019ef78b72934c7cc which uses PhpParser\Lexer from your PHP-Parser project, so my understanding was that it is possible to detect those expressions with both the current php stable version and with the new one containing the uniform_variable_syntax changes. --=20 Ferenc Kov=C3=A1cs @Tyr43l - http://tyrael.hu --001a11c1268ce7360c04fec77e2a--