--TEST-- Bug #47254 --CREDITS-- Sebastian Schürmann sebs@php.net Testfest 2009 Munich --FILE-- getMethods(); print_r($m); ?> --CLEAN-- --EXPECT-- Array ( [0] => ReflectionMethod Object ( [name] => b [class] => B ) [1] => ReflectionMethod Object ( [name] => a [class] => A ) )