![]() Server : Apache System : Linux server2.corals.io 4.18.0-348.2.1.el8_5.x86_64 #1 SMP Mon Nov 15 09:17:08 EST 2021 x86_64 User : corals ( 1002) PHP Version : 7.4.33 Disable Function : exec,passthru,shell_exec,system Directory : /home/corals/old/vendor/laminas/laminas-i18n/src/Validator/PhoneNumber/ |
<?php return [ 'code' => '383', 'patterns' => [ 'national' => [ 'general' => '/^(?:[23][89]|4[3-79])\\d{6}$/', 'fixed' => '/^[23][89]\\d{6}$/', 'mobile' => '/^4[3-79]\\d{6}$/', 'tollfree' => '/^800\\d{3,9}$/', 'premium' => '/^(?:90[0169]|78\\d)\\d{3,7}$/', 'uan' => '/^7[06]\\d{4,10}$/', 'shortcode' => '/^(?:1(?:1(?:[013-9]|\\d(2,4))|[89]\\d{1,4}))$/', 'emergency' => '/^(?:112|19[234])$/', ], 'possible' => [ 'general' => '/^\\d{8}$/', 'fixed' => '/^\\d{8}$/', 'mobile' => '/^\\d{8}$/', 'tollfree' => '/^\\d{6,12}$/', 'premium' => '/^\\d{6,12}$/', 'uan' => '/^\\d{6,12}$/', 'shortcode' => '/^\\d{3,6}$/', 'emergency' => '/^\\d{3}$/', ], ], ];