mirror of
https://github.com/php/php-src.git
synced 2026-04-10 17:43:13 +02: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.