PluginProbe
PayPlug for WooCommerce (Official) / 2.5.2
PayPlug for WooCommerce (Official) v2.5.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_AU.php

ShortNumberMetadata_AU.php in PayPlug for WooCommerce (Official) 2.5.2, at lib/libphonenumber/data/ShortNumberMetadata_AU.php

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