Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:40556 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 50039 invoked from network); 18 Sep 2008 19:25:11 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 18 Sep 2008 19:25:11 -0000 Authentication-Results: pb1.pair.com header.from=troelskn@gmail.com; sender-id=pass; domainkeys=bad Authentication-Results: pb1.pair.com smtp.mail=troelskn@gmail.com; spf=pass; sender-id=pass 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: troelskn@gmail.com X-Host-Fingerprint: 209.85.217.14 mail-gx0-f14.google.com Received: from [209.85.217.14] ([209.85.217.14:43843] helo=mail-gx0-f14.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 3B/A4-27158-61BA2D84 for ; Thu, 18 Sep 2008 15:25:11 -0400 Received: by gxk7 with SMTP id 7so29930019gxk.23 for ; Thu, 18 Sep 2008 12:25:08 -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=NZMdf4BI1X6tOlp+M5Quw9E/yQoDVC/1bq4BDd/AUFE=; b=CViMes4gAa80Vpvk19LbLG6hMC0m9KuyIBknNYyFWEoI41rPMyKmZ4+OSuq59pLJVu tcxv46g8eC5cDk3CgJ1uvjaC9L3p+prhw1WEJh0J1MHi0s/7p3dV6iz8UyQWFMTkdoQZ OmpWhwyBRURcrihEVHh3tRmEgFPlIar1OckfU= 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=VT/u/ZHXyzBEj7z5HLM+4ad5SuQFyIbNQ5Oj0owD0RQS8NipS1w7ieT6jEg6ZSo8f6 vI4goccHdT8oJufizSXVxs6GP6SuX53PVOj+q1a5SiRANrXH1hzWYZBRY+4y4AFN6irL J+nfKbh7OUiRBKFAN7orysolCK9olb0fFosf4= Received: by 10.143.41.5 with SMTP id t5mr1571381wfj.216.1221765907429; Thu, 18 Sep 2008 12:25:07 -0700 (PDT) Received: by 10.142.110.9 with HTTP; Thu, 18 Sep 2008 12:25:07 -0700 (PDT) Message-ID: <98b8086f0809181225p3d3d5109oef3bc1d8995d7ca8@mail.gmail.com> Date: Thu, 18 Sep 2008 21:25:07 +0200 To: "Arvids Godjuks" Cc: internals@lists.php.net In-Reply-To: <9b3df6a50809181209q18b63644ya14c7f609a95f8b9@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <962975.69490.qm@web36405.mail.mud.yahoo.com> <9b3df6a50809181209q18b63644ya14c7f609a95f8b9@mail.gmail.com> Subject: Re: [PHP-DEV] php7- dropping the $ from the variable name - rfc From: troelskn@gmail.com ("troels knak-nielsen") 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