Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:40561 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 92938 invoked from network); 19 Sep 2008 08:50:34 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 19 Sep 2008 08:50:34 -0000 Authentication-Results: pb1.pair.com smtp.mail=hannes.magnusson@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=hannes.magnusson@gmail.com; sender-id=pass; domainkeys=bad Received-SPF: pass (pb1.pair.com: domain gmail.com designates 74.125.78.25 as permitted sender) DomainKey-Status: bad X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: hannes.magnusson@gmail.com X-Host-Fingerprint: 74.125.78.25 ey-out-2122.google.com Received: from [74.125.78.25] ([74.125.78.25:35694] helo=ey-out-2122.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id E6/D3-08965-7D763D84 for ; Fri, 19 Sep 2008 04:50:33 -0400 Received: by ey-out-2122.google.com with SMTP id 5so86150eyj.59 for ; Fri, 19 Sep 2008 01:50:27 -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=s6dY1GpxxGwoNiQ74HPgzUqYJ9WdTPbs9cqGGTrsmYM=; b=IhQQNb+DRQeOYtmn6Hjyit6DWAGiuPNKjbAs+dHmDY4j45chg0xnCWfF7oV+QdPZBX 4zcZ24c5a5XSVQ0sRPzG502/JSnES09q7Az91AW1rVNWTf8e+rWl6yKHqHAakoUy8RzO cGw9UUG3DHHrNb22xuHRiV9dsuFEXX4DHh/H8= 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=gBRsv7ArcdwWdR1Imqg6MyH57uBAnjRkk2sVqaexZeyRGH8UdwFJmN0yw1eEItmgu+ c48IkI+xXq4qVvrCIqF0MJ8B7MMQjuFn5fxmYAfLv1vQGE+49DQyK2OWRyWbLPEQsk91 GthPby1n86+3DFJCXwjTgU+tsmpQ56rt+CbwU= Received: by 10.102.234.18 with SMTP id g18mr3752469muh.105.1221814227259; Fri, 19 Sep 2008 01:50:27 -0700 (PDT) Received: by 10.103.179.15 with HTTP; Fri, 19 Sep 2008 01:50:27 -0700 (PDT) Message-ID: <7f3ed2c30809190150yef2b8a0ya706baa5ac004294@mail.gmail.com> Date: Fri, 19 Sep 2008 10:50:27 +0200 To: "marius popa" Cc: internals@lists.php.net In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: Subject: Re: [PHP-DEV] php7- dropping the $ from the variable name - rfc From: hannes.magnusson@gmail.com ("Hannes Magnusson") On Thu, Sep 18, 2008 at 16:47, marius popa wrote: > I was looking at the examples used in php.js library > http://phpjs.org/functions/index > and it struck me that is cleaner to read the functions and code without t= he > $ names in it > > From what i understand $ in front of variables is an Perl legacy I totally agree. Its really annoying needing to type $ all the time, not to mention how hard it is on Norwegian keyboards. Lets replace it with =A3 ! There is even a "patch" available: http://php.markmail.org/message/jsex75rowudeu2nr -Hannes