Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:60065 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 60139 invoked from network); 17 Apr 2012 09:15:23 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 17 Apr 2012 09:15:23 -0000 Authentication-Results: pb1.pair.com header.from=nicolas.grekas@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=nicolas.grekas@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.217.170 as permitted sender) X-PHP-List-Original-Sender: nicolas.grekas@gmail.com X-Host-Fingerprint: 209.85.217.170 mail-lb0-f170.google.com Received: from [209.85.217.170] ([209.85.217.170:37508] helo=mail-lb0-f170.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id CB/B4-34429-AA43D8F4 for ; Tue, 17 Apr 2012 05:15:23 -0400 Received: by lbbgf7 with SMTP id gf7so4681398lbb.29 for ; Tue, 17 Apr 2012 02:15:19 -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 :x-google-sender-auth:message-id:subject:to:content-type; bh=clYXwEFYgjPQvPs3L4fpA47jsLgduXt25Wx0l0pcJO4=; b=P7QWLTVEfj5yACpBoo3EP3TkzOH4/rjrwBUaDLUcGJfrHs7E9gNdgX92HNbtXlTOuB sLzthjy8XncouK3kYPSpu4laEuEgKhEIWp4YEjY+M5OWIK9Y96WuSMlqw+yg6KalivA/ slmW/nvyBnJfm3huLxOIfR83UK62ltEBREFLEEjpT/wiYzNSFXj4v1MFpggG1ELAQB32 rdR+EyPF1T1ZAYSDskb4GxlLkpTu3rARG+XsnJppCldvgMhGwKQaTk+TQrWYEG8LA+B1 faDPbBi3Kz9+4hDJ9aF/RYeYCynMFo2OStHaG2lBw9uZloP+54uH2V4NofzJsNlbcYgs L1zw== Received: by 10.112.99.38 with SMTP id en6mr6884696lbb.48.1334654119592; Tue, 17 Apr 2012 02:15:19 -0700 (PDT) MIME-Version: 1.0 Sender: nicolas.grekas@gmail.com Received: by 10.152.13.34 with HTTP; Tue, 17 Apr 2012 02:14:59 -0700 (PDT) In-Reply-To: <4F8CEB3B.4080702@ralphschindler.com> References: <4F89D4F1.8070009@ralphschindler.com> <4F8CEB3B.4080702@ralphschindler.com> Date: Tue, 17 Apr 2012 11:14:59 +0200 X-Google-Sender-Auth: -FrhZzRjc5m6uxafW3vXWPxc66o Message-ID: To: Ralph Schindler , internals@lists.php.net Content-Type: multipart/alternative; boundary=f46d04017247b241b004bddc6065 Subject: Re: [PHP-DEV] Re: New Feature: Fully qualified class name resolution as scalar with class keyword From: nicolas.grekas+php@gmail.com (Nicolas Grekas) --f46d04017247b241b004bddc6065 Content-Type: text/plain; charset=ISO-8859-1 May I suggest using foo::__CLASS__ instead of foo::class ? It's longer, but closer to what already exists for this semantic (class name as string), don't you think ? So, at current, is this small enough for just a pull request, or does this > deserve its own RFC? > Personnaly, I would say that an RFC would be good for historical reference and documentation. Nicolas --f46d04017247b241b004bddc6065--