We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 39d4c63 commit d32c71bCopy full SHA for d32c71b
ext/intl/tests/gh17317.phpt
@@ -0,0 +1,25 @@
1
+--TEST--
2
+GH-17319
3
+--EXTENSIONS--
4
+intl
5
+--CREDITS--
6
+KidFlo
7
+--FILE--
8
+<?php
9
+foreach ((new ResourceBundle('', NULL))->get('calendar')->get('buddhist') as $key => $value) {
10
+ echo($key), PHP_EOL;
11
+}
12
+?>
13
+--EXPECT--
14
+AmPmMarkersAbbr
15
16
+DateTimePatterns
17
+
18
19
+appendItems
20
+availableFormats
21
+dayNames
22
+eras
23
+intervalFormats
24
+monthNames
25
+quarters
0 commit comments