Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:30445 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 28694 invoked by uid 1010); 4 Jul 2007 14:33:25 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 28679 invoked from network); 4 Jul 2007 14:33:25 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 4 Jul 2007 14:33:25 -0000 Authentication-Results: pb1.pair.com smtp.mail=brianm@dealnews.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=brianm@dealnews.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain dealnews.com designates 129.41.69.185 as permitted sender) X-PHP-List-Original-Sender: brianm@dealnews.com X-Host-Fingerprint: 129.41.69.185 smtp.dealnews.com Linux 2.5 (sometimes 2.4) (4) Received: from [129.41.69.185] ([129.41.69.185:39905] helo=smtp.dealnews.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 00/62-12295-3BFAB864 for ; Wed, 04 Jul 2007 10:33:24 -0400 Received: (qmail 29942 invoked from network); 4 Jul 2007 10:33:21 -0400 Received: from unknown (HELO mail.dealnews.com) (10.1.1.7) by -H with (DHE-RSA-AES256-SHA encrypted) SMTP; 4 Jul 2007 10:33:21 -0400 Received: (qmail 14157 invoked from network); 4 Jul 2007 10:33:20 -0400 Received: from h124.17.91.75.ip.alltel.net (HELO ?10.1.6.4?) (brianm@75.91.17.124) by -H with ESMTPA; 4 Jul 2007 10:33:20 -0400 Message-ID: <468BAFA9.2040503@dealnews.com> Date: Wed, 04 Jul 2007 09:33:13 -0500 User-Agent: Thunderbird 2.0.0.4 (Macintosh/20070604) MIME-Version: 1.0 To: Dmitry Stogov CC: internals@lists.php.net References: <002b01c7be39$4b1eee00$737a81d4@thinkpad> In-Reply-To: <002b01c7be39$4b1eee00$737a81d4@thinkpad> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] Simple Namespace Proposal From: brianm@dealnews.com (Brian Moon) > It is possible to use the same namespace in several PHP files. Does this mean that a project like Phorum could declare the same namespace at the top of all of our files and all the code in those files would exist in the same namespace? common.php: list.php: Or, would list.php have to import the Phorum namespace? Also, I don't see any mention of variables in namespaces. Will there be no effect on variables? -- Brian Moon Senior Developer ------------------------------ http://dealnews.com/ It's good to be cheap =)