| 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 |
'id' => '', |
| 16 |
'countryCode' => 7, |
| 17 |
'internationalPrefix' => '', |
| 18 |
'sameMobileAndFixedLinePattern' => false, |
| 19 |
'numberFormat' => |
| 20 |
array ( |
| 21 |
0 => |
| 22 |
array ( |
| 23 |
'pattern' => '(\\d{4})(\\d{3})(\\d{3})', |
| 24 |
'format' => '$1 $2 $3', |
| 25 |
'leadingDigitsPatterns' => |
| 26 |
array ( |
| 27 |
0 => '[3489]|7(?:1(?:[0-6]2|7|8[27])|2(?:1[23]|[2-9]2))', |
| 28 |
), |
| 29 |
'nationalPrefixFormattingRule' => '', |
| 30 |
'domesticCarrierCodeFormattingRule' => '', |
| 31 |
'nationalPrefixOptionalWhenFormatting' => false, |
| 32 |
), |
| 33 |
1 => |
| 34 |
array ( |
| 35 |
'pattern' => '(\\d{5})(\\d{5})', |
| 36 |
'format' => '$1 $2', |
| 37 |
'leadingDigitsPatterns' => |
| 38 |
array ( |
| 39 |
0 => '[3489]|7(?:1(?:[06][3-6]|[13-5][3-5]|2[35]|8[34])|2(?:[1-38][3-5]|[49][35]|5[3-6]|6|7[457]))', |
| 40 |
), |
| 41 |
'nationalPrefixFormattingRule' => '', |
| 42 |
'domesticCarrierCodeFormattingRule' => '', |
| 43 |
'nationalPrefixOptionalWhenFormatting' => false, |
| 44 |
), |
| 45 |
2 => |
| 46 |
array ( |
| 47 |
'pattern' => '(\\d{3})(\\d{3})(\\d{2})(\\d{2})', |
| 48 |
'format' => '$1 $2 $3 $4', |
| 49 |
'leadingDigitsPatterns' => |
| 50 |
array ( |
| 51 |
0 => '7(?:1|2(?:[1-689]|7[2457]))', |
| 52 |
), |
| 53 |
'nationalPrefixFormattingRule' => '', |
| 54 |
'domesticCarrierCodeFormattingRule' => '', |
| 55 |
'nationalPrefixOptionalWhenFormatting' => false, |
| 56 |
), |
| 57 |
3 => |
| 58 |
array ( |
| 59 |
'pattern' => '(\\d{3})(\\d{2})(\\d{2})(\\d{3})', |
| 60 |
'format' => '$1 $2 $3 $4', |
| 61 |
'leadingDigitsPatterns' => |
| 62 |
array ( |
| 63 |
0 => '[3489]|7(?:[04-8]|1(?:04|[236]3|4[3-5]|5[34])|2(?:13|34|7[39]))', |
| 64 |
), |
| 65 |
'nationalPrefixFormattingRule' => '', |
| 66 |
'domesticCarrierCodeFormattingRule' => '', |
| 67 |
'nationalPrefixOptionalWhenFormatting' => false, |
| 68 |
), |
| 69 |
4 => |
| 70 |
array ( |
| 71 |
'pattern' => '(\\d{3})(\\d)(\\d{2})(\\d{2})(\\d{2})', |
| 72 |
'format' => '$1 $2 $3 $4 $5', |
| 73 |
'leadingDigitsPatterns' => |
| 74 |
array ( |
| 75 |
0 => '[3489]|7(?:[04-8]|1(?:04|[236]3|4[3-5]|5[34])|2(?:13|34|7[39]))', |
| 76 |
), |
| 77 |
'nationalPrefixFormattingRule' => '', |
| 78 |
'domesticCarrierCodeFormattingRule' => '', |
| 79 |
'nationalPrefixOptionalWhenFormatting' => false, |
| 80 |
), |
| 81 |
5 => |
| 82 |
array ( |
| 83 |
'pattern' => '(\\d{4})(\\d{2})(\\d{2})(\\d{2})', |
| 84 |
'format' => '$1 $2 $3 $4', |
| 85 |
'leadingDigitsPatterns' => |
| 86 |
array ( |
| 87 |
0 => '[3489]', |
| 88 |
), |
| 89 |
'nationalPrefixFormattingRule' => '', |
| 90 |
'domesticCarrierCodeFormattingRule' => '', |
| 91 |
'nationalPrefixOptionalWhenFormatting' => false, |
| 92 |
), |
| 93 |
), |
| 94 |
'intlNumberFormat' => |
| 95 |
array ( |
| 96 |
), |
| 97 |
'mainCountryForCode' => false, |
| 98 |
'leadingZeroPossible' => false, |
| 99 |
'mobileNumberPortableRegion' => false, |
| 100 |
); |
| 101 |
|