MadelineProto/src/BigIntegor.php
2018-02-20 11:13:43 +00:00

12 lines
197 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
{
}