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 / MK.php
blob1b18538c1706df8fe1900e5acc5b50335e93bf67
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' => '389',
12 'patterns' => array(
13 'national' => array(
14 'general' => '/^[2-578]\\d{7}$/',
15 'fixed' => '/^(?:2(?:[23]\\d|5[124578]|6[01])|3(?:1[3-6]|[23][2-6]|4[2356])|4(?:[23][2-6]|4[3-6]|5[256]|6[25-8]|7[24-6]|8[4-6]))\\d{5}$/',
16 'mobile' => '/^7(?:[0-25-8]\\d|33)\\d{5}$/',
17 'tollfree' => '/^800\\d{5}$/',
18 'premium' => '/^5[02-9]\\d{6}$/',
19 'shared' => '/^8(?:0[1-9]|[1-9]\\d)\\d{5}$/',
20 'emergency' => '/^1(?:12|9[234])$/',
22 'possible' => array(
23 'general' => '/^\\d{8}$/',
24 'fixed' => '/^\\d{6,8}$/',
25 'emergency' => '/^\\d{3}$/',