mirror of
https://github.com/php/php-src.git
synced 2026-04-27 18:23:26 +02:00
bf3c4870b6
Also avoid some memsets where we do call bc_new_num. After: ``` 1.2066178321838 1.5389559268951 1.6050860881805 ``` Before: ``` 1.3858470916748 1.6806011199951 1.9091980457306 ```