Skip to content
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

zend_get_callable_name: Return underlying callable’s name for fake closures #18063

Merged
merged 2 commits into from
Mar 17, 2025

Conversation

TimWolla
Copy link
Member

Fixes #18062

@TimWolla TimWolla requested a review from dstogov as a code owner March 14, 2025 09:49
@TimWolla TimWolla force-pushed the zend-get-callable-name-fcc branch from c05a85d to c33f6e0 Compare March 14, 2025 10:17
Copy link
Member

@dstogov dstogov left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't see a problem in the change, but I think this should be committed into master only.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

is_callable(func(...), callable_name: $name) for first class callables returns wrong name
2 participants