Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:50740 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 50130 invoked from network); 30 Nov 2010 23:20:09 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 30 Nov 2010 23:20:09 -0000 Authentication-Results: pb1.pair.com smtp.mail=keisial@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=keisial@gmail.com; sender-id=pass; domainkeys=bad Received-SPF: pass (pb1.pair.com: domain gmail.com designates 74.125.82.170 as permitted sender) DomainKey-Status: bad X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: keisial@gmail.com X-Host-Fingerprint: 74.125.82.170 mail-wy0-f170.google.com Received: from [74.125.82.170] ([74.125.82.170:35658] helo=mail-wy0-f170.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id A4/41-39751-7A685FC4 for ; Tue, 30 Nov 2010 18:20:08 -0500 Received: by wyf28 with SMTP id 28so6384830wyf.29 for ; Tue, 30 Nov 2010 15:20:03 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from :user-agent:mime-version:to:subject:references:in-reply-to :content-type:content-transfer-encoding; bh=iDPMHihfiobzX4KrixMOCvLQYUfk0rC+KPLjhRBX4U8=; b=ezSIv2RzVoDNvSOvxTCqEmfQHvJo1PIEpQ3A9O/urhP7r9F12GMMGqAcYwdem420Kn lVCrtVIirJ26xv9m7zN6iu7uv9V8QfGdvslEM1O4d6tsNINeUYamKldihPEk6M6pz282 vPKldGirjdNz7TqB/+Ur78DwTSZusD4u5n1rw= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; b=caY2ZxyHl5Bl6H4voUo96PavDLC2QEnY9hfQrq6xnRWa2+z3/xajcjb4ec3xB8z4UY 4jTimYY7uTs2/nGKsCYc8PQpLHfJ0SvMpc3o7yjxhw+OyTTOedSwsddtXGcK7bOOuUAK 6V1tn+09tE7e0rnLntS987JJwEeWCAH0qzWw0= Received: by 10.227.129.2 with SMTP id m2mr8488177wbs.99.1291159203750; Tue, 30 Nov 2010 15:20:03 -0800 (PST) Received: from [192.168.1.26] (104.Red-83-32-8.dynamicIP.rima-tde.net [83.32.8.104]) by mx.google.com with ESMTPS id 11sm4717761wbi.18.2010.11.30.15.20.01 (version=SSLv3 cipher=RC4-MD5); Tue, 30 Nov 2010 15:20:02 -0800 (PST) Message-ID: <4CF586C4.4040107@gmail.com> Date: Wed, 01 Dec 2010 00:20:36 +0100 User-Agent: Thunderbird MIME-Version: 1.0 To: RQuadling@googlemail.com, PHP Developers Mailing List References: <4CF3B903.6000204@gmail.com> <4CF41064.9070106@gmail.com> In-Reply-To: Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] RFC: C-sharp style property get/set syntax for PHP From: keisial@gmail.com ("=?UTF-8?B?w4FuZ2VsIEdvbnrDoWxleg==?=") Richard Quadling wrote: > (I assume the variable has to be part of the current class or one of its parents?) Yes. I don't think it makes sense to have a class property actually read a global. If a project really need it (eg. some migration from procedural style to classes), then use the verbose syntax.