Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:32565 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 25219 invoked by uid 1010); 2 Oct 2007 18:19:13 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 25204 invoked from network); 2 Oct 2007 18:19:13 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 2 Oct 2007 18:19:13 -0000 Authentication-Results: pb1.pair.com header.from=d.giedrius@gmail.com; sender-id=pass; domainkeys=bad Authentication-Results: pb1.pair.com smtp.mail=d.giedrius@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 64.233.162.238 as permitted sender) DomainKey-Status: bad X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: d.giedrius@gmail.com X-Host-Fingerprint: 64.233.162.238 nz-out-0506.google.com Received: from [64.233.162.238] ([64.233.162.238:34206] helo=nz-out-0506.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id AD/C1-12743-0AB82074 for ; Tue, 02 Oct 2007 14:19:12 -0400 Received: by nz-out-0506.google.com with SMTP id x7so2920616nzc for ; Tue, 02 Oct 2007 11:19:10 -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=QEtQWQ/7CxiQKk5VkG/8dRYQCPO01DwibLtIOhYMraA=; b=VL2ctz+s5iQ5u7QtiBGgHOed0B22fYto7uhb34DnqnkwvueVDo6QnwSC6gV6f9ynfVcBsB7tLRFNXLNjrSAGPkr4VwdbXjhbLbxKd6Aq10g5jPBIkPVjV/Q4VFExaZuLeulH/jQx28rmyJ1rM8AVbUhLuQeG5ZjQy3xVMwPy/n0= 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=lfaSzbacSUCr+9kVtQUwbRQNekmp2ciAUAzPtzH1qY0RGWzt4XvA1n7viZ9WJEtY+VPiG//45Wm5A8nuT5Kk6SUZVHWiZerGHwC5oaGlJoVYTZLg7ZpHr3K+5jHSJvniIT6Nqy44Dj9PTCAnApPLfAsE2iEYxNYvNR33HDsGR2I= Received: by 10.115.108.1 with SMTP id k1mr2612933wam.1191349148801; Tue, 02 Oct 2007 11:19:08 -0700 (PDT) Received: by 10.115.91.3 with HTTP; Tue, 2 Oct 2007 11:19:08 -0700 (PDT) Message-ID: <3d1a63d10710021119j5767e9d2x13ebe730d6e952ba@mail.gmail.com> Date: Tue, 2 Oct 2007 21:19:08 +0300 To: "Ford, Mike" Cc: internals@lists.php.net In-Reply-To: <93ED589E60BA254F97435FE6C97F2C672DE112@leedsmet-exch1.leedsmet.ac.uk> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <93ED589E60BA254F97435FE6C97F2C672DE112@leedsmet-exch1.leedsmet.ac.uk> Subject: Re: [PHP-DEV] T_IMPORT vs. T_USE From: d.giedrius@gmail.com ("Giedrius D") Same here. On 10/2/07, Ford, Mike wrote: > On 02 October 2007 07:16, Sebastian Nohn wrote: > > > 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). > > I don't know much about "other languages", but purely in terms of English I would expect "use" to work with something that's already lying around ready to be used, whereas "import" would go and fetch something from somewhere else and make it ready to be used in the current context. In other words, I would probably expect "import" to potentially have an implied "include", and "use" not to. > > But then, in the global polyglot marketplace, this argument may not have much force!! ;) > > Cheers! > > Mike > > --------------------------------------------------------------------- > Mike Ford, Electronic Information Services Adviser, > JG125, The Headingley Library, > James Graham Building, Leeds Metropolitan University, > Headingley Campus, LEEDS, LS6 3QS, United Kingdom > Email: m.ford@leedsmet.ac.uk > Tel: +44 113 812 4730 Fax: +44 113 812 3211 > > > To view the terms under which this email is distributed, please go to http://disclaimer.leedsmet.ac.uk/email.htm > > -- > PHP Internals - PHP Runtime Development Mailing List > To unsubscribe, visit: http://www.php.net/unsub.php > > Giedrius