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/HR.php')
-rw-r--r--vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/HR.php34
1 files changed, 0 insertions, 34 deletions
diff --git a/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/HR.php b/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/HR.php
deleted file mode 100644
index 1dfe30c..0000000
--- a/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/HR.php
+++ /dev/null
@@ -1,34 +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' => '385',
- 'patterns' => array(
- 'national' => array(
- 'general' => '/^[1-7]\\d{5,8}|[89]\\d{6,11}$/',
- 'fixed' => '/^1\\d{7}|(?:2[0-3]|3[1-5]|4[02-47-9]|5[1-3])\\d{6}$/',
- 'uan' => '/^62\\d{6,7}$/',
- 'mobile' => '/^9[1257-9]\\d{6,10}$/',
- 'tollfree' => '/^80[01]\\d{4,7}$/',
- 'premium' => '/^6(?:[09]\\d{7}|[145]\\d{4,7})$/',
- 'personal' => '/^7[45]\\d{4,7}$/',
- 'emergency' => '/^1(?:12|92)|9[34]$/',
- ),
- 'possible' => array(
- 'general' => '/^\\d{6,12}$/',
- 'fixed' => '/^\\d{6,8}$/',
- 'uan' => '/^\\d{8,9}$/',
- 'mobile' => '/^\\d{8,12}$/',
- 'tollfree' => '/^\\d{7,10}$/',
- 'premium' => '/^\\d{6,9}$/',
- 'personal' => '/^\\d{6,9}$/',
- 'emergency' => '/^\\d{2,3}$/',
- ),
- ),
-);