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' => '/^[25-9]\\d{6}$/',
15 'fixed' => '/^5(?:2\\d|8[1-9])\\d{4}$/',
16 'mobile' => '/^(?:5(?:6\\d|9[2-478])|6(?:[039]0|22|4[01]|6[0-2])|7[34]\\d|9(?:6[45]|9[4-8]))\\d{4}$/',
17 'tollfree' => '/^800\\d{4}$/',
18 'premium' => '/^900\\d{4}$/',
19 'voip' => '/^28\\d{5}|501\\d{4}$/',
20 'emergency' => '/^100|911$/',
23 'general' => '/^\\d{7}$/',
24 'emergency' => '/^\\d{3}$/',