--TEST-- Enum must not implement Serializable --FILE-- --EXPECTF-- Deprecated: The Serializable interface is deprecated. Implement __serialize() and __unserialize() instead (or in addition, if support for old PHP versions is necessary) in %s on line %d Fatal error: Enums may not implement the Serializable interface in %s on line %d