--TEST-- Bug #41884 (ReflectionClass::getDefaultProperties() does not handle static attributes) --FILE-- getDefaultProperties()); echo "Done\n"; ?> --EXPECT-- array(2) { ["fooStatic"]=> string(3) "foo" ["foo"]=> string(3) "foo" } Done