Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:31863 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 53997 invoked by uid 1010); 23 Aug 2007 01:11:11 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 53982 invoked from network); 23 Aug 2007 01:11:11 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 23 Aug 2007 01:11:11 -0000 Authentication-Results: pb1.pair.com smtp.mail=judas.iscariote@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=judas.iscariote@gmail.com; sender-id=pass; domainkeys=bad Received-SPF: pass (pb1.pair.com: domain gmail.com designates 64.233.162.224 as permitted sender) DomainKey-Status: bad X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: judas.iscariote@gmail.com X-Host-Fingerprint: 64.233.162.224 nz-out-0506.google.com Received: from [64.233.162.224] ([64.233.162.224:14523] helo=nz-out-0506.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 66/30-51868-7AEDCC64 for ; Wed, 22 Aug 2007 21:11:08 -0400 Received: by nz-out-0506.google.com with SMTP id x7so219196nzc for ; Wed, 22 Aug 2007 18:10:57 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=dVdHVhFjfdkDrRYqWhKsEyppJI/ItUSmhJJdRJ8lAAk88wr6K9E1pAcAp5yNsCqbmQ+6AQDa3kRY/lDJePFJxNQri+Y1ONCy2LdjfqUOBkrAE4hTx7L4/P3eYfBH7a9wTdqFx0CC4c/bR6/+1W9BwjX9d/ag4t55aPVrD6HzuZE= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=dmXJMBn/sKC/ErfJAZ225DfvkoEoVems9q1MJbXGbRejUJu6ViNQxr3YE7vV8vqXiaRHnbTr56lW4apEgtA5Y/0mMWjP6Ohx/qHNWQE6oxiQGxxlVGQIjnQEbh+m2uuBIWi4Qmmoni8GaXc2QwwpuOLb71jNP/ltLevDyyyYiqg= Received: by 10.142.158.17 with SMTP id g17mr151407wfe.1187831456338; Wed, 22 Aug 2007 18:10:56 -0700 (PDT) Received: by 10.142.84.16 with HTTP; Wed, 22 Aug 2007 18:10:56 -0700 (PDT) Message-ID: <7d5a202f0708221810m7e1304f2gfe9e5e368cae1f79@mail.gmail.com> Date: Wed, 22 Aug 2007 21:10:56 -0400 To: internals@lists.php.net In-Reply-To: <46CBA2B6.2010600@chiaraquartet.net> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <46CBA2B6.2010600@chiaraquartet.net> Subject: Re: [PHP-DEV] [PATCH] bracketed namespace, unset import, removal of namespace blah; From: judas.iscariote@gmail.com ("Cristian Rodriguez") On 8/21/07, Gregory Beaver wrote: > Hi again, > > The attached patch: > 1) adds "unset import" syntax for declaring a namespace to have local > import scope (it does NOT affect variable scope or the global > class/function table) huh ? o_O unset import ? that's really weird.