Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:40544 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 70024 invoked from network); 18 Sep 2008 14:47:40 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 18 Sep 2008 14:47:40 -0000 Authentication-Results: pb1.pair.com header.from=mapopa@gmail.com; sender-id=pass; domainkeys=bad Authentication-Results: pb1.pair.com smtp.mail=mapopa@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 64.233.182.185 as permitted sender) DomainKey-Status: bad X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: mapopa@gmail.com X-Host-Fingerprint: 64.233.182.185 nf-out-0910.google.com Received: from [64.233.182.185] ([64.233.182.185:18003] helo=nf-out-0910.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 80/05-44246-90A62D84 for ; Thu, 18 Sep 2008 10:47:39 -0400 Received: by nf-out-0910.google.com with SMTP id b11so2058900nfh.13 for ; Thu, 18 Sep 2008 07:47:34 -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:mime-version:content-type; bh=ZhgCsSHN8DQzRi75Wn1rd73VfbZgBZjv2p5tIwi5sdo=; b=ejiJZWjJkLGaSTcCjaJOIe3bQyOJD0S8FkZROkjUl2mMxGSHP5CHhQuQUPHkLCtRoB x2Oa+9L/lZSsd8K1woEq9pZI1wATSFzAJDkRHKFbUsvYjqptSyjKHovlpxx5DsTL1mj/ Fkmp4nEfmcQC237RMW70TVFABh3/X57W0HvOY= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type; b=BD4uX3Hs6NuBU6zwExaQsJpcFjjJs5LhLol8xp0B5W343/R6DnGiiI21RGzgAlhXyM 3PgiA5wuh0pMAPsPwSZM+rrqZmnNxrdHnCmv+xyKOJAJNpNGTogzII357+gTE9n2hl8N LPm/s+hOeyxGu/Ew5tbmMdIyeGj9ETq682I/A= Received: by 10.210.90.10 with SMTP id n10mr4420331ebb.49.1221749254416; Thu, 18 Sep 2008 07:47:34 -0700 (PDT) Received: by 10.210.137.19 with HTTP; Thu, 18 Sep 2008 07:47:34 -0700 (PDT) Message-ID: Date: Thu, 18 Sep 2008 17:47:34 +0300 To: internals@lists.php.net MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_23949_11232806.1221749254401" Subject: php7- dropping the $ from the variable name - rfc From: mapopa@gmail.com ("marius popa") ------=_Part_23949_11232806.1221749254401 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline 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 the $ names in it From what i understand $ in front of variables is an Perl legacy -- developer flamerobin.org ------=_Part_23949_11232806.1221749254401--