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 / MG.php
blob222ddb63b805ebae67d174795d8976bf8511dfae
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' => '261',
12 'patterns' => array(
13 'national' => array(
14 'general' => '/^[23]\\d{8}$/',
15 'fixed' => '/^2(?:0(?:(?:2\\d|4[47]|5[3467]|6[279]|8[268]|9[245])\\d|7(?:2[29]|[35]\\d))|210\\d)\\d{4}$/',
16 'mobile' => '/^3[02-4]\\d{7}$/',
17 'emergency' => '/^11?[78]$/',
19 'possible' => array(
20 'general' => '/^\\d{7,9}$/',
21 'mobile' => '/^\\d{9}$/',
22 'emergency' => '/^\\d{2,3}$/',