History log of /PHP-8.2/tests/basic/consistent_float_string_casts.phpt (Results 1 – 2 of 2)
Revision Date Author Comments
# 60189aa9 25-Jul-2022 Michael Voříšek

Skip locale tests /w musl libc (#9141)


# 4a816584 29-Feb-2020 Máté Kocsis

Make float to string casts locale-independent

From now on, float to string casting will always behave locale-independently.
RFC: https://wiki.php.net/rfc/locale_independent_float_to_stri

Make float to string casts locale-independent

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>

show more ...