Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:32835 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 40744 invoked by uid 1010); 17 Oct 2007 18:58:28 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 40729 invoked from network); 17 Oct 2007 18:58:28 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 17 Oct 2007 18:58:28 -0000 Authentication-Results: pb1.pair.com smtp.mail=sebastian.nohn@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=sebastian.nohn@gmail.com; sender-id=pass; domainkeys=bad Received-SPF: pass (pb1.pair.com: domain gmail.com designates 64.233.184.225 as permitted sender) DomainKey-Status: bad X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: sebastian.nohn@gmail.com X-Host-Fingerprint: 64.233.184.225 wr-out-0506.google.com Linux 2.4/2.6 Received: from [64.233.184.225] ([64.233.184.225:56198] helo=wr-out-0506.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id E1/69-05004-25B56174 for ; Wed, 17 Oct 2007 14:58:27 -0400 Received: by wr-out-0506.google.com with SMTP id 58so1543931wri for ; Wed, 17 Oct 2007 11:58:24 -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:sender:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; bh=cJwBFR4BTsNY+xxM8FZ+Pfpxr+cfIWiN9H3MrfEAlB8=; b=ZN9jtbslIHi+eV4rbDgkfrJhfn/Rb+bf4RwVgFdgMruTo7TD4/iqMf+5vg2UlSzxSQwxK4/4PK9bYHhk1Dg3qoqGeXnKUa3cziLVYzFzE6vpAbI+4jtiEpy14zAoo2quzghgE9YM4rIe5V72r7/mhflo51Ft23shcDhKVON7pbQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:sender:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; b=KvCEWihQXsOQNIthEv06JMCJkYMxzvn5QXyVN1c9CSvFSX2KjG3sPY/lq00LnmdVFhTPHqMNF9wyecOt3xnx6A1WNQywkIMVkjjaLEfKmPFMTAyxAGif0NsH4wPMT/e8ujXUUXusaZi3CfLfjJ4OWSj0vb8wI2K8EBk7KVt6T+Q= Received: by 10.90.100.2 with SMTP id x2mr13221618agb.1192647504684; Wed, 17 Oct 2007 11:58:24 -0700 (PDT) Received: by 10.90.28.17 with HTTP; Wed, 17 Oct 2007 11:58:24 -0700 (PDT) Message-ID: <8c631e020710171158n25b5efedt4eccf7d816331407@mail.gmail.com> Date: Wed, 17 Oct 2007 20:58:24 +0200 Sender: sebastian.nohn@gmail.com To: "Andi Gutmans" Cc: "=?ISO-8859-1?Q?Johannes_Schl=FCter?=" , "Sebastian Bergmann" , internals@lists.php.net In-Reply-To: <698DE66518E7CA45812BD18E807866CEB954E9@us-ex1.zend.net> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <1191237850.2903.19.camel@johannes.nop> <698DE66518E7CA45812BD18E807866CEB9528E@us-ex1.zend.net> <4701E210.70109@nohn.net> <698DE66518E7CA45812BD18E807866CEB954E9@us-ex1.zend.net> X-Google-Sender-Auth: 3e5a75ef79ef3ca7 Subject: Re: [PHP-DEV] T_IMPORT vs. T_USE From: sebastian@nohn.net ("Sebastian Nohn") Are there already any results on these checks? - Sebastian On 10/2/07, Andi Gutmans wrote: > Of course not (and I know we use import in a few places in ZF) which is w= hy I want to see whether it makes sense to allow reserved words. The basic = parsing rule would be easy but we need to check how many other areas this m= ight affect. Wouldn't want to introduce any more inconsistencies. If it end= s up being too much of a bother we can just end up using "use". > > Andi > > > -----Original Message----- > > From: Sebastian Nohn [mailto:sebastian@nohn.net] > > Sent: Monday, October 01, 2007 11:16 PM > > To: Andi Gutmans > > Cc: Johannes Schl=FCter; Sebastian Bergmann; internals@lists.php.net > > Subject: Re: [PHP-DEV] T_IMPORT vs. T_USE > > > > Andi Gutmans wrote: > > > Hi Johannes, > > > Our preference would be to stick to "import" because I think the > > perception many will have of "use" is that it also includes files (just > > based on some other languages). That said I agree that compatibility > > would be an issue here. In fact it's even somewhat of an issue with > > "namespace" which is probably also used quite a bit esp. in relation to > > XML. > > > > I don't think people will care much about use vs. import > > perception-wise. But they will care a lot if it breaks their software. > > Just to name two popular products that will break (Johannes can for > > sure > > tell more, he googled for it): Serendipity & Zend Framework. At least > > breaking the latter should not be "your" preference, I hope. > > > > - Sebastian > > > > -- > > PHP Internals - PHP Runtime Development Mailing List > > To unsubscribe, visit: http://www.php.net/unsub.php > >