MadelineProto/src/BigIntegor.php
Daniil Gentili cc635bcb27 PHP 5 fixes
2018-02-20 12:51:02 +00:00

12 lines
199 B
PHP

<?php
namespace phpseclib\Math;
if (PHP_MAJOR_VERSION < 7 && !(class_exists('\Phar') && \Phar::running())) {
throw new Exception('MadelineProto requires php 7 to run');
}
class BigIntegor
{
}