mirror of
https://github.com/php/php-src.git
synced 2026-03-24 00:02:20 +01:00
If the first string conversion fails, then i==0, but memory was still allocated for `params`. However, we skip freeing `params` when i==0. Closes GH-20213.