Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:60227 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 64608 invoked from network); 20 Apr 2012 07:29:23 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 20 Apr 2012 07:29:23 -0000 Authentication-Results: pb1.pair.com header.from=christoph.hochstrasser@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=christoph.hochstrasser@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.212.176 as permitted sender) X-PHP-List-Original-Sender: christoph.hochstrasser@gmail.com X-Host-Fingerprint: 209.85.212.176 mail-wi0-f176.google.com Received: from [209.85.212.176] ([209.85.212.176:53592] helo=mail-wi0-f176.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 61/10-63732-150119F4 for ; Fri, 20 Apr 2012 03:29:22 -0400 Received: by wibhm17 with SMTP id hm17so335738wib.11 for ; Fri, 20 Apr 2012 00:29:18 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=date:from:to:cc:message-id:in-reply-to:references:subject:x-mailer :mime-version:content-type:content-transfer-encoding :content-disposition; bh=T6t96+gWHE5VpEi+QdWENzh+ZBP/8OUe0QIsI5OMfk4=; b=rXGmPaMVWb+A8easO4SUe73MIp5CRDFXVfIW5Ibq+60FHAUCBgeF5Q1jxyFAJXv3uP H8TBf2SdmC+fVbC8J2l9ylVIAqgN/by4cVloK1H9kaSzsQtcwofC9nBB3OfU2WHNegci NfTi0UF6FfbV3LYS7BMMJsoBFeYNFFnvadfUStSJEdXzw1sfQnrgV82mnSlBgaDJ0VTS TsXL+5RROU05Qau3v+Wg6FsHpFIb+umB3KS/fcUtflVr8wTxhhl0zLFhwic5LuFJ1D4Z tgtiKqELEN6TS2UAKLxBsLDDzaCNcI6EMUzLakAZLeVKG9b016ucMYieRF/VInN76DAY +QCA== Received: by 10.180.85.69 with SMTP id f5mr12411713wiz.18.1334906958231; Fri, 20 Apr 2012 00:29:18 -0700 (PDT) Received: from MacChristoph.local (cm56-129-218.liwest.at. [86.56.129.218]) by mx.google.com with ESMTPS id gg2sm5830018wib.7.2012.04.20.00.29.16 (version=TLSv1/SSLv3 cipher=OTHER); Fri, 20 Apr 2012 00:29:17 -0700 (PDT) Date: Fri, 20 Apr 2012 09:29:16 +0200 To: Clint M Priest Cc: "=?utf-8?Q?internals=40lists.php.net?=" Message-ID: In-Reply-To: <9570D903A3BECE4092E924C2985CE485546B0737@MBX202.domain.local> References: <9570D903A3BECE4092E924C2985CE485546B0737@MBX202.domain.local> X-Mailer: sparrow 1.5 (build 1043.1) MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Content-Disposition: inline Subject: Re: [PHP-DEV] RFC: Property get/set syntax From: christoph.hochstrasser@gmail.com (Christoph Hochstrasser) Hi, > Are the dashes acceptable or undesirable? I think without dashes it is more in line with other keywords, like "instanceof" or "insteadof". Because keywords are not case sensitive, one who likes them to be more readable could write them camelCased, for example "readOnly", or "writeOnly". -- Christoph Hochstrasser http://twitter.com/hochchristoph | http://christophh.net | https://github.com/CHH