Proyectos de Subversion Moodle

Rev

| Ultima modificación | Ver Log |

Rev Autor Línea Nro. Línea
1441 ariadna 1
<?php
2
 
3
/**
4
 * libphonenumber-for-php-lite data file
5
 * This file has been @generated from libphonenumber data
6
 * Do not modify!
7
 * @internal
8
 */
9
 
10
return [
11
    'id' => 'ZW',
12
    'countryCode' => 0,
13
    'generalDesc' => [
14
        'pattern' => '[139]\\d\\d(?:\\d{2})?',
15
        'posLength' => [
16
            3,
17
            5,
18
        ],
19
    ],
20
    'tollFree' => [
21
        'pattern' => '112|9(?:5[023]|61|9[3-59])',
22
        'example' => '112',
23
        'posLength' => [
24
            3,
25
        ],
26
    ],
27
    'premiumRate' => [
28
        'pattern' => '3[013-57-9]\\d{3}',
29
        'example' => '30000',
30
        'posLength' => [
31
            5,
32
        ],
33
    ],
34
    'emergency' => [
35
        'pattern' => '112|99[3-59]',
36
        'example' => '112',
37
        'posLength' => [
38
            3,
39
        ],
40
    ],
41
    'shortCode' => [
42
        'pattern' => '11[2469]|3[013-57-9]\\d{3}|9(?:5[023]|6[0-25]|9[3-59])',
43
        'example' => '112',
44
    ],
45
    'standardRate' => [
46
        'posLength' => [
47
            -1,
48
        ],
49
    ],
50
    'carrierSpecific' => [
51
        'pattern' => '114|9(?:5[023]|6[0-25])',
52
        'example' => '114',
53
        'posLength' => [
54
            3,
55
        ],
56
    ],
57
    'smsServices' => [
58
        'posLength' => [
59
            -1,
60
        ],
61
    ],
62
    'internationalPrefix' => '',
63
    'numberFormat' => [],
64
];