Currently, because we don't load "live" (loaded-into-memory) code, we can't create a ReflectionFunction using a closure (because we actually don't have source code for it, thus can't create the AST from it). #36 may help to implement this, but because we don't have source code for closures, I'm not even sure if this is possible (without using core Reflection API and hacking it in...?)