PhoneNumberMetadata_SZ.php 3.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184
  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' => '0800\\d{4}|(?:[237]\\d|900)\\d{6}',
  16. 'PossibleLength' =>
  17. array (
  18. 0 => 8,
  19. 1 => 9,
  20. ),
  21. 'PossibleLengthLocalOnly' =>
  22. array (
  23. ),
  24. ),
  25. 'fixedLine' =>
  26. array (
  27. 'NationalNumberPattern' => '[23][2-5]\\d{6}',
  28. 'ExampleNumber' => '22171234',
  29. 'PossibleLength' =>
  30. array (
  31. 0 => 8,
  32. ),
  33. 'PossibleLengthLocalOnly' =>
  34. array (
  35. ),
  36. ),
  37. 'mobile' =>
  38. array (
  39. 'NationalNumberPattern' => '7[6-9]\\d{6}',
  40. 'ExampleNumber' => '76123456',
  41. 'PossibleLength' =>
  42. array (
  43. 0 => 8,
  44. ),
  45. 'PossibleLengthLocalOnly' =>
  46. array (
  47. ),
  48. ),
  49. 'tollFree' =>
  50. array (
  51. 'NationalNumberPattern' => '0800\\d{4}',
  52. 'ExampleNumber' => '08001234',
  53. 'PossibleLength' =>
  54. array (
  55. 0 => 8,
  56. ),
  57. 'PossibleLengthLocalOnly' =>
  58. array (
  59. ),
  60. ),
  61. 'premiumRate' =>
  62. array (
  63. 'NationalNumberPattern' => '900\\d{6}',
  64. 'ExampleNumber' => '900012345',
  65. 'PossibleLength' =>
  66. array (
  67. 0 => 9,
  68. ),
  69. 'PossibleLengthLocalOnly' =>
  70. array (
  71. ),
  72. ),
  73. 'sharedCost' =>
  74. array (
  75. 'PossibleLength' =>
  76. array (
  77. 0 => -1,
  78. ),
  79. 'PossibleLengthLocalOnly' =>
  80. array (
  81. ),
  82. ),
  83. 'personalNumber' =>
  84. array (
  85. 'PossibleLength' =>
  86. array (
  87. 0 => -1,
  88. ),
  89. 'PossibleLengthLocalOnly' =>
  90. array (
  91. ),
  92. ),
  93. 'voip' =>
  94. array (
  95. 'NationalNumberPattern' => '70\\d{6}',
  96. 'ExampleNumber' => '70012345',
  97. 'PossibleLength' =>
  98. array (
  99. 0 => 8,
  100. ),
  101. 'PossibleLengthLocalOnly' =>
  102. array (
  103. ),
  104. ),
  105. 'pager' =>
  106. array (
  107. 'PossibleLength' =>
  108. array (
  109. 0 => -1,
  110. ),
  111. 'PossibleLengthLocalOnly' =>
  112. array (
  113. ),
  114. ),
  115. 'uan' =>
  116. array (
  117. 'PossibleLength' =>
  118. array (
  119. 0 => -1,
  120. ),
  121. 'PossibleLengthLocalOnly' =>
  122. array (
  123. ),
  124. ),
  125. 'voicemail' =>
  126. array (
  127. 'PossibleLength' =>
  128. array (
  129. 0 => -1,
  130. ),
  131. 'PossibleLengthLocalOnly' =>
  132. array (
  133. ),
  134. ),
  135. 'noInternationalDialling' =>
  136. array (
  137. 'NationalNumberPattern' => '0800\\d{4}',
  138. 'PossibleLength' =>
  139. array (
  140. 0 => 8,
  141. ),
  142. 'PossibleLengthLocalOnly' =>
  143. array (
  144. ),
  145. ),
  146. 'id' => 'SZ',
  147. 'countryCode' => 268,
  148. 'internationalPrefix' => '00',
  149. 'sameMobileAndFixedLinePattern' => false,
  150. 'numberFormat' =>
  151. array (
  152. 0 =>
  153. array (
  154. 'pattern' => '(\\d{4})(\\d{4})',
  155. 'format' => '$1 $2',
  156. 'leadingDigitsPatterns' =>
  157. array (
  158. 0 => '[0237]',
  159. ),
  160. 'nationalPrefixFormattingRule' => '',
  161. 'domesticCarrierCodeFormattingRule' => '',
  162. 'nationalPrefixOptionalWhenFormatting' => false,
  163. ),
  164. 1 =>
  165. array (
  166. 'pattern' => '(\\d{5})(\\d{4})',
  167. 'format' => '$1 $2',
  168. 'leadingDigitsPatterns' =>
  169. array (
  170. 0 => '9',
  171. ),
  172. 'nationalPrefixFormattingRule' => '',
  173. 'domesticCarrierCodeFormattingRule' => '',
  174. 'nationalPrefixOptionalWhenFormatting' => false,
  175. ),
  176. ),
  177. 'intlNumberFormat' =>
  178. array (
  179. ),
  180. 'mainCountryForCode' => false,
  181. 'mobileNumberPortableRegion' => false,
  182. );