Hans Lellelid wrote: > I thought this was going to be fixed for beta4/RC1, but still seems > not to be.
Works for me: <?php interface Foo { public function doFoo(); } interface Bar { public function doBar(); } interface Barbara extends Foo, Bar {} class BarbaraImpl implements Barbara { public function doFoo() {} public function doBar() {} } ?> Greetings, Sebastian -- Sebastian Bergmann http://sebastian-bergmann.de/ http://phpOpenTracker.de/ Das Buch zu PHP 5: http://professionelle-softwareentwicklung-mit-php5.de/ -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php