Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/bareos/bareos-webui.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/ET.php')
-rw-r--r--vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/ET.php25
1 files changed, 0 insertions, 25 deletions
diff --git a/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/ET.php b/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/ET.php
deleted file mode 100644
index f87979b..0000000
--- a/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/ET.php
+++ /dev/null
@@ -1,25 +0,0 @@
-<?php
-/**
- * Zend Framework (http://framework.zend.com/)
- *
- * @link http://github.com/zendframework/zf2 for the canonical source repository
- * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
- * @license http://framework.zend.com/license/new-bsd New BSD License
- */
-
-return array(
- 'code' => '251',
- 'patterns' => array(
- 'national' => array(
- 'general' => '/^[1-59]\\d{8}$/',
- 'fixed' => '/^(?:11(?:1(?:1[124]|2[2-57]|3[1-5]|5[5-8]|8[6-8])|2(?:13|3[6-8]|5[89]|7[05-9]|8[2-6])|3(?:2[01]|3[0-289]|4[1289]|7[1-4]|87)|4(?:1[69]|3[2-49]|4[0-3]|6[5-8])|5(?:1[57]|44|5[0-4])|6(?:18|2[69]|4[5-7]|5[1-5]|6[0-59]|8[015-8]))|2(?:2(?:11[1-9]|22[0-7]|33\\d|44[1467]|66[1-68])|5(?:11[124-6]|33[2-8]|44[1467]|55[14]|66[1-3679]|77[124-79]|880))|3(?:3(?:11[0-46-8]|22[0-6]|33[0134689]|44[04]|55[0-6]|66[01467])|4(?:44[0-8]|55[0-69]|66[0-3]|77[1-5]))|4(?:6(?:22[0-24-7]|33[1-5]|44[13-69]|55[14-689]|660|88[1-4])|7(?:11[1-9]|22[1-9]|33[13-7]|44[13-6]|55[1-689]))|5(?:7(?:227|55[05]|(?:66|77)[14-8])|8(?:11[149]|22[013-79]|33[0-68]|44[013-8]|550|66[1-5]|77\\d)))\\d{4}$/',
- 'mobile' => '/^9(?:[1-3]\\d|5[89])\\d{6}$/',
- 'emergency' => '/^9(?:11?|[23]|9[17])$/',
- ),
- 'possible' => array(
- 'general' => '/^\\d{7,9}$/',
- 'mobile' => '/^\\d{9}$/',
- 'emergency' => '/^\\d{2,3}$/',
- ),
- ),
-);