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/CW.php')
-rw-r--r--vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/CW.php27
1 files changed, 0 insertions, 27 deletions
diff --git a/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/CW.php b/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/CW.php
deleted file mode 100644
index 8372265..0000000
--- a/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/CW.php
+++ /dev/null
@@ -1,27 +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' => '599',
- 'patterns' => array(
- 'national' => array(
- 'general' => '/^[169]\\d{6,7}$/',
- 'fixed' => '/^9(?:[48]\\d{2}|50\\d|7(?:2[0-2]|[34]\\d|6[35-7]|77))\\d{4}$/',
- 'mobile' => '/^9(?:5(?:[1246]\\d|3[01])|6(?:[1679]\\d|3[01]))\\d{4}$/',
- 'pager' => '/^955\\d{5}$/',
- 'shared' => '/^(?:10|69)\\d{5}$/',
- 'emergency' => '/^112|911$/',
- ),
- 'possible' => array(
- 'general' => '/^\\d{7,8}$/',
- 'shared' => '/^\\d{7}$/',
- 'emergency' => '/^\\d{3}$/',
- ),
- ),
-);