mirror of
https://github.com/php/php-src.git
synced 2026-03-28 02:02:32 +01:00
Using zend_fcall_info_argn() allocates the ZVALs on the heap and they need to be freed afterwards. Handle adding them to the FCI manually so to keep them stack allocated.