| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126 |
- <?php
- /**
- * This file has been @generated by a phing task by {@link BuildMetadataPHPFromXml}.
- * See [README.md](README.md#generating-data) for more information.
- *
- * Pull requests changing data in these files will not be accepted. See the
- * [FAQ in the README](README.md#problems-with-invalid-numbers] on how to make
- * metadata changes.
- *
- * Do not modify this file directly!
- */
- return array (
- 'generalDesc' =>
- array (
- 'NationalNumberPattern' => '[158]\\d{2,5}',
- 'PossibleLength' =>
- array (
- 0 => 3,
- 1 => 4,
- 2 => 5,
- 3 => 6,
- ),
- 'PossibleLengthLocalOnly' =>
- array (
- ),
- ),
- 'tollFree' =>
- array (
- 'NationalNumberPattern' => '1(?:00|1[25]|23|4(?:1|7\\d)|5[15]|9[02-49])|555|(?:116\\d|80)\\d\\d',
- 'ExampleNumber' => '100',
- 'PossibleLength' =>
- array (
- 0 => 3,
- 1 => 4,
- 2 => 6,
- ),
- 'PossibleLengthLocalOnly' =>
- array (
- ),
- ),
- 'premiumRate' =>
- array (
- 'NationalNumberPattern' => '8[1-69]\\d\\d',
- 'ExampleNumber' => '8100',
- 'PossibleLength' =>
- array (
- 0 => 4,
- ),
- 'PossibleLengthLocalOnly' =>
- array (
- ),
- ),
- 'emergency' =>
- array (
- 'NationalNumberPattern' => '1(?:12|9[09])',
- 'ExampleNumber' => '112',
- 'PossibleLength' =>
- array (
- 0 => 3,
- ),
- 'PossibleLengthLocalOnly' =>
- array (
- ),
- ),
- 'shortCode' =>
- array (
- 'NationalNumberPattern' => '1(?:00|1(?:[25]|6(?:00[06]|1(?:1[17]|23))|8\\d\\d)|23|4(?:1|7[014])|5[015]|9[02-49])|555|8[0-79]\\d\\d|8(?:00|4[0-2]|8[0-589])',
- 'ExampleNumber' => '100',
- 'PossibleLength' =>
- array (
- ),
- 'PossibleLengthLocalOnly' =>
- array (
- ),
- ),
- 'standardRate' =>
- array (
- 'NationalNumberPattern' => '150|87\\d\\d',
- 'ExampleNumber' => '150',
- 'PossibleLength' =>
- array (
- 0 => 3,
- 1 => 4,
- ),
- 'PossibleLengthLocalOnly' =>
- array (
- ),
- ),
- 'carrierSpecific' =>
- array (
- 'NationalNumberPattern' => '1(?:00|1(?:5|8\\d\\d)|23|51|9[2-4])|555|8(?:00|4[0-2]|8[0-589])',
- 'ExampleNumber' => '100',
- 'PossibleLength' =>
- array (
- 0 => 3,
- 1 => 5,
- ),
- 'PossibleLengthLocalOnly' =>
- array (
- ),
- ),
- 'smsServices' =>
- array (
- 'PossibleLength' =>
- array (
- 0 => -1,
- ),
- 'PossibleLengthLocalOnly' =>
- array (
- ),
- ),
- 'id' => 'GI',
- 'countryCode' => 0,
- 'internationalPrefix' => '',
- 'sameMobileAndFixedLinePattern' => false,
- 'numberFormat' =>
- array (
- ),
- 'intlNumberFormat' =>
- array (
- ),
- 'mainCountryForCode' => false,
- 'mobileNumberPortableRegion' => false,
- );
|