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 / FI.php
blob19c4818b3c851b43fe39a52c4d02d02e05e8c2fa
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' => '358',
12 'patterns' => array(
13 'national' => array(
14 'general' => '/^1\\d{4,11}|[2-9]\\d{4,10}$/',
15 'fixed' => '/^1(?:[3569][1-8]\\d{3,9}|[47]\\d{5,10})|2[1-8]\\d{3,9}|3(?:[1-8]\\d{3,9}|9\\d{4,8})|[5689][1-8]\\d{3,9}$/',
16 'mobile' => '/^4\\d{5,10}|50\\d{4,8}$/',
17 'tollfree' => '/^800\\d{4,7}$/',
18 'premium' => '/^[67]00\\d{5,6}$/',
19 'uan' => '/^[13]0\\d{4,8}|2(?:0(?:[016-8]\\d{3,7}|[2-59]\\d{2,7})|9\\d{4,8})|60(?:[12]\\d{5,6}|6\\d{7})|7(?:1\\d{7}|3\\d{8}|5[03-9]\\d{2,7})$/',
20 'emergency' => '/^112$/',
22 'possible' => array(
23 'general' => '/^\\d{5,12}$/',
24 'mobile' => '/^\\d{6,11}$/',
25 'tollfree' => '/^\\d{7,10}$/',
26 'premium' => '/^\\d{8,9}$/',
27 'uan' => '/^\\d{5,10}$/',
28 'emergency' => '/^\\d{3}$/',