Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:32905 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 86525 invoked by uid 1010); 21 Oct 2007 19:34:12 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 86509 invoked from network); 21 Oct 2007 19:34:12 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 21 Oct 2007 19:34:12 -0000 Authentication-Results: pb1.pair.com header.from=stas@zend.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=stas@zend.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain zend.com designates 212.25.124.162 as permitted sender) X-PHP-List-Original-Sender: stas@zend.com X-Host-Fingerprint: 212.25.124.162 mail.zend.com Windows 2000 SP4, XP SP1 Received: from [212.25.124.162] ([212.25.124.162:31720] helo=mx1.zend.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 5D/2F-32256-2B9AB174 for ; Sun, 21 Oct 2007 15:34:11 -0400 Received: from us-ex1.zend.com ([192.168.16.5]) by mx1.zend.com with Microsoft SMTPSVC(6.0.3790.3959); Sun, 21 Oct 2007 21:34:08 +0200 Received: from [192.168.17.1] ([192.168.17.1]) by us-ex1.zend.com with Microsoft SMTPSVC(6.0.3790.1830); Sun, 21 Oct 2007 12:34:04 -0700 Message-ID: <471BA9AD.3010101@zend.com> Date: Sun, 21 Oct 2007 12:34:05 -0700 Organization: Zend Technologies User-Agent: Thunderbird 2.0.0.6 (Windows/20070728) MIME-Version: 1.0 To: =?ISO-8859-1?Q?Magnus_M=E4=E4tt=E4?= CC: internals@lists.php.net References: <200710211557.48355.magnus@php.net> In-Reply-To: <200710211557.48355.magnus@php.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 21 Oct 2007 19:34:04.0501 (UTC) FILETIME=[56EA9050:01C81419] Subject: Re: [PHP-DEV] Dynamic class names and namespaces From: stas@zend.com (Stanislav Malyshev) > Using dynamic class names works fine without namespaces, but > doesn't work at all with namespaces. Take this simple example: > > namespace test; > class Foo {} > $class = "Foo"; > $foo = new test::$class(); > ?> > > Will produce the following message: > Fatal error: Class 'test::test' not found in foo.php on line Y I don't think partially variable class name is supposed to work. It is interesting though how the engine managed to parse this at all... -- Stanislav Malyshev, Zend Software Architect stas@zend.com http://www.zend.com/ (408)253-8829 MSN: stas@zend.com