AH
Size: a a a
AO
SV
RE
RE
AO
AH
AO
$r = new ReflectionClass(Foo::class);
$methods = $r->getMethods();
foreach($methods as $method)
$res[$method->getName()] = $method->invoke(new Foo(12345));
К
D
К
$r = new ReflectionClass(Foo::class);
$methods = $r->getMethods();
foreach($methods as $method)
$res[$method->getName()] = $method->invoke(new Foo(12345));
D
RE
D
AO
К
К
D
D