PluginProbe
PayPlug for WooCommerce (Official) / 1.2.5
PayPlug for WooCommerce (Official) v1.2.5
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 / data / PhoneNumberMetadata_DM.php

PhoneNumberMetadata_DM.php in PayPlug for WooCommerce (Official) 1.2.5, at lib/libphonenumber/data/PhoneNumberMetadata_DM.php

162 lines 3.1 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 return array (
15 'generalDesc' =>
16 array (
17 'NationalNumberPattern' => '(?:[58]\\d\\d|767|900)\\d{7}',
18 'PossibleLength' =>
19 array (
20 0 => 10,
21 ),
22 'PossibleLengthLocalOnly' =>
23 array (
24 0 => 7,
25 ),
26 ),
27 'fixedLine' =>
28 array (
29 'NationalNumberPattern' => '767(?:2(?:55|66)|4(?:2[01]|4[0-25-9])|50[0-4]|70[1-3])\\d{4}',
30 'ExampleNumber' => '7674201234',
31 'PossibleLength' =>
32 array (
33 ),
34 'PossibleLengthLocalOnly' =>
35 array (
36 0 => 7,
37 ),
38 ),
39 'mobile' =>
40 array (
41 'NationalNumberPattern' => '767(?:2(?:[2-4689]5|7[5-7])|31[5-7]|61[1-7])\\d{4}',
42 'ExampleNumber' => '7672251234',
43 'PossibleLength' =>
44 array (
45 ),
46 'PossibleLengthLocalOnly' =>
47 array (
48 0 => 7,
49 ),
50 ),
51 'tollFree' =>
52 array (
53 'NationalNumberPattern' => '8(?:00|33|44|55|66|77|88)[2-9]\\d{6}',
54 'ExampleNumber' => '8002123456',
55 'PossibleLength' =>
56 array (
57 ),
58 'PossibleLengthLocalOnly' =>
59 array (
60 ),
61 ),
62 'premiumRate' =>
63 array (
64 'NationalNumberPattern' => '900[2-9]\\d{6}',
65 'ExampleNumber' => '9002123456',
66 'PossibleLength' =>
67 array (
68 ),
69 'PossibleLengthLocalOnly' =>
70 array (
71 ),
72 ),
73 'sharedCost' =>
74 array (
75 'PossibleLength' =>
76 array (
77 0 => -1,
78 ),
79 'PossibleLengthLocalOnly' =>
80 array (
81 ),
82 ),
83 'personalNumber' =>
84 array (
85 'NationalNumberPattern' => '5(?:00|2[12]|33|44|66|77|88)[2-9]\\d{6}',
86 'ExampleNumber' => '5002345678',
87 'PossibleLength' =>
88 array (
89 ),
90 'PossibleLengthLocalOnly' =>
91 array (
92 ),
93 ),
94 'voip' =>
95 array (
96 'PossibleLength' =>
97 array (
98 0 => -1,
99 ),
100 'PossibleLengthLocalOnly' =>
101 array (
102 ),
103 ),
104 'pager' =>
105 array (
106 'PossibleLength' =>
107 array (
108 0 => -1,
109 ),
110 'PossibleLengthLocalOnly' =>
111 array (
112 ),
113 ),
114 'uan' =>
115 array (
116 'PossibleLength' =>
117 array (
118 0 => -1,
119 ),
120 'PossibleLengthLocalOnly' =>
121 array (
122 ),
123 ),
124 'voicemail' =>
125 array (
126 'PossibleLength' =>
127 array (
128 0 => -1,
129 ),
130 'PossibleLengthLocalOnly' =>
131 array (
132 ),
133 ),
134 'noInternationalDialling' =>
135 array (
136 'PossibleLength' =>
137 array (
138 0 => -1,
139 ),
140 'PossibleLengthLocalOnly' =>
141 array (
142 ),
143 ),
144 'id' => 'DM',
145 'countryCode' => 1,
146 'internationalPrefix' => '011',
147 'nationalPrefix' => '1',
148 'nationalPrefixForParsing' => '1|([2-7]\\d{6})$',
149 'nationalPrefixTransformRule' => '767$1',
150 'sameMobileAndFixedLinePattern' => false,
151 'numberFormat' =>
152 array (
153 ),
154 'intlNumberFormat' =>
155 array (
156 ),
157 'mainCountryForCode' => false,
158 'leadingDigits' => '767',
159 'leadingZeroPossible' => false,
160 'mobileNumberPortableRegion' => false,
161 );
162