History log of /php-src/ext/standard/tests/math/number_format_decimals.phpt (Results 1 – 3 of 3)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 4855226f 21-Jul-2023 Niels Dossche <7771979+nielsdos@users.noreply.github.com>

Merge branch 'PHP-8.2'

* PHP-8.2:
Prevent int overflow on $decimals in number_format


# 591f3f61 01-Jul-2023 Marc Bennewitz

Prevent decimal int precision loss in number_format()

Closes GH-11584

# e85fb090 19-Jun-2023 Marc Bennewitz

number_format() Support rounding negative places

Closes GH-11487