Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:66650 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 59120 invoked from network); 15 Mar 2013 15:28:44 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 15 Mar 2013 15:28:44 -0000 Authentication-Results: pb1.pair.com header.from=ralph@ralphschindler.com; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=ralph@ralphschindler.com; spf=permerror; sender-id=unknown Received-SPF: error (pb1.pair.com: domain ralphschindler.com from 209.85.219.43 cause and error) X-PHP-List-Original-Sender: ralph@ralphschindler.com X-Host-Fingerprint: 209.85.219.43 mail-oa0-f43.google.com Received: from [209.85.219.43] ([209.85.219.43:33366] helo=mail-oa0-f43.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id D5/A1-51298-B2E33415 for ; Fri, 15 Mar 2013 10:28:44 -0500 Received: by mail-oa0-f43.google.com with SMTP id l10so3529090oag.16 for ; Fri, 15 Mar 2013 08:28:41 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=x-received:message-id:date:from:user-agent:mime-version:to:subject :references:in-reply-to:content-type:content-transfer-encoding :x-gm-message-state; bh=CcCtCL1TcxQaEjyAtgqBPJWu8dz3jA5j5Tx5ZmivQfI=; b=V6va7KKRM7OL2RRrbIkCV77e/jHoaSHpqsTRJpTp1lb2Bc7CGyA4Xe8JsPVO3nz7vf I0/VJNuoLwAV6TbtMuDqA82qQa2HZg6w7DKy7efHtK1JgmHv/FTObxplTmKGvWQS3jvG 9qi/+sjShEPBUcShJYj/uWSQRMZ4B89NHMWtdM+ss1DK6QsxZ7OgIKzTz6nNR9u5pXo3 FkAMtPKVBKahsmdlg8DfjULQYLjfwUoTJA+t7RJaCW5PiNUPVo9kLKJMeOQ/OiLvYTqm vWzGC4gFYx4JwTt4yHs/pmJupSW6/j1ja3JYbodChZ6pyPmVQaQVAN57agyvpkoIltWa zCjQ== X-Received: by 10.182.194.35 with SMTP id ht3mr3069636obc.39.1363361321649; Fri, 15 Mar 2013 08:28:41 -0700 (PDT) Received: from Ralphs-Mac-Pro.local (ip174-73-14-247.no.no.cox.net. [174.73.14.247]) by mx.google.com with ESMTPS id i19sm2067256obf.0.2013.03.15.08.28.39 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Fri, 15 Mar 2013 08:28:40 -0700 (PDT) Message-ID: <51433E26.907@ralphschindler.com> Date: Fri, 15 Mar 2013 10:28:38 -0500 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.8; rv:17.0) Gecko/20130307 Thunderbird/17.0.4 MIME-Version: 1.0 To: internals@lists.php.net References: <51420EB5.8030400@mrclay.org> In-Reply-To: <51420EB5.8030400@mrclay.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Gm-Message-State: ALoCoQnlw3WOeWv3iuHDEhgxhJwdVAKw1LFrh+a7M20n66RvJ1ljqXZzCN0QcKD4QB97Nr4Aa3jq Subject: Re: [PHP-DEV] static type-references From: ralph@ralphschindler.com (Ralph Schindler) > I missed this. We'll soon have User::class. This may resolve to, e.g., > 'Foo\User'. Right, and since the literal/string version of the class is as "1st class citizen" as it could possibly get, it makes it easier for tools like Studio/Storm/phpunit/etc to do better static analysis of class names. The immediate usage for an IDE would be clean refactoring of type names. -ralph