Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:40549 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 30890 invoked from network); 18 Sep 2008 18:25:56 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 18 Sep 2008 18:25:56 -0000 Authentication-Results: pb1.pair.com header.from=jordanryanmoore@gmail.com; sender-id=pass; domainkeys=bad Authentication-Results: pb1.pair.com smtp.mail=jordanryanmoore@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 64.233.170.191 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: 64.233.170.191 rn-out-0910.google.com Received: from [64.233.170.191] ([64.233.170.191:34217] helo=rn-out-0910.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 65/B0-27158-33D92D84 for ; Thu, 18 Sep 2008 14:25:55 -0400 Received: by rn-out-0910.google.com with SMTP id k40so19623rnd.0 for ; Thu, 18 Sep 2008 11:25:52 -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=YMUWKgiTPRR4lizB8N2Z4D/sCKThbmasfq+WHivs3Ug=; b=mIPs0XZ3BGn/1h8IdWAsfBwLmBkOEMzw6QskLxpkmFiHXzexSF5CQ/vl027T4Oz28D XSGCOuoTSySEN6I9iaBDdFc6B+nlsaAgSs1C4llqNtt5HvpfXDD4nKetO4IQZhjQYlkA T6VGWfjZcdixxn6OSlYJplyDBRXr2LAgzs/aU= 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=t2RFWdR+ZDRon13uMqwQbbnpb83xHevnATMQQL8wGBOncbAxPaYD6ulWwEBCxSWsW+ sjo0/Hmz4HwgusGKgm+pD0UqgFhsOzYVHIbMduEIbMUE9PPVB2W+uxd3WOdMMI7sxHsL 1BvWSQ9tkYnQ5mIn5CkDSOchM6aYHqs6TAqwU= Received: by 10.100.41.1 with SMTP id o1mr5844515ano.10.1221762352861; Thu, 18 Sep 2008 11:25:52 -0700 (PDT) Received: by 10.100.7.14 with HTTP; Thu, 18 Sep 2008 11:25:52 -0700 (PDT) Message-ID: <61504d990809181125v7ec3c569s796017c69220008d@mail.gmail.com> Date: Thu, 18 Sep 2008 11:25:52 -0700 To: "Brian Moon" Cc: mike , "marius popa" , internals@lists.php.net In-Reply-To: <48D29893.8050602@dealnews.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <48D29893.8050602@dealnews.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 11:06 AM, Brian Moon wrote: > mike wrote: >> >> Personally I love the $. It makes it so much easier to identify >> variables. It's a single character. Can't see the need honestly to >> even bring this up. > > +1,000,000. Horrible idea. *facepalm* > > -- > > Brian Moon > Senior Web Engineer > ------------------------------ > When you care enough to spend the very least. > http://dealnews.com/ > > > -- > PHP Internals - PHP Runtime Development Mailing List > To unsubscribe, visit: http://www.php.net/unsub.php > > I'm unsure how the parser works, so ignoring those potential issues, this change would... 1. Break every single PHP script that is currently in existence. 2. Break syntax highlighting (and probably other tools/functions) for every IDE that is currently in existence. I'm not sure that much more needs to be said. -- Jordan Ryan Moore