Skip to content

Zend: Fix anonymous closure names #19011

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

Girgias
Copy link
Member

@Girgias Girgias commented Jul 2, 2025

Noticed this when looking at the test output of #18932 where the anonymous functions had a name of Closure::_invoke instead of the better names that @TimWolla introduced.

@DanielEScherzer can you pull this patch for the PR to see what the test messages are?

@Girgias Girgias force-pushed the closure-name-fix branch from a1ba52d to c889994 Compare July 2, 2025 18:57
@Girgias Girgias requested a review from arnaud-lb July 2, 2025 19:03
@Girgias Girgias marked this pull request as ready for review July 2, 2025 20:02
@Girgias Girgias requested a review from dstogov as a code owner July 2, 2025 20:02
@TimWolla
Copy link
Member

TimWolla commented Jul 2, 2025

Related: #18063.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
2 participants