ShortNumberMetadata_GB.php 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122
  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-46-9]\\d{2,5}',
  16. 'PossibleLength' =>
  17. array (
  18. 0 => 3,
  19. 1 => 4,
  20. 2 => 5,
  21. 3 => 6,
  22. ),
  23. 'PossibleLengthLocalOnly' =>
  24. array (
  25. ),
  26. ),
  27. 'tollFree' =>
  28. array (
  29. 'NationalNumberPattern' => '1(?:05|1(?:[29]|6\\d{3})|7[56]\\d|8000)|2(?:20\\d|48)|4444|999',
  30. 'ExampleNumber' => '105',
  31. 'PossibleLength' =>
  32. array (
  33. ),
  34. 'PossibleLengthLocalOnly' =>
  35. array (
  36. ),
  37. ),
  38. 'premiumRate' =>
  39. array (
  40. 'PossibleLength' =>
  41. array (
  42. 0 => -1,
  43. ),
  44. 'PossibleLengthLocalOnly' =>
  45. array (
  46. ),
  47. ),
  48. 'emergency' =>
  49. array (
  50. 'NationalNumberPattern' => '112|999',
  51. 'ExampleNumber' => '112',
  52. 'PossibleLength' =>
  53. array (
  54. 0 => 3,
  55. ),
  56. 'PossibleLengthLocalOnly' =>
  57. array (
  58. ),
  59. ),
  60. 'shortCode' =>
  61. array (
  62. 'NationalNumberPattern' => '1(?:0[015]|1(?:[129]|6(?:000|1(?:11|23))|8\\d{3})|2(?:[1-3]|50)|33|4(?:1|7\\d)|571|7(?:0\\d|[56]0)|800\\d|9[15])|2(?:0202|1300|2(?:02|11)|3(?:02|336|45)|4(?:25|8))|3[13]3|4(?:0[02]|35[01]|44[45]|5\\d)|(?:[68]\\d|7[089])\\d{3}|15\\d|2[02]2|650|789|9(?:01|99)',
  63. 'ExampleNumber' => '100',
  64. 'PossibleLength' =>
  65. array (
  66. ),
  67. 'PossibleLengthLocalOnly' =>
  68. array (
  69. ),
  70. ),
  71. 'standardRate' =>
  72. array (
  73. 'PossibleLength' =>
  74. array (
  75. 0 => -1,
  76. ),
  77. 'PossibleLengthLocalOnly' =>
  78. array (
  79. ),
  80. ),
  81. 'carrierSpecific' =>
  82. array (
  83. 'NationalNumberPattern' => '1(?:(?:25|7[56])\\d|571)|2(?:02(?:\\d{2})?|[13]3\\d\\d|48)|4444|901',
  84. 'ExampleNumber' => '202',
  85. 'PossibleLength' =>
  86. array (
  87. 0 => 3,
  88. 1 => 4,
  89. 2 => 5,
  90. ),
  91. 'PossibleLengthLocalOnly' =>
  92. array (
  93. ),
  94. ),
  95. 'smsServices' =>
  96. array (
  97. 'NationalNumberPattern' => '(?:125|2(?:020|13\\d)|(?:7[089]|8[01])\\d\\d)\\d',
  98. 'ExampleNumber' => '1250',
  99. 'PossibleLength' =>
  100. array (
  101. 0 => 4,
  102. 1 => 5,
  103. ),
  104. 'PossibleLengthLocalOnly' =>
  105. array (
  106. ),
  107. ),
  108. 'id' => 'GB',
  109. 'countryCode' => 0,
  110. 'internationalPrefix' => '',
  111. 'sameMobileAndFixedLinePattern' => false,
  112. 'numberFormat' =>
  113. array (
  114. ),
  115. 'intlNumberFormat' =>
  116. array (
  117. ),
  118. 'mainCountryForCode' => false,
  119. 'mobileNumberPortableRegion' => false,
  120. );