Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:12952 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 35224 invoked by uid 1010); 23 Sep 2004 19:54:45 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 35193 invoked from network); 23 Sep 2004 19:54:44 -0000 Received: from unknown (HELO mail.omniti.com) (66.80.117.3) by pb1.pair.com with SMTP; 23 Sep 2004 19:54:44 -0000 Received: from ([216.191.74.170:61853]) by mail.omniti.com (ecelerity HEAD) with SMTP id 52/E5-15439-70A23514 for ; Thu, 23 Sep 2004 15:54:49 -0400 Mime-Version: 1.0 (Apple Message framework v619) Content-Type: text/plain; charset=US-ASCII; format=flowed Message-ID: <4BF9CA85-0D9A-11D9-B25B-000D93359332@omniti.com> Content-Transfer-Encoding: 7bit Cc: George Schlossnagle Date: Thu, 23 Sep 2004 15:53:53 -0400 To: internals@lists.php.net X-Mailer: Apple Mail (2.619) Subject: interface method redeclaration From: george@omniti.com (George Schlossnagle) Hi, Coogle brought this up, shouldn't this be ok? interface Bar { function foo(); } interface Baz { function foo(); } class A implements Bar, Baz { function foo() {} } Throws a redclaration error in 5.0.1. George Schlossnagle -- Prinicipal Consultant -- OmniTI Computer Consulting -- http://www.omniti.com