PhoneNumberMetadata_RE.php 3.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168
  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. return array (
  13. 'generalDesc' =>
  14. array (
  15. 'NationalNumberPattern' => '(?:26|[689]\\d)\\d{7}',
  16. 'PossibleLength' =>
  17. array (
  18. 0 => 9,
  19. ),
  20. 'PossibleLengthLocalOnly' =>
  21. array (
  22. ),
  23. ),
  24. 'fixedLine' =>
  25. array (
  26. 'NationalNumberPattern' => '26(?:2\\d\\d|3(?:0\\d|1[0-6]))\\d{4}',
  27. 'ExampleNumber' => '262161234',
  28. 'PossibleLength' =>
  29. array (
  30. ),
  31. 'PossibleLengthLocalOnly' =>
  32. array (
  33. ),
  34. ),
  35. 'mobile' =>
  36. array (
  37. 'NationalNumberPattern' => '69(?:2\\d\\d|3(?:[06][0-6]|1[013]|2[0-2]|3[0-39]|4\\d|5[0-5]|7[0-37]|8[0-8]|9[0-479]))\\d{4}',
  38. 'ExampleNumber' => '692123456',
  39. 'PossibleLength' =>
  40. array (
  41. ),
  42. 'PossibleLengthLocalOnly' =>
  43. array (
  44. ),
  45. ),
  46. 'tollFree' =>
  47. array (
  48. 'NationalNumberPattern' => '80\\d{7}',
  49. 'ExampleNumber' => '801234567',
  50. 'PossibleLength' =>
  51. array (
  52. ),
  53. 'PossibleLengthLocalOnly' =>
  54. array (
  55. ),
  56. ),
  57. 'premiumRate' =>
  58. array (
  59. 'NationalNumberPattern' => '89[1-37-9]\\d{6}',
  60. 'ExampleNumber' => '891123456',
  61. 'PossibleLength' =>
  62. array (
  63. ),
  64. 'PossibleLengthLocalOnly' =>
  65. array (
  66. ),
  67. ),
  68. 'sharedCost' =>
  69. array (
  70. 'NationalNumberPattern' => '8(?:1[019]|2[0156]|84|90)\\d{6}',
  71. 'ExampleNumber' => '810123456',
  72. 'PossibleLength' =>
  73. array (
  74. ),
  75. 'PossibleLengthLocalOnly' =>
  76. array (
  77. ),
  78. ),
  79. 'personalNumber' =>
  80. array (
  81. 'PossibleLength' =>
  82. array (
  83. 0 => -1,
  84. ),
  85. 'PossibleLengthLocalOnly' =>
  86. array (
  87. ),
  88. ),
  89. 'voip' =>
  90. array (
  91. 'NationalNumberPattern' => '9(?:399[0-3]|479[0-5]|76(?:2[278]|3[0-37]))\\d{4}',
  92. 'ExampleNumber' => '939901234',
  93. 'PossibleLength' =>
  94. array (
  95. ),
  96. 'PossibleLengthLocalOnly' =>
  97. array (
  98. ),
  99. ),
  100. 'pager' =>
  101. array (
  102. 'PossibleLength' =>
  103. array (
  104. 0 => -1,
  105. ),
  106. 'PossibleLengthLocalOnly' =>
  107. array (
  108. ),
  109. ),
  110. 'uan' =>
  111. array (
  112. 'PossibleLength' =>
  113. array (
  114. 0 => -1,
  115. ),
  116. 'PossibleLengthLocalOnly' =>
  117. array (
  118. ),
  119. ),
  120. 'voicemail' =>
  121. array (
  122. 'PossibleLength' =>
  123. array (
  124. 0 => -1,
  125. ),
  126. 'PossibleLengthLocalOnly' =>
  127. array (
  128. ),
  129. ),
  130. 'noInternationalDialling' =>
  131. array (
  132. 'PossibleLength' =>
  133. array (
  134. 0 => -1,
  135. ),
  136. 'PossibleLengthLocalOnly' =>
  137. array (
  138. ),
  139. ),
  140. 'id' => 'RE',
  141. 'countryCode' => 262,
  142. 'internationalPrefix' => '00',
  143. 'nationalPrefix' => '0',
  144. 'nationalPrefixForParsing' => '0',
  145. 'sameMobileAndFixedLinePattern' => false,
  146. 'numberFormat' =>
  147. array (
  148. 0 =>
  149. array (
  150. 'pattern' => '(\\d{3})(\\d{2})(\\d{2})(\\d{2})',
  151. 'format' => '$1 $2 $3 $4',
  152. 'leadingDigitsPatterns' =>
  153. array (
  154. 0 => '[2689]',
  155. ),
  156. 'nationalPrefixFormattingRule' => '0$1',
  157. 'domesticCarrierCodeFormattingRule' => '',
  158. 'nationalPrefixOptionalWhenFormatting' => false,
  159. ),
  160. ),
  161. 'intlNumberFormat' =>
  162. array (
  163. ),
  164. 'mainCountryForCode' => true,
  165. 'mobileNumberPortableRegion' => false,
  166. );