|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2020-06-22 11:47 UTC] cmb@php.net
-Status: Open
+Status: Feedback
-Package: intl
+Package: I18N and L10N related
-Assigned To:
+Assigned To: cmb
[2020-06-22 11:47 UTC] cmb@php.net
[2020-06-23 08:40 UTC] k dot witkowski at advoxstudio dot com
-Status: Feedback
+Status: Assigned
[2020-06-23 08:40 UTC] k dot witkowski at advoxstudio dot com
[2020-06-23 09:18 UTC] cmb@php.net
-Status: Assigned
+Status: Feedback
[2020-06-23 09:18 UTC] cmb@php.net
[2020-07-05 04:22 UTC] php-bugs at lists dot php dot net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Mon Oct 27 14:00:01 2025 UTC |
Description: ------------ Wrong value of pattern for arabic locales. Test script: --------------- php > $dateFormat = new \IntlDateFormatter('ar_MO', \IntlDateFormatter::SHORT, \IntlDateFormatter::NONE); php > echo htmlentities($dateFormat->getPattern()); Expected result: ---------------- d/M/y Actual result: -------------- d‏/M‏/y