mirror of
https://github.com/php/php-src.git
synced 2026-04-27 10:16:41 +02:00
22252954ef
Due to user closures, the `fbc` address isn't unique if the memory address is reused. We need to distinguish using a unique key, and we choose arg_info such that it can be reused across different functions. Closes GH-19654.