Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:40558 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 65965 invoked from network); 18 Sep 2008 19:47:27 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 18 Sep 2008 19:47:27 -0000 Authentication-Results: pb1.pair.com smtp.mail=jordanryanmoore@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=jordanryanmoore@gmail.com; sender-id=pass; domainkeys=bad Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.217.14 as permitted sender) DomainKey-Status: bad X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: jordanryanmoore@gmail.com X-Host-Fingerprint: 209.85.217.14 mail-gx0-f14.google.com Received: from [209.85.217.14] ([209.85.217.14:53654] helo=mail-gx0-f14.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id F3/62-54234-E40B2D84 for ; Thu, 18 Sep 2008 15:47:27 -0400 Received: by gxk7 with SMTP id 7so29963992gxk.23 for ; Thu, 18 Sep 2008 12:47:24 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; 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=86lIgWVhM0T+qiSeMiZMB45R0fe+pdeg5NKdUjvpwyI=; b=u04aIvj6Vpkj5NDwfyivw3QTHB/1Uw9KZ4IIx9dY1qbFXbvqrZeUzevmNsHTuABq6y lwUDrjkrfimXD6HV6CzEYt3tyXZddBJKGnKqbdsi/AVrZN+UiIEzmFrFG7JzNwJS/kz7 GHEZDkpFL3d4RLaEBYcfu/a2vP9FB22IrIumw= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=JROLIGNJwi3AbRSisXVe06wo++tUOTCB2kE4F9mvlrhC8HNg0/uD39DquuJ7DIkqML y50/SnIeOYcBoZuuyC0jJrfh4OnDcRn9uXbmt41YqjCy1yZqO7injPT7E7SpGWlddxCh MdXoms7viOpSKl66L1rnKp04ALLRmwy+id7Q8= Received: by 10.100.247.14 with SMTP id u14mr5954002anh.73.1221767243950; Thu, 18 Sep 2008 12:47:23 -0700 (PDT) Received: by 10.100.7.14 with HTTP; Thu, 18 Sep 2008 12:47:23 -0700 (PDT) Message-ID: <61504d990809181247o2b17561dy3b087df5c15c8b8b@mail.gmail.com> Date: Thu, 18 Sep 2008 12:47:23 -0700 To: "troels knak-nielsen" Cc: "Arvids Godjuks" , internals@lists.php.net In-Reply-To: <98b8086f0809181225p3d3d5109oef3bc1d8995d7ca8@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <962975.69490.qm@web36405.mail.mud.yahoo.com> <9b3df6a50809181209q18b63644ya14c7f609a95f8b9@mail.gmail.com> <98b8086f0809181225p3d3d5109oef3bc1d8995d7ca8@mail.gmail.com> Subject: Re: [PHP-DEV] php7- dropping the $ from the variable name - rfc From: jordanryanmoore@gmail.com ("Jordan Moore") On Thu, Sep 18, 2008 at 12:25 PM, troels knak-nielsen wrote: > On Thu, Sep 18, 2008 at 9:09 PM, Arvids Godjuks > wrote: >> Well, you can do that right now, PHP supports that for ages. >> >> > $myVar = 'print'; >> $myVar('Hello!'); // Outputs hello >> ?> > > Partly because I can't resist being smug, partly because it might > confuse someone, I have to point out that that example won't work, > because pint isn't a function. It would work with most everything else > though. > > -- > troels > > -- > PHP Internals - PHP Runtime Development Mailing List > To unsubscribe, visit: http://www.php.net/unsub.php > > You're right, "pint" isn't a function, and neither is "print". ;) -- Jordan Ryan Moore