mirror of
https://github.com/php/php-src.git
synced 2026-03-24 08:12:21 +01:00
Conversion of floating point to integer values is undefined if the integral part of the float value cannot be represented by the integer type. We need to cater to that explicitly (in a manner similar to `zend_dval_to_lval_cap()`). Closes GH-17689.