Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:60891 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 71434 invoked from network); 19 Jun 2012 17:19:37 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 19 Jun 2012 17:19:37 -0000 Authentication-Results: pb1.pair.com header.from=nikita.ppv@googlemail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=nikita.ppv@googlemail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain googlemail.com designates 209.85.217.170 as permitted sender) X-PHP-List-Original-Sender: nikita.ppv@googlemail.com X-Host-Fingerprint: 209.85.217.170 mail-lb0-f170.google.com Received: from [209.85.217.170] ([209.85.217.170:33118] helo=mail-lb0-f170.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id FB/C5-34236-7A4B0EF4 for ; Tue, 19 Jun 2012 13:19:36 -0400 Received: by lbgc1 with SMTP id c1so6883566lbg.29 for ; Tue, 19 Jun 2012 10:19:32 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; bh=PFRFo4vdQkPikQ8pcZFJteZEA6PzF9R9N85Bx59z/pw=; b=kTcVdd7Kd5xMcZxgxuNBqBbto+zul1yBCs89SUagFr/vyrPVk7GD7wbygHG+zC28tt MBNINFD9v6574CL4tawDxq11HakudxV/bQd934Y7u/3cSaIWsaE2Ug6nCzrL7qB0bN4R Njt4KEqPsXXHKDZb9SbMG2xaqZbZ3bsGrX1miWDGbjtqRTkPU+vfAzY0k+aJ6kYtBx/s Hg1GivVFFAw1IL3063/U4BkQd3C7OIc1QgfJlK28zynuYLdB9cGPNQw7SPu6j0c0fln5 xU9qQTKKrsz1l+5YXRlL0upsXIskBmDw5z61wWnwF66zLm2driAKenTZqcdQy6cEUFQH WtUQ== MIME-Version: 1.0 Received: by 10.112.43.135 with SMTP id w7mr8498758lbl.48.1340126372244; Tue, 19 Jun 2012 10:19:32 -0700 (PDT) Received: by 10.152.114.70 with HTTP; Tue, 19 Jun 2012 10:19:32 -0700 (PDT) In-Reply-To: <4F8D843D.8070706@ralphschindler.com> References: <4F89D4F1.8070009@ralphschindler.com> <4F8D843D.8070706@ralphschindler.com> Date: Tue, 19 Jun 2012 19:19:32 +0200 Message-ID: To: Ralph Schindler Cc: internals Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Subject: Re: [PHP-DEV] New Feature: Fully qualified class name resolution as scalar with class keyword From: nikita.ppv@googlemail.com (Nikita Popov) On Tue, Apr 17, 2012 at 4:54 PM, Ralph Schindler wrote: > I've also added an RFC page, any thoughts on improving the RFC? > > =A0* https://wiki.php.net/rfc/class_name_scalars > > -ralph What's the state of this RFC? Nikita