mirror of
https://github.com/php/php-src.git
synced 2026-03-24 16:22:37 +01:00
The original calculation method for prod_arr_size allowed for some error, which could have increased the number of simple loops without byte tricks at the end of the calculation when converting to bc_num. The new method calculates the size accurately, so the number of loops does not increase unnecessarily.