Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:50757 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 30371 invoked from network); 1 Dec 2010 08:50:21 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 1 Dec 2010 08:50:21 -0000 Authentication-Results: pb1.pair.com header.from=johannes@schlueters.de; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=johannes@schlueters.de; spf=permerror; sender-id=unknown Received-SPF: error (pb1.pair.com: domain schlueters.de from 217.114.211.66 cause and error) X-PHP-List-Original-Sender: johannes@schlueters.de X-Host-Fingerprint: 217.114.211.66 unknown Solaris 10 (beta) Received: from [217.114.211.66] ([217.114.211.66:56450] helo=config.schlueters.de) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 77/10-28981-24C06FC4 for ; Wed, 01 Dec 2010 03:50:11 -0500 Received: from [192.168.1.31] (ppp-93-104-47-176.dynamic.mnet-online.de [93.104.47.176]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by config.schlueters.de (Postfix) with ESMTPSA id 4C9F94B5E0; Wed, 1 Dec 2010 09:50:07 +0100 (CET) To: president@basnetworks.net Cc: Stas Malyshev , internals@lists.php.net In-Reply-To: <1faa4c3db62771335db714507ac2adfa.squirrel@webmail.basnetworks.net> References: <003601cb8fd0$f6494e80$e2dbeb80$@com> <4CF3B855.5010406@sugarcrm.com> <003401cb8fee$1be39840$53aac8c0$@com> <2450924ae03481f5b1382a7f00e5743d.squirrel@webmail.basnetworks.net> <4CF50245.5020807@sugarcrm.com> <4CF5118B.2030300@sugarcrm.com> <1faa4c3db62771335db714507ac2adfa.squirrel@webmail.basnetworks.net> Content-Type: text/plain; charset="UTF-8" Date: Wed, 01 Dec 2010 09:50:06 +0100 Message-ID: <1291193406.27624.16.camel@guybrush> Mime-Version: 1.0 X-Mailer: Evolution 2.30.2 Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] RFC: C-sharp style property get/set syntax for PHP From: johannes@schlueters.de (Johannes =?ISO-8859-1?Q?Schl=FCter?=) On Tue, 2010-11-30 at 19:31 -0500, president@basnetworks.net wrote: > > isset() in the way you suggest would just be confusing. It would > allow is > to say that a property does not exist, when in fact it does exist. > This > is not logical. Even when a property does exist physically (by these "methods") it might not exist logically. Missing that functionality is inconsistent with the languages. such an inconsistency would be enough reason for a -1000 vote :-) johannes