--TEST-- ZE2 interface with an unimplemented method --SKIPIF-- --FILE-- foo; } } // this should die -- Exception class must be abstract... $foo = new Exception; echo $foo->getMessage() . "\n"; ?> --EXPECTF-- Fatal error: Class exception contains abstract methods and must be declared abstract in %s on line %d