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_AX.php

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

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