Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
zend_closures.c: In
Closure::__invoke()
call the closure directly (#…
…17372) This prevents a bunch of indirection which ultimately calls `zend_closure_get_closure()` anyway via the `get_closure` object handler.
- Loading branch information