--TEST-- Symfony pattern: cache ReflectionMethod::invoke first-class callable --FILE-- invoke(...); $method = new ReflectionMethod(DateTimeZone::class, 'getName'); var_dump($invoke($method)); } ?> --EXPECT-- string(7) "getName"