ShortNumberMetadata_MT.php 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113
  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' => '1\\d\\d(?:\\d{3})?',
  16. 'PossibleLength' =>
  17. array (
  18. 0 => 3,
  19. 1 => 6,
  20. ),
  21. 'PossibleLengthLocalOnly' =>
  22. array (
  23. ),
  24. ),
  25. 'tollFree' =>
  26. array (
  27. 'NationalNumberPattern' => '11(?:2|6\\d{3})',
  28. 'ExampleNumber' => '112',
  29. 'PossibleLength' =>
  30. array (
  31. ),
  32. 'PossibleLengthLocalOnly' =>
  33. array (
  34. ),
  35. ),
  36. 'premiumRate' =>
  37. array (
  38. 'PossibleLength' =>
  39. array (
  40. 0 => -1,
  41. ),
  42. 'PossibleLengthLocalOnly' =>
  43. array (
  44. ),
  45. ),
  46. 'emergency' =>
  47. array (
  48. 'NationalNumberPattern' => '112',
  49. 'ExampleNumber' => '112',
  50. 'PossibleLength' =>
  51. array (
  52. 0 => 3,
  53. ),
  54. 'PossibleLengthLocalOnly' =>
  55. array (
  56. ),
  57. ),
  58. 'shortCode' =>
  59. array (
  60. 'NationalNumberPattern' => '11(?:2|6(?:000|1(?:11|23)))',
  61. 'ExampleNumber' => '112',
  62. 'PossibleLength' =>
  63. array (
  64. ),
  65. 'PossibleLengthLocalOnly' =>
  66. array (
  67. ),
  68. ),
  69. 'standardRate' =>
  70. array (
  71. 'PossibleLength' =>
  72. array (
  73. 0 => -1,
  74. ),
  75. 'PossibleLengthLocalOnly' =>
  76. array (
  77. ),
  78. ),
  79. 'carrierSpecific' =>
  80. array (
  81. 'PossibleLength' =>
  82. array (
  83. 0 => -1,
  84. ),
  85. 'PossibleLengthLocalOnly' =>
  86. array (
  87. ),
  88. ),
  89. 'smsServices' =>
  90. array (
  91. 'PossibleLength' =>
  92. array (
  93. 0 => -1,
  94. ),
  95. 'PossibleLengthLocalOnly' =>
  96. array (
  97. ),
  98. ),
  99. 'id' => 'MT',
  100. 'countryCode' => 0,
  101. 'internationalPrefix' => '',
  102. 'sameMobileAndFixedLinePattern' => false,
  103. 'numberFormat' =>
  104. array (
  105. ),
  106. 'intlNumberFormat' =>
  107. array (
  108. ),
  109. 'mainCountryForCode' => false,
  110. 'mobileNumberPortableRegion' => false,
  111. );