= '.ANYPOPUP_MINIMUM_PHP_VERSION.' version required. You server using PHP version = '.PHP_VERSION); } } public static function checkRequirements() { $helperObj = new self(); $helperObj->checkPhpVersion(); } }