|
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-2026 The PHP GroupAll rights reserved. |
Last updated: Sun Feb 08 13:00:01 2026 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