Added the zend framework 2 library, the path is specified in line no.26 in zend_modul...
[openemr.git] / interface / modules / zend_modules / library / Zend / I18n / Validator / PhoneNumber / KG.php
blobf9ab2ce9222e50057650e309815fa53d4f2b3117
1 <?php
2 /**
3 * Zend Framework (http://framework.zend.com/)
5 * @link http://github.com/zendframework/zf2 for the canonical source repository
6 * @copyright Copyright (c) 2005-2013 Zend Technologies USA Inc. (http://www.zend.com)
7 * @license http://framework.zend.com/license/new-bsd New BSD License
8 */
10 return array(
11 'code' => '996',
12 'patterns' => array(
13 'national' => array(
14 'general' => '/^[35-8]\\d{8,9}$/',
15 'fixed' => '/^(?:3(?:1(?:2\\d|3[1-9]|47|5[02]|6[1-8])|2(?:22|3[0-479]|6[0-7])|4(?:22|5[6-9]|6[0-4])|5(?:22|3[4-7]|59|6[0-5])|6(?:22|5[35-7]|6[0-3])|7(?:22|3[468]|4[1-9]|59|6\\d|7[5-7])|9(?:22|4[1-8]|6[0-8]))|6(?:09|12|2[2-4])\\d)\\d{5}$/',
16 'mobile' => '/^5[124-7]\\d{7}|7(?:0[0-357-9]|7\\d)\\d{6}$/',
17 'tollfree' => '/^800\\d{6,7}$/',
18 'emergency' => '/^10[123]$/',
20 'possible' => array(
21 'general' => '/^\\d{5,10}$/',
22 'mobile' => '/^\\d{9}$/',
23 'tollfree' => '/^\\d{9,10}$/',
24 'emergency' => '/^\\d{3}$/',