PluginProbe
PayPlug for WooCommerce (Official) / 1.2.2
PayPlug for WooCommerce (Official) v1.2.2
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 / ShortNumberMetadata_HR.php

ShortNumberMetadata_HR.php in PayPlug for WooCommerce (Official) 1.2.2, at lib/libphonenumber/data/ShortNumberMetadata_HR.php

129 lines 2.5 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' => '[19]\\d{1,5}',
18 'PossibleLength' =>
19 array (
20 0 => 2,
21 1 => 3,
22 2 => 4,
23 3 => 5,
24 4 => 6,
25 ),
26 'PossibleLengthLocalOnly' =>
27 array (
28 ),
29 ),
30 'tollFree' =>
31 array (
32 'NationalNumberPattern' => '1(?:12|9[2-4])|9[34]|1(?:16\\d|39)\\d\\d',
33 'ExampleNumber' => '93',
34 'PossibleLength' =>
35 array (
36 0 => 2,
37 1 => 3,
38 2 => 5,
39 3 => 6,
40 ),
41 'PossibleLengthLocalOnly' =>
42 array (
43 ),
44 ),
45 'premiumRate' =>
46 array (
47 'NationalNumberPattern' => '118\\d\\d',
48 'ExampleNumber' => '11800',
49 'PossibleLength' =>
50 array (
51 0 => 5,
52 ),
53 'PossibleLengthLocalOnly' =>
54 array (
55 ),
56 ),
57 'emergency' =>
58 array (
59 'NationalNumberPattern' => '1(?:12|9[2-4])|9[34]',
60 'ExampleNumber' => '93',
61 'PossibleLength' =>
62 array (
63 0 => 2,
64 1 => 3,
65 ),
66 'PossibleLengthLocalOnly' =>
67 array (
68 ),
69 ),
70 'shortCode' =>
71 array (
72 'NationalNumberPattern' => '1(?:1(?:2|6(?:00[06]|1(?:1[17]|23))|8\\d\\d)|3977|9(?:[2-5]|87))|9[34]',
73 'ExampleNumber' => '93',
74 'PossibleLength' =>
75 array (
76 ),
77 'PossibleLengthLocalOnly' =>
78 array (
79 ),
80 ),
81 'standardRate' =>
82 array (
83 'PossibleLength' =>
84 array (
85 0 => -1,
86 ),
87 'PossibleLengthLocalOnly' =>
88 array (
89 ),
90 ),
91 'carrierSpecific' =>
92 array (
93 'NationalNumberPattern' => '139\\d\\d',
94 'ExampleNumber' => '13900',
95 'PossibleLength' =>
96 array (
97 0 => 5,
98 ),
99 'PossibleLengthLocalOnly' =>
100 array (
101 ),
102 ),
103 'smsServices' =>
104 array (
105 'NationalNumberPattern' => '139\\d\\d',
106 'ExampleNumber' => '13900',
107 'PossibleLength' =>
108 array (
109 0 => 5,
110 ),
111 'PossibleLengthLocalOnly' =>
112 array (
113 ),
114 ),
115 'id' => 'HR',
116 'countryCode' => 0,
117 'internationalPrefix' => '',
118 'sameMobileAndFixedLinePattern' => false,
119 'numberFormat' =>
120 array (
121 ),
122 'intlNumberFormat' =>
123 array (
124 ),
125 'mainCountryForCode' => false,
126 'leadingZeroPossible' => false,
127 'mobileNumberPortableRegion' => false,
128 );
129