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