-
-
Notifications
You must be signed in to change notification settings - Fork 17
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
Fix callable call #98
Conversation
Could you add a test case? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice! A changelog is needed. A test case would be awesome to have as well.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Need info in changelog
@roxblnfk @samdark What does tests you ask about? Already exists many tests of |
@vjik these are about trace improvements. |
Co-authored-by: Sergei Predvoditelev <[email protected]>
Reflections and other internal functions don't provide necessary information such as
line
orfile
if they're used during trace. So changing callable call to a regular$callable(...$args)
solves this. There're proves:Current version
Fixed version