mirror of
https://github.com/php/php-src.git
synced 2026-04-26 01:18:19 +02:00
f91f80ca19
This returns the usual `{closure:FILE_NAME/FUNCTION:LINE_NO}` for anonymous functions rather than `Closure::__invoke` this is visible for `is_callable()` and any Engine call that uses `zend_fcall_info_init()` to get the name of the callable.
Related to GH-18063.