PluginProbe
PayPlug for WooCommerce (Official) / 1.5.0
PayPlug for WooCommerce (Official) v1.5.0
3.0.0 2.18.0 1.0.17 1.0.18 1.0.19 1.0.20 1.0.21 1.0.22 1.0.3 1.0.4 1.0.5 1.0.6 1.0.7 1.0.8 1.1.0 1.10.0 1.10.1 1.2.1 1.2.10 1.2.11 1.2.2 1.2.3 1.2.4 1.2.5 1.2.6 All 101 releases
payplug / lib / libphonenumber / CountryCodeToRegionCodeMapForTesting.php

CountryCodeToRegionCodeMapForTesting.php in PayPlug for WooCommerce (Official) 1.5.0, at lib/libphonenumber/CountryCodeToRegionCodeMapForTesting.php

149 lines 2.0 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 <?php
2 /**
3 * This file has been @generated by a phing task by {@link BuildMetadataPHPFromXml}.
4 * See [README.md](README.md#generating-data) for more information.
5 *
6 * Pull requests changing data in these files will not be accepted. See the
7 * [FAQ in the README](README.md#problems-with-invalid-numbers] on how to make
8 * metadata changes.
9 *
10 * Do not modify this file directly!
11 */
12
13
14 namespace libphonenumber;
15 class CountryCodeToRegionCodeMapForTesting {
16
17 // A mapping from a country code to the region codes which denote the
18 // country/region represented by that country code. In the case of multiple
19 // countries sharing a calling code, such as the NANPA countries, the one
20 // indicated with "isMainCountryForCode" in the metadata should be first.
21
22 public static $countryCodeToRegionCodeMapForTesting = array (
23 1 =>
24 array (
25 0 => 'US',
26 1 => 'BB',
27 2 => 'BS',
28 3 => 'CA',
29 ),
30 7 =>
31 array (
32 0 => 'RU',
33 ),
34 33 =>
35 array (
36 0 => 'FR',
37 ),
38 36 =>
39 array (
40 0 => 'HU',
41 ),
42 39 =>
43 array (
44 0 => 'IT',
45 ),
46 44 =>
47 array (
48 0 => 'GB',
49 1 => 'GG',
50 ),
51 46 =>
52 array (
53 0 => 'SE',
54 ),
55 48 =>
56 array (
57 0 => 'PL',
58 ),
59 49 =>
60 array (
61 0 => 'DE',
62 ),
63 52 =>
64 array (
65 0 => 'MX',
66 ),
67 54 =>
68 array (
69 0 => 'AR',
70 ),
71 55 =>
72 array (
73 0 => 'BR',
74 ),
75 61 =>
76 array (
77 0 => 'AU',
78 1 => 'CC',
79 2 => 'CX',
80 ),
81 64 =>
82 array (
83 0 => 'NZ',
84 ),
85 65 =>
86 array (
87 0 => 'SG',
88 ),
89 81 =>
90 array (
91 0 => 'JP',
92 ),
93 82 =>
94 array (
95 0 => 'KR',
96 ),
97 86 =>
98 array (
99 0 => 'CN',
100 ),
101 244 =>
102 array (
103 0 => 'AO',
104 ),
105 262 =>
106 array (
107 0 => 'RE',
108 1 => 'YT',
109 ),
110 290 =>
111 array (
112 0 => 'TA',
113 ),
114 374 =>
115 array (
116 0 => 'AM',
117 ),
118 375 =>
119 array (
120 0 => 'BY',
121 ),
122 376 =>
123 array (
124 0 => 'AD',
125 ),
126 800 =>
127 array (
128 0 => '001',
129 ),
130 882 =>
131 array (
132 0 => '001',
133 ),
134 971 =>
135 array (
136 0 => 'AE',
137 ),
138 979 =>
139 array (
140 0 => '001',
141 ),
142 998 =>
143 array (
144 0 => 'UZ',
145 ),
146 );
147
148 }
149