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' => 'CA',
12
    'countryCode' => 1,
13
    'generalDesc' => [
14
        'pattern' => '[2-9]\\d{9}|3\\d{6}',
15
        'posLength' => [
16
            7,
17
            10,
18
        ],
19
    ],
20
    'fixedLine' => [
21
        'pattern' => '(?:2(?:04|[23]6|[48]9|50|63)|3(?:06|43|54|6[578]|82)|4(?:03|1[68]|[26]8|3[178]|50|74)|5(?:06|1[49]|48|79|8[147])|6(?:04|[18]3|39|47|72)|7(?:0[59]|42|53|78|8[02])|8(?:[06]7|19|25|7[39])|9(?:0[25]|42))[2-9]\\d{6}',
22
        'example' => '5062345678',
23
        'posLength' => [
24
            10,
25
        ],
26
        'posLengthLocal' => [
27
            7,
28
        ],
29
    ],
30
    'mobile' => [
31
        'pattern' => '(?:2(?:04|[23]6|[48]9|50|63)|3(?:06|43|54|6[578]|82)|4(?:03|1[68]|[26]8|3[178]|50|74)|5(?:06|1[49]|48|79|8[147])|6(?:04|[18]3|39|47|72)|7(?:0[59]|42|53|78|8[02])|8(?:[06]7|19|25|7[39])|9(?:0[25]|42))[2-9]\\d{6}',
32
        'example' => '5062345678',
33
        'posLength' => [
34
            10,
35
        ],
36
        'posLengthLocal' => [
37
            7,
38
        ],
39
    ],
40
    'tollFree' => [
41
        'pattern' => '8(?:00|33|44|55|66|77|88)[2-9]\\d{6}',
42
        'example' => '8002123456',
43
        'posLength' => [
44
            10,
45
        ],
46
    ],
47
    'premiumRate' => [
48
        'pattern' => '900[2-9]\\d{6}',
49
        'example' => '9002123456',
50
        'posLength' => [
51
            10,
52
        ],
53
    ],
54
    'sharedCost' => [
55
        'posLength' => [
56
            -1,
57
        ],
58
    ],
59
    'personalNumber' => [
60
        'pattern' => '52(?:3(?:[2-46-9][02-9]\\d|5(?:[02-46-9]\\d|5[0-46-9]))|4(?:[2-478][02-9]\\d|5(?:[034]\\d|2[024-9]|5[0-46-9])|6(?:0[1-9]|[2-9]\\d)|9(?:[05-9]\\d|2[0-5]|49)))\\d{4}|52[34][2-9]1[02-9]\\d{4}|(?:5(?:2[125-9]|33|44|66|77|88)|6(?:22|33))[2-9]\\d{6}',
61
        'example' => '5219023456',
62
        'posLength' => [
63
            10,
64
        ],
65
    ],
66
    'voip' => [
67
        'pattern' => '600[2-9]\\d{6}',
68
        'example' => '6002012345',
69
        'posLength' => [
70
            10,
71
        ],
72
    ],
73
    'pager' => [
74
        'posLength' => [
75
            -1,
76
        ],
77
    ],
78
    'uan' => [
79
        'pattern' => '310\\d{4}',
80
        'example' => '3101234',
81
        'posLength' => [
82
            7,
83
        ],
84
    ],
85
    'voicemail' => [
86
        'posLength' => [
87
            -1,
88
        ],
89
    ],
90
    'noInternationalDialling' => [
91
        'posLength' => [
92
            -1,
93
        ],
94
    ],
95
    'internationalPrefix' => '011',
96
    'nationalPrefix' => '1',
97
    'nationalPrefixForParsing' => '1',
98
    'sameMobileAndFixedLinePattern' => true,
99
    'numberFormat' => [],
100
    'mobileNumberPortableRegion' => true,
101
];