--TEST-- Reflection::getModifierNames --FILE-- --EXPECT-- array(2) { [0]=> string(5) "final" [1]=> string(9) "protected" } --UEXPECT-- array(2) { [0]=> unicode(5) "final" [1]=> unicode(9) "protected" }