Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:35681 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 77208 invoked by uid 1010); 21 Feb 2008 11:27:14 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 77193 invoked from network); 21 Feb 2008 11:27:14 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 21 Feb 2008 11:27:14 -0000 X-Host-Fingerprint: 195.16.58.126 unknown Received: from [195.16.58.126] ([195.16.58.126:20922] helo=localhost.localdomain) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id F8/00-10952-0106DB74 for ; Thu, 21 Feb 2008 06:27:13 -0500 Message-ID: To: internals@lists.php.net Date: Thu, 21 Feb 2008 14:27:08 +0300 Reply-To: antonov@tessart.ru Organization: TESSART Adversting Group User-Agent: Thunderbird 2.0.0.9 (X11/20071031) MIME-Version: 1.0 References: <001c01c87264$3c01b4e0$b4051ea0$@de> <698DE66518E7CA45812BD18E807866CE014A8D9D@us-ex1.zend.net> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Posted-By: 195.16.58.126 Subject: Re: [PHP-DEV] RFC: Traits for PHP From: idler@instanceof.ru (Max Antonov) +1 Thanks for very detailed proposal. I think "Traits for PHP" is good idea. But I think, that "use" keword make some confusing, I propose "have" or "hold" instead. And "!" not readable (imho) - I'd like "not" or "except" And aliasing syntax (bar=>foo) looks good in my mind.