|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2020-03-29 15:15 UTC] cmb@php.net
-Status: Open
+Status: Not a bug
-Assigned To:
+Assigned To: cmb
[2020-03-29 15:15 UTC] cmb@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Mon Oct 27 10:00:01 2025 UTC |
Description: ------------ All version of intl which using ICU > 57.1 are with wrong locale. NumberFormatter returns 0.00 instead of '#,##0.00 ¤' which is correct one. Test script: --------------- $formatter = new \NumberFormatter('bg', \NumberFormatter::CURRENCY); echo $formatter->getPattern();