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 / PT.php
bloba2c05fa6db718c7eb43b0d663cbe0e4d43bd8c1d
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' => '351',
12 'patterns' => array(
13 'national' => array(
14 'general' => '/^[2-46-9]\\d{8}$/',
15 'fixed' => '/^2(?:[12]\\d|[35][1-689]|4[1-59]|6[1-35689]|7[1-9]|8[1-69]|9[1256])\\d{6}$/',
16 'mobile' => '/^9(?:[136]\\d{2}|2[0-79]\\d|480)\\d{5}$/',
17 'tollfree' => '/^80[02]\\d{6}$/',
18 'premium' => '/^76(?:0[1-57]|1[2-47]|2[237])\\d{5}$/',
19 'shared' => '/^80(?:8\\d|9[1579])\\d{5}$/',
20 'personal' => '/^884[128]\\d{5}$/',
21 'voip' => '/^30\\d{7}$/',
22 'uan' => '/^70(?:7\\d|8[17])\\d{5}$/',
23 'emergency' => '/^112$/',
25 'possible' => array(
26 'general' => '/^\\d{9}$/',
27 'emergency' => '/^\\d{3}$/',