3 * Zend Framework (http://framework.zend.com/)
5 * @link http://github.com/zendframework/zf2 for the canonical source repository
6 * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
7 * @license http://framework.zend.com/license/new-bsd New BSD License
14 'general' => '/^[124-9]\\d{6,9}$/',
15 'fixed' => '/^1\\d{7,8}|2(?:1\\d{6,7}|3\\d{7}|[24-9]\\d{5})|4(?:0[24]\\d{5}|[1-469]\\d{7}|5\\d{6}|7\\d{5}|8[0-46-9]\\d{7})|5(?:0[45]\\d{5}|1\\d{6}|[23679]\\d{7}|8\\d{5})|6(?:1\\d{6}|[237-9]\\d{5}|[4-6]\\d{7})|7[14]\\d{7}|9(?:1\\d{6}|[04]\\d{7}|[35-9]\\d{5})$/',
16 'mobile' => '/^8(?:22\\d{6}|[35-9]\\d{7})$/',
17 'tollfree' => '/^1800\\d{6}$/',
18 'premium' => '/^15(?:1[2-8]|[2-8]0|9[089])\\d{6}$/',
19 'shared' => '/^18[59]0\\d{6}$/',
20 'personal' => '/^700\\d{6}$/',
21 'voip' => '/^76\\d{7}$/',
22 'uan' => '/^818\\d{6}$/',
23 'voicemail' => '/^8[35-9]\\d{8}$/',
24 'emergency' => '/^112|999$/',
27 'general' => '/^\\d{5,10}$/',
28 'fixed' => '/^\\d{5,10}$/',
29 'mobile' => '/^\\d{9}$/',
30 'tollfree' => '/^\\d{10}$/',
31 'premium' => '/^\\d{10}$/',
32 'shared' => '/^\\d{10}$/',
33 'personal' => '/^\\d{9}$/',
34 'voip' => '/^\\d{9}$/',
35 'uan' => '/^\\d{9}$/',
36 'voicemail' => '/^\\d{10}$/',
37 'emergency' => '/^\\d{3}$/',