--TEST-- GH-8444 (Fix ReflectionProperty::__toString() of properties containing instantiated enums) --FILE-- --EXPECT-- Property [ public Foo $enum = Foo::Bar ] Property [ public $enumInArray = [Foo::Bar] ] Property [ public Foo $enum = Foo::Bar ] Property [ public $enumInArray = [Foo::Bar] ]