| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117 |
- <?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' => '[179]\\d{2,4}',
- 'PossibleLength' =>
- array (
- 0 => 3,
- 1 => 4,
- 2 => 5,
- ),
- 'PossibleLengthLocalOnly' =>
- array (
- ),
- ),
- 'tollFree' =>
- array (
- 'NationalNumberPattern' => '99[359]',
- 'ExampleNumber' => '993',
- 'PossibleLength' =>
- array (
- 0 => 3,
- ),
- 'PossibleLengthLocalOnly' =>
- array (
- ),
- ),
- 'premiumRate' =>
- array (
- 'PossibleLength' =>
- array (
- 0 => -1,
- ),
- 'PossibleLengthLocalOnly' =>
- array (
- ),
- ),
- 'emergency' =>
- array (
- 'NationalNumberPattern' => '99[359]',
- 'ExampleNumber' => '993',
- 'PossibleLength' =>
- array (
- 0 => 3,
- ),
- 'PossibleLengthLocalOnly' =>
- array (
- ),
- ),
- 'shortCode' =>
- array (
- 'NationalNumberPattern' => '1(?:(?:[01368]\\d|44)\\d|[57]\\d{2,3}|9(?:0[1-9]|[1-9]\\d))|77222|99[02-9]|100',
- 'ExampleNumber' => '100',
- 'PossibleLength' =>
- array (
- ),
- 'PossibleLengthLocalOnly' =>
- array (
- ),
- ),
- 'standardRate' =>
- array (
- 'PossibleLength' =>
- array (
- 0 => -1,
- ),
- 'PossibleLengthLocalOnly' =>
- array (
- ),
- ),
- 'carrierSpecific' =>
- array (
- 'PossibleLength' =>
- array (
- 0 => -1,
- ),
- 'PossibleLengthLocalOnly' =>
- array (
- ),
- ),
- 'smsServices' =>
- array (
- 'NationalNumberPattern' => '772\\d\\d',
- 'ExampleNumber' => '77200',
- 'PossibleLength' =>
- array (
- 0 => 5,
- ),
- 'PossibleLengthLocalOnly' =>
- array (
- ),
- ),
- 'id' => 'SG',
- 'countryCode' => 0,
- 'internationalPrefix' => '',
- 'sameMobileAndFixedLinePattern' => false,
- 'numberFormat' =>
- array (
- ),
- 'intlNumberFormat' =>
- array (
- ),
- 'mainCountryForCode' => false,
- 'mobileNumberPortableRegion' => false,
- );
|