summaryrefslogtreecommitdiff
path: root/tests/basic/consistent_float_string_casts.phpt
Commit message (Collapse)AuthorAgeFilesLines
* Make float to string casts locale-independentMáté Kocsis2020-05-081-0/+30
From now on, float to string casting will always behave locale-independently. RFC: https://wiki.php.net/rfc/locale_independent_float_to_string Closes GH-5224 Co-authored-by: George Peter Banyard <girgias@php.net>