| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051 |
- <?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 (
- 'id' => '',
- 'countryCode' => 64,
- 'internationalPrefix' => '',
- 'sameMobileAndFixedLinePattern' => false,
- 'numberFormat' =>
- array (
- 0 =>
- array (
- 'pattern' => '(\\d)(\\d{4})(\\d{3})',
- 'format' => '$1 $2 $3',
- 'leadingDigitsPatterns' =>
- array (
- 0 => '[3467]|9[2-9]',
- ),
- 'nationalPrefixFormattingRule' => '',
- 'domesticCarrierCodeFormattingRule' => '',
- 'nationalPrefixOptionalWhenFormatting' => false,
- ),
- 1 =>
- array (
- 'pattern' => '(\\d{3})(\\d{3})(\\d{2})',
- 'format' => '$1 $2 $3',
- 'leadingDigitsPatterns' =>
- array (
- 0 => '[89]0',
- ),
- 'nationalPrefixFormattingRule' => '',
- 'domesticCarrierCodeFormattingRule' => '',
- 'nationalPrefixOptionalWhenFormatting' => false,
- ),
- ),
- 'intlNumberFormat' =>
- array (
- ),
- 'mainCountryForCode' => false,
- 'mobileNumberPortableRegion' => false,
- );
|