mirror of
https://github.com/php/php-src.git
synced 2026-04-03 14:12:38 +02:00
To solve this, we properly calculate the required string length upfront instead of allocating an oversized string (`len * 4 + 4`).
To solve this, we properly calculate the required string length upfront instead of allocating an oversized string (`len * 4 + 4`).