![]() 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' => '40', 'patterns' => [ 'national' => [ 'general' => '/^(?:2\\d{5,8}|[37-9]\\d{8})$/', 'fixed' => '/^(?:2(?:1(?:\\d{7}|9\\d{3})|[3-6](?:\\d{7}|\\d9\\d{2}))|3[13-6]\\d{7})$/', 'mobile' => '/^7[1-8]\\d{7}$/', 'tollfree' => '/^800\\d{6}$/', 'premium' => '/^90[036]\\d{6}$/', 'shared' => '/^801\\d{6}$/', 'personal' => '/^802\\d{6}$/', 'uan' => '/^37\\d{7}$/', 'emergency' => '/^112$/', ], 'possible' => [ 'general' => '/^\\d{6,9}$/', 'mobile' => '/^\\d{9}$/', 'tollfree' => '/^\\d{9}$/', 'premium' => '/^\\d{9}$/', 'shared' => '/^\\d{9}$/', 'personal' => '/^\\d{9}$/', 'uan' => '/^\\d{9}$/', 'emergency' => '/^\\d{3}$/', ], ], ];