fix calendar css, take 2. (#213)
[openemr.git] / interface / modules / zend_modules / library / Zend / I18n / Validator / PhoneNumber / SZ.php
blob2fa2672631ad66c9a56ccbd3fe1aa301257226f3
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-2015 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' => '268',
12 'patterns' => array(
13 'national' => array(
14 'general' => '/^[027]\\d{7}$/',
15 'fixed' => '/^2(?:2(?:0[07]|[13]7|2[57])|3(?:0[34]|[1278]3|3[23]|[46][34])|(?:40[4-69]|67)|5(?:0[5-7]|1[6-9]|[23][78]|48|5[01]))\\d{4}$/',
16 'mobile' => '/^7[6-8]\\d{6}$/',
17 'tollfree' => '/^0800\\d{4}$/',
18 'emergency' => '/^999$/',
20 'possible' => array(
21 'general' => '/^\\d{8}$/',
22 'emergency' => '/^\\d{3}$/',