Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:41970 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 89428 invoked from network); 17 Nov 2008 11:09:18 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 17 Nov 2008 11:09:18 -0000 Authentication-Results: pb1.pair.com header.from=greg@chiaraquartet.net; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=greg@chiaraquartet.net; spf=permerror; sender-id=unknown Received-SPF: error (pb1.pair.com: domain chiaraquartet.net from 209.85.217.19 cause and error) X-PHP-List-Original-Sender: greg@chiaraquartet.net X-Host-Fingerprint: 209.85.217.19 mail-gx0-f19.google.com Received: from [209.85.217.19] ([209.85.217.19:46607] helo=mail-gx0-f19.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 8B/51-17095-ED051294 for ; Mon, 17 Nov 2008 06:09:18 -0500 Received: by gxk12 with SMTP id 12so1086088gxk.23 for ; Mon, 17 Nov 2008 03:09:15 -0800 (PST) Received: by 10.64.243.19 with SMTP id q19mr3607231qbh.50.1226920154697; Mon, 17 Nov 2008 03:09:14 -0800 (PST) Received: from ?192.168.0.106? ([76.84.4.101]) by mx.google.com with ESMTPS id p30sm6680466qbp.14.2008.11.17.03.09.11 (version=TLSv1/SSLv3 cipher=RC4-MD5); Mon, 17 Nov 2008 03:09:12 -0800 (PST) Message-ID: <49215137.7010502@chiaraquartet.net> Date: Mon, 17 Nov 2008 05:10:47 -0600 User-Agent: Thunderbird 2.0.0.17 (X11/20080925) MIME-Version: 1.0 To: David Grudl CC: PHP internals References: <49214E2E.60502@grudl.com> In-Reply-To: <49214E2E.60502@grudl.com> Content-Type: text/plain; charset=ISO-8859-2 Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] Re: Namespace resolution rules has been changed? From: greg@chiaraquartet.net (Gregory Beaver) David Grudl wrote: > Try to answer the question: what is the $obj instance of? > > namespace foo; > $obj = $factory->loadClass('bar\class'); bar\class dynamic class names are always FQN. Greg