Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:315 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 25071 invoked from network); 26 Mar 2003 18:02:46 -0000 Received: from unknown (HELO localhost.localdomain) (65.198.110.5) by pb1.pair.com with SMTP; 26 Mar 2003 18:02:46 -0000 Received: (from andrei@localhost) by localhost.localdomain (8.11.6/8.11.6) id h2QI2Ep10062 for internals@lists.php.net; Wed, 26 Mar 2003 13:02:14 -0500 X-Authentication-Warning: localhost.localdomain: andrei set sender to andrei@gravitonic.com using -f Date: Wed, 26 Mar 2003 13:02:13 -0500 To: PHP Internals Message-ID: <20030326180213.GA10036@hyperion.gravitonic.com> Mail-Followup-To: Andrei Zmievski , PHP Internals Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4i Subject: Namespaces bug From: andrei@gravitonic.com (Andrei Zmievski) namespace A { namespace B{ class C { function D() { print "asdf\n"; } } } } B::C::D(); Apparently, the parser allows nesting namespaces, but they are all registered as global ones. Should be fixed, I think. -Andrei http://www.gravitonic.com/ Windows 2000 is certified not to crash more than once a day, so what is the bootup time, 24 hours? -- Sam Liddicott