--TEST-- Enum with __debugInfo() magic method - visibility validation --FILE-- --EXPECTF-- Warning: The magic method Foo::__debugInfo() must have public visibility in %s on line %d enum(Foo::Bar) (0) { }