| 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' => '[12578]\\d{2,8}', |
| 18 |
'PossibleLength' => |
| 19 |
array ( |
| 20 |
0 => 3, |
| 21 |
1 => 4, |
| 22 |
2 => 5, |
| 23 |
3 => 6, |
| 24 |
4 => 7, |
| 25 |
5 => 8, |
| 26 |
6 => 9, |
| 27 |
), |
| 28 |
'PossibleLengthLocalOnly' => |
| 29 |
array ( |
| 30 |
), |
| 31 |
), |
| 32 |
'tollFree' => |
| 33 |
array ( |
| 34 |
'NationalNumberPattern' => '1(?:0[0-248]|1[289]|21|[39][89]|4[01]|6(?:1|6\\d?)|8[12])|777|800|1[05]5\\d|1(?:07|51|94)\\d\\d?|(?:1(?:[05]5\\d|70)\\d|261)\\d|1(?:0[369]|10|29|3[126]|9[0-256])\\d', |
| 35 |
'ExampleNumber' => '100', |
| 36 |
'PossibleLength' => |
| 37 |
array ( |
| 38 |
0 => 3, |
| 39 |
1 => 4, |
| 40 |
2 => 5, |
| 41 |
3 => 6, |
| 42 |
), |
| 43 |
'PossibleLengthLocalOnly' => |
| 44 |
array ( |
| 45 |
), |
| 46 |
), |
| 47 |
'premiumRate' => |
| 48 |
array ( |
| 49 |
'NationalNumberPattern' => '11[67]\\d{4}|56161561', |
| 50 |
'ExampleNumber' => '1160000', |
| 51 |
'PossibleLength' => |
| 52 |
array ( |
| 53 |
0 => 7, |
| 54 |
1 => 8, |
| 55 |
), |
| 56 |
'PossibleLengthLocalOnly' => |
| 57 |
array ( |
| 58 |
), |
| 59 |
), |
| 60 |
'emergency' => |
| 61 |
array ( |
| 62 |
'NationalNumberPattern' => '1(?:0[0-28]|12|298)|2611', |
| 63 |
'ExampleNumber' => '100', |
| 64 |
'PossibleLength' => |
| 65 |
array ( |
| 66 |
0 => 3, |
| 67 |
1 => 4, |
| 68 |
), |
| 69 |
'PossibleLengthLocalOnly' => |
| 70 |
array ( |
| 71 |
), |
| 72 |
), |
| 73 |
'shortCode' => |
| 74 |
array ( |
| 75 |
'NationalNumberPattern' => '1(?:0(?:[0-248]|3[39]|5(?:010|6)|6[3468]|7(?:[01357]|[28]0?|4[01])|9[0135-9])|1(?:00|[289])|2(?:1|98)|3(?:11|2[0-2]|63|[89])|4[01]|5(?:1(?:0[0-36]|[127])|54)|6(?:1|6[01]?)|7000|8[12]|9(?:0[013-59]|12|25|4[4-9]\\d?|50|6[1347]|[89]))|2611|5(?:0(?:0(?:0\\d|1|20?)|325|5[2-79]\\d{3,5})|1(?:234|555|717|818|96[49])|2(?:0(?:0[01]|[14]0)|151|555|666|888|9(?:06|99\\d?))|3(?:0[01]0|131|553|(?:66|77)6)|(?:464|55[05])\\d{1,3}|6(?:070|3[68]|43)|717\\d)|777|800|5(?:05(?:0|1\\d)|221|3(?:03|3[23]))\\d{1,4}|5(?:(?:04|88)0|2(?:2[0267]|3[16])|4(?:1[04]|20|3[02])|5(?:3[16]|67)|6(?:06|[67]\\d)|787|9(?:64|90))\\d\\d?|(?:1(?:05[79]|(?:1[67][0-2]|802)\\d|55[23])\\d|5(?:(?:00(?:0\\d|1)|(?:304|616)\\d\\d)\\d|1(?:0[12]|4[2-4])|2(?:2[3589]|3(?:1\\d{3}|2)|4[04]|7[78])|4(?:[02]4|32\\d{4}|4[04]|99)|5(?:1[25]|[36]5|4[45]|93)|7(?:(?:17\\d|57)\\d\\d|[27]7|88)|8(?:3[4-69]|4[01]|5[58]|88(?:8\\d\\d|9)|99)|9(?:0(?:0|2\\d{3})|55|6[67]|77|88)))\\d', |
| 76 |
'ExampleNumber' => '100', |
| 77 |
'PossibleLength' => |
| 78 |
array ( |
| 79 |
), |
| 80 |
'PossibleLengthLocalOnly' => |
| 81 |
array ( |
| 82 |
), |
| 83 |
), |
| 84 |
'standardRate' => |
| 85 |
array ( |
| 86 |
'NationalNumberPattern' => '5(?:14(?:2[5-9]|[34]\\d)|757555)', |
| 87 |
'ExampleNumber' => '51425', |
| 88 |
'PossibleLength' => |
| 89 |
array ( |
| 90 |
0 => 5, |
| 91 |
1 => 7, |
| 92 |
), |
| 93 |
'PossibleLengthLocalOnly' => |
| 94 |
array ( |
| 95 |
), |
| 96 |
), |
| 97 |
'carrierSpecific' => |
| 98 |
array ( |
| 99 |
'NationalNumberPattern' => '1(?:(?:1[67]\\d\\d|70)\\d\\d|55330|909)|5(?:300\\d|6161(?:17[89]|561))|1(?:[19][89]|21|4[01])', |
| 100 |
'ExampleNumber' => '118', |
| 101 |
'PossibleLength' => |
| 102 |
array ( |
| 103 |
0 => 3, |
| 104 |
1 => 4, |
| 105 |
2 => 5, |
| 106 |
3 => 6, |
| 107 |
4 => 7, |
| 108 |
5 => 8, |
| 109 |
), |
| 110 |
'PossibleLengthLocalOnly' => |
| 111 |
array ( |
| 112 |
), |
| 113 |
), |
| 114 |
'smsServices' => |
| 115 |
array ( |
| 116 |
'NationalNumberPattern' => '1(?:39|90[019])|5(?:14(?:2[5-9]|[34]\\d)|6161(?:17[89]|561)|757555)', |
| 117 |
'ExampleNumber' => '139', |
| 118 |
'PossibleLength' => |
| 119 |
array ( |
| 120 |
0 => 3, |
| 121 |
1 => 4, |
| 122 |
2 => 5, |
| 123 |
3 => 7, |
| 124 |
4 => 8, |
| 125 |
), |
| 126 |
'PossibleLengthLocalOnly' => |
| 127 |
array ( |
| 128 |
), |
| 129 |
), |
| 130 |
'id' => 'IN', |
| 131 |
'countryCode' => 0, |
| 132 |
'internationalPrefix' => '', |
| 133 |
'sameMobileAndFixedLinePattern' => false, |
| 134 |
'numberFormat' => |
| 135 |
array ( |
| 136 |
), |
| 137 |
'intlNumberFormat' => |
| 138 |
array ( |
| 139 |
), |
| 140 |
'mainCountryForCode' => false, |
| 141 |
'leadingZeroPossible' => false, |
| 142 |
'mobileNumberPortableRegion' => false, |
| 143 |
); |
| 144 |
|