Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:19432 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 62388 invoked by uid 1010); 6 Oct 2005 09:20:00 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 62373 invoked from network); 6 Oct 2005 09:20:00 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 6 Oct 2005 09:20:00 -0000 X-Host-Fingerprint: 195.197.172.115 gw01.mail.saunalahti.fi Linux 2.4/2.6 Received: from ([195.197.172.115:46494] helo=gw01.mail.saunalahti.fi) by pb1.pair.com (ecelerity 2.0 beta r(6323M)) with SMTP id BA/FA-54476-F3CE4434 for ; Thu, 06 Oct 2005 05:19:59 -0400 Received: from nest.netphobia.fi (YZDCXXXI.dsl.saunalahti.fi [85.76.35.232]) by gw01.mail.saunalahti.fi (Postfix) with ESMTP id 04AF2F1754; Thu, 6 Oct 2005 12:19:53 +0300 (EEST) Received: from nest.netphobia.fi (nest.netphobia.fi [127.0.0.1]) by nest.netphobia.fi (8.13.1/8.13.1) with ESMTP id j969Js88026360; Thu, 6 Oct 2005 12:19:54 +0300 Received: from localhost (jani@localhost) by nest.netphobia.fi (8.13.1/8.13.1/Submit) with ESMTP id j969JofP026357; Thu, 6 Oct 2005 12:19:54 +0300 X-Authentication-Warning: nest.netphobia.fi: jani owned process doing -bs Date: Thu, 6 Oct 2005 12:19:50 +0300 (EEST) Reply-To: Jani Taskinen To: Stanislav Malyshev cc: internals@lists.php.net In-Reply-To: Message-ID: References: <200510030943.47429.bu@orbitel.bg> <43428237.7050309@php.net> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Subject: Re: [PHP-DEV] wishlist item for 6.0.0 From: sniper@iki.fi (Jani Taskinen) On Thu, 6 Oct 2005, Stanislav Malyshev wrote: > > HH>>So i'm all for keeping the $this-> prefix even though it adds some > HH>>extra typing ... > > Just a thought - we could have compromise solution, i.e. some syntax sugar > to mean $this->foo - for example $.foo or something like that. This way we > have clear visual difference between locals and properties and at the same > time save a lot of $this-> typing. Of course, the downside is that you > coudl type $. accidentally :) And make the scripts even harder to read? No thanks. $this->is_fine. --Jani