Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:62969 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 91496 invoked from network); 13 Sep 2012 09:02:55 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 13 Sep 2012 09:02:55 -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.223.170 as permitted sender) X-PHP-List-Original-Sender: julienpauli@gmail.com X-Host-Fingerprint: 209.85.223.170 mail-ie0-f170.google.com Received: from [209.85.223.170] ([209.85.223.170:62072] helo=mail-ie0-f170.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 66/C7-34511-E31A1505 for ; Thu, 13 Sep 2012 05:02:54 -0400 Received: by ieak14 with SMTP id k14so5099483iea.29 for ; Thu, 13 Sep 2012 02:02:51 -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:cc:content-type :content-transfer-encoding; bh=y5ZgJZRnSZIgD9hBQHLIYj8UYSnidanpnDUAeG2OQ4Q=; b=wYQnRrddRSLUIUD8SduSifKXQef1ba4TwZn3/Nz0ZXDVBK8hY8jaJQr2t3lf8XeMaK YIhNaUKfMcuiJxHv5WdAS8wbdom8y2/yDVewAZ8LBDz4Ufu5qUtAL2AS5fAeqa42bM7m 59YaWkmxl26ippyZjjE22TlZS25VnN8+7ygesnm2KUSBtvvmYn3XKBdcsMmbP7rDWAY3 QeTJRWDP4KrBsnt41HEBbx9htn4E05SWzH3qRI1ydIr7mV1StIBL9JBC+IVo57TJHR3Z 7R5jGo2A9DNmzhRBMIwMaMG4T16vu0ivz4Uoo63a+JcBZIyekcuhDcQy347sbjbA7jXp UO3Q== Received: by 10.50.95.231 with SMTP id dn7mr1567074igb.37.1347526971766; Thu, 13 Sep 2012 02:02:51 -0700 (PDT) MIME-Version: 1.0 Sender: julienpauli@gmail.com Received: by 10.64.101.165 with HTTP; Thu, 13 Sep 2012 02:02:11 -0700 (PDT) In-Reply-To: References: <504F4D33.4070306@ralphschindler.com> <5051968E.7030908@zend.com> <553F2A43-1A28-4AB5-9D6F-6B5ADFC420DB@strojny.net> Date: Thu, 13 Sep 2012 11:02:11 +0200 X-Google-Sender-Auth: ehUaWsbbtiTzkSXR04mZKzxpH0I Message-ID: To: Lars Strojny Cc: Simon J Welsh , internals Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: quoted-printable Subject: Re: [PHP-DEV] [VOTE] ::class feature to resolve namespaced class names to scalars From: jpauli@php.net (jpauli) On Thu, Sep 13, 2012 at 10:36 AM, Lars Strojny wrote: > Hi Simon, > > Am 13.09.2012 um 10:34 schrieb Simon J Welsh : > [...] >> I would expect $variable::class to work (like late static bindings). > [...] > > Than better try the patch, as it doesn=92t work now :) > > But it is a good point indeed. @Ralph: what do you think? > Perhaps get_class_fqn(string:ClassName) ? Julien.P