Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:49454 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 46827 invoked from network); 19 Aug 2010 13:16:44 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 19 Aug 2010 13:16:44 -0000 X-Host-Fingerprint: 64.8.134.189 unknown Received: from [64.8.134.189] ([64.8.134.189:2507] helo=localhost.localdomain) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 7D/E2-28424-BBE2D6C4 for ; Thu, 19 Aug 2010 09:16:43 -0400 To: internals@lists.php.net,Nathan Rixham Message-ID: <4C6D2EB8.30700@gmail.com> Date: Thu, 19 Aug 2010 08:16:40 -0500 User-Agent: Thunderbird 2.0.0.24 (Windows/20100228) MIME-Version: 1.0 CC: =?UTF-8?B?Sm9oYW5uZXMgU2NobMO8dGVy?= , Stas Malyshev , Dave Ingram References: <4C6CE273.2070501@sugarcrm.com> <4C6CE604.1010209@dmi.me.uk> <4C6CE793.1020601@sugarcrm.com> <1282206735.2561.11.camel@guybrush> <4C6CF898.5060706@gmail.com> In-Reply-To: <4C6CF898.5060706@gmail.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Posted-By: 64.8.134.189 Subject: Re: [PHP-DEV] inheritance check too strict? From: rpanning@gmail.com (Ryan Panning) Nathan Rixham wrote: > what if Bar implements Foo, or Bar extends Foo - surely that should be > compatible given the inheritance chain. I ran into this exact issue and thought it was strange. Is there a reason this shouldn't be allowed?