Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:32400 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 36904 invoked by uid 1010); 20 Sep 2007 14:30:10 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 36885 invoked from network); 20 Sep 2007 14:30:09 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 20 Sep 2007 14:30:09 -0000 Authentication-Results: pb1.pair.com smtp.mail=marcgear@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=marcgear@gmail.com; sender-id=pass; domainkeys=bad Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.198.189 as permitted sender) DomainKey-Status: bad X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: marcgear@gmail.com X-Host-Fingerprint: 209.85.198.189 rv-out-0910.google.com Received: from [209.85.198.189] ([209.85.198.189:25239] helo=rv-out-0910.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 0E/42-23233-0F382F64 for ; Thu, 20 Sep 2007 10:30:09 -0400 Received: by rv-out-0910.google.com with SMTP id k15so510263rvb for ; Thu, 20 Sep 2007 07:30:06 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=hxY71y0YyY8a8/kdX9gDtR1nsGbuzc9mPn/h+dP5eX8=; b=eywXIvGF4IkAqGNIDcZe5MhxlIxnX0U6woBe4Y9Ilz3d7JwjOWtP5QiKAvSxIshyPR+knOE4M9TkFPki2+QNEutwdpAxT6zGNZHiFt2xgYZw7gx6pAXZSOkfAVkuYTwonPilvDj5DEsueHUk7fH3D0EyokaL9f8xzDxK4vk3AiI= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=ZLHS38YbmLrxzuheMmn0lBNzLLY17M6cPZvj/HZQE+VsRLZ5N31DjDm0MTVX1QHoV53qMiaz1GixtWveH4WV7IGKe8qSUhdRv195tKQUhbOvvIKal+d9nU3+2KrEVdMO4K5D7g4GemBLwELUeTTAoz6AV8t2b6b1AGqC+uSZXPA= Received: by 10.114.27.20 with SMTP id a20mr260193waa.1190298605784; Thu, 20 Sep 2007 07:30:05 -0700 (PDT) Received: by 10.115.23.18 with HTTP; Thu, 20 Sep 2007 07:30:05 -0700 (PDT) Message-ID: <6094eac50709200730g272e5e6do444a0677cac514b2@mail.gmail.com> Date: Thu, 20 Sep 2007 15:30:05 +0100 To: "Stanislav Malyshev" Cc: "PHP Internals" In-Reply-To: <46E5D163.4050800@zend.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <46E5D163.4050800@zend.com> Subject: Re: [PHP-DEV] multiple namespace per file From: marcgear@gmail.com ("Marc Gear") On 9/11/07, Stanislav Malyshev wrote: > if the > file has namespaces, then it can have no code outside namespaces. This seems like a great compromise, FWIW +1 here. Does closing php tags end the namespace declaration? ie would the following work: namespace foo; class a { public function bar() { ?>somerawoutput