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 / SK.php
blob1bc006ce63f6e45c5ca455e0f7ccbe85885266fb
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' => '421',
12 'patterns' => array(
13 'national' => array(
14 'general' => '/^[2-689]\\d{8}$/',
15 'fixed' => '/^[2-5]\\d{8}$/',
16 'mobile' => '/^9(?:0[1-8]|1[0-24-9]|4[0489])\\d{6}$/',
17 'tollfree' => '/^800\\d{6}$/',
18 'premium' => '/^9(?:[78]\\d{7}|00\\d{6})$/',
19 'shared' => '/^8[5-9]\\d{7}$/',
20 'voip' => '/^6(?:5[0-4]|9[0-6])\\d{6}$/',
21 'uan' => '/^96\\d{7}$/',
22 'emergency' => '/^1(?:12|5[058])$/',
24 'possible' => array(
25 'general' => '/^\\d{9}$/',
26 'uan' => '/^\\d{9}$/',
27 'emergency' => '/^\\d{3}$/',