Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:37782 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 63020 invoked from network); 21 May 2008 18:31:25 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 21 May 2008 18:31:25 -0000 Authentication-Results: pb1.pair.com smtp.mail=stas@zend.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=stas@zend.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain zend.com designates 212.25.124.162 as permitted sender) X-PHP-List-Original-Sender: stas@zend.com X-Host-Fingerprint: 212.25.124.162 mail.zend.com Windows 2000 SP4, XP SP1 Received: from [212.25.124.162] ([212.25.124.162:44621] helo=mx1.zend.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 00/09-33305-A7A64384 for ; Wed, 21 May 2008 14:31:25 -0400 Received: from us-ex1.zend.com ([192.168.16.5]) by mx1.zend.com with Microsoft SMTPSVC(6.0.3790.3959); Wed, 21 May 2008 21:32:31 +0300 Received: from [192.168.17.4] ([192.168.17.4]) by us-ex1.zend.com with Microsoft SMTPSVC(6.0.3790.3959); Wed, 21 May 2008 11:32:27 -0700 Message-ID: <48346A68.7020505@zend.com> Date: Wed, 21 May 2008 11:31:04 -0700 Organization: Zend Technologies User-Agent: Thunderbird 2.0.0.14 (Windows/20080421) MIME-Version: 1.0 To: RQuadling@GoogleMail.com CC: Marcus Boerger , PHP Developers Mailing List References: <48169695.9040803@omegavortex.net> <1284376279.20080518132000@marcus-boerger.de> <203770284.20080518184111@marcus-boerger.de> <1082257838.20080518193053@marcus-boerger.de> <1351350.20080518223746@marcus-boerger.de> <4830C61A.6020003@zend.com> <10845a340805190155ha1f888bmf512862050bea02c@mail.gmail.com> <4831AA0B.2040306@zend.com> <10845a340805200213i33c27636u781190a08a8e0c92@mail.gmail.com> In-Reply-To: <10845a340805200213i33c27636u781190a08a8e0c92@mail.gmail.com> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 21 May 2008 18:32:27.0857 (UTC) FILETIME=[05883410:01C8BB71] Subject: Re: [PHP-DEV] Class Properties in Interfaces? From: stas@zend.com (Stanislav Malyshev) Hi! > Maybe the solution is simply to throw an E_STRICT when unset()-ting an > interface property? My understanding is E_STRICT is to push the I'd have no problem with that provided it doesn't cost performance (i.e. no additional hash lookups, etc.) and doesn't break any of __unset, etc. semantics. -- Stanislav Malyshev, Zend Software Architect stas@zend.com http://www.zend.com/ (408)253-8829 MSN: stas@zend.com