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' => '/^[027]\\d{7}$/',
15 'fixed' => '/^2(?:2(?:0[07]|[13]7|2[57])|3(?:0[34]|[1278]3|3[23]|[46][34])|(?:40[4-69]|67)|5(?:0[5-7]|1[6-9]|[23][78]|48|5[01]))\\d{4}$/',
16 'mobile' => '/^7[6-8]\\d{6}$/',
17 'tollfree' => '/^0800\\d{4}$/',
18 'emergency' => '/^999$/',
21 'general' => '/^\\d{8}$/',
22 'emergency' => '/^\\d{3}$/',