-
Notifications
You must be signed in to change notification settings - Fork 3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Closures do not report their class
in stack traces
#4560
Comments
After further inspection, I found the bits of code that require action, but I don't really know where to look to make all this happen:
|
The ActRec may contain a |
Actually a good hint, as |
Another detail that slipped through is that also key |
Any news on this? Pretty much blocked by it for building Doctrine3 prototypes :-( |
debug_backtrace()
does not report theclass
that a particularClosure
instance is bound to:Example: http://3v4l.org/L1J8V (also verified on current
master
)This makes it quite hard to emulate scope access limitations in userland.
The text was updated successfully, but these errors were encountered: