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/BO.php')
-rw-r--r--vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/BO.php26
1 files changed, 0 insertions, 26 deletions
diff --git a/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/BO.php b/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/BO.php
deleted file mode 100644
index b7eddf8..0000000
--- a/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/BO.php
+++ /dev/null
@@ -1,26 +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' => '591',
- 'patterns' => array(
- 'national' => array(
- 'general' => '/^[23467]\\d{7}$/',
- 'fixed' => '/^(?:2(?:2\\d{2}|5(?:11|[258]\\d|9[67])|6(?:12|2\\d|9[34])|8(?:2[34]|39|62))|3(?:3\\d{2}|4(?:6\\d|8[24])|8(?:25|42|5[257]|86|9[25])|9(?:2\\d|3[234]|4[248]|5[24]|6[2-6]|7\\d))|4(?:4\\d{2}|6(?:11|[24689]\\d|72)))\\d{4}$/',
- 'mobile' => '/^[67]\\d{7}$/',
- 'emergency' => '/^11[089]$/',
- ),
- 'possible' => array(
- 'general' => '/^\\d{7,8}$/',
- 'fixed' => '/^\\d{7,8}$/',
- 'mobile' => '/^\\d{8}$/',
- 'emergency' => '/^\\d{3}$/',
- ),
- ),
-);