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 / BT.php
blob2d008ee425abc5c4e92b7cfd85de2f18449d1f7c
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' => '975',
12 'patterns' => array(
13 'national' => array(
14 'general' => '/^[1-8]\\d{6,7}$/',
15 'fixed' => '/^(?:2[3-6]|[34][5-7]|5[236]|6[2-46]|7[246]|8[2-4])\\d{5}$/',
16 'mobile' => '/^[17]7\\d{6}$/',
17 'emergency' => '/^11[023]$/',
19 'possible' => array(
20 'general' => '/^\\d{6,8}$/',
21 'fixed' => '/^\\d{6,7}$/',
22 'mobile' => '/^\\d{8}$/',
23 'emergency' => '/^\\d{3}$/',