interface IFoo extends IBar{} interface IBar extends IFoo{} class Main1 { static function main() { } }