You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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...?)
The text was updated successfully, but these errors were encountered:
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...?)The text was updated successfully, but these errors were encountered: