Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:62979 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 35095 invoked from network); 13 Sep 2012 14:06:25 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 13 Sep 2012 14:06:25 -0000 Authentication-Results: pb1.pair.com header.from=lars@strojny.net; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=lars@strojny.net; spf=permerror; sender-id=unknown Received-SPF: error (pb1.pair.com: domain strojny.net from 46.4.40.248 cause and error) X-PHP-List-Original-Sender: lars@strojny.net X-Host-Fingerprint: 46.4.40.248 milch.schokokeks.org Received: from [46.4.40.248] ([46.4.40.248:57593] helo=milch.schokokeks.org) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 9E/A0-31416-068E1505 for ; Thu, 13 Sep 2012 10:06:25 -0400 Received: from [192.168.1.104] (p5099f5c8.dip0.t-ipconnect.de [::ffff:80.153.245.200]) (AUTH: PLAIN lars@schokokeks.org, TLS: TLSv1/SSLv3,128bits,AES128-SHA) by milch.schokokeks.org with ESMTPSA; Thu, 13 Sep 2012 16:06:20 +0200 id 000000000000001A.000000005051E85D.000031F7 Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 6.0 \(1486\)) In-Reply-To: Date: Thu, 13 Sep 2012 16:06:20 +0200 Cc: Jan Dolecek , Ralph Schindler , internals Content-Transfer-Encoding: quoted-printable Message-ID: <8CD7454A-155F-40B6-BB8C-4DFCF63A7B61@strojny.net> References: <504F4D33.4070306@ralphschindler.com> To: Marco Pivetta X-Mailer: Apple Mail (2.1486) Subject: Re: [PHP-DEV] [VOTE] ::class feature to resolve namespaced class names to scalars From: lars@strojny.net (Lars Strojny) Hi, Am 13.09.2012 um 16:02 schrieb Marco Pivetta : > I don't think autoloading is needed here, since the FQCN can be = resolved > without it (exactly like with type hinting). Has nothing to do with autoloading. It only checks if there is a use = statement. Auto-loading is triggered during call time, not during = compile time. cu, Lars=