|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2007-02-26 17:48 UTC] tony2001@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Tue Dec 02 10:00:01 2025 UTC |
Description: ------------ Number to string convertion buggy on some locales Reproduce code: --------------- <?php setlocale(LC_ALL,array("rus", "ru_RU.utf8")); echo 5.2; ?> Expected result: ---------------- 5.2 Actual result: -------------- 5,2