mirror of
https://github.com/php/php-src.git
synced 2026-04-10 17:43:13 +02:00
The function name should be kept if Closure was created from the function which is marked as ZEND_ACC_CALL_VIA_TRAMPOLINE, because it is not a one-time thing and it may be called multiple times. Closes GH-6867.