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 / KZ.php
blob922979402694ebc2fa4a85d45833d1fc6eb1c68e
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' => '7',
12 'patterns' => array(
13 'national' => array(
14 'general' => '/^(?:33\\d|7\\d{2}|80[09])\\d{7}$/',
15 'fixed' => '/^33622\\d{5}|7(?:1(?:0(?:[23]\\d|4[023]|59|63)|1(?:[23]\\d|4[0-79]|59)|2(?:[23]\\d|59)|3(?:2\\d|3[1-79]|4[0-35-9]|59)|4(?:2\\d|3[013-79]|4[0-8]|5[1-79])|5(?:2\\d|3[1-8]|4[1-7]|59)|6(?:[234]\\d|5[19]|61)|72\\d|8(?:[27]\\d|3[1-46-9]|4[0-5]))|2(?:1(?:[23]\\d|4[46-9]|5[3469])|2(?:2\\d|3[0679]|46|5[12679])|3(?:[234]\\d|5[139])|4(?:2\\d|3[1235-9]|59)|5(?:[23]\\d|4[01246-8]|59|61)|6(?:2\\d|3[1-9]|4[0-4]|59)|7(?:[237]\\d|40|5[279])|8(?:[23]\\d|4[0-3]|59)|9(?:2\\d|3[124578]|59)))\\d{5}$/',
16 'mobile' => '/^7(?:0[01257]|6[02-4]|7[1578]|85)\\d{7}$/',
17 'tollfree' => '/^800\\d{7}$/',
18 'premium' => '/^809\\d{7}$/',
19 'voip' => '/^751\\d{7}$/',
20 'emergency' => '/^1(?:0[123]|12)$/',
22 'possible' => array(
23 'general' => '/^\\d{10}$/',
24 'emergency' => '/^\\d{3}$/',