2017-10-05 17:53:56 +02:00
|
|
|
<?php
|
|
|
|
|
|
|
|
namespace phpseclib\Math;
|
|
|
|
|
2018-02-20 13:51:02 +01:00
|
|
|
if (PHP_MAJOR_VERSION < 7 && !(class_exists('\Phar') && \Phar::running())) {
|
2018-02-20 15:49:54 +01:00
|
|
|
throw new \Exception('MadelineProto requires php 7 to run');
|
2018-02-18 14:18:18 +01:00
|
|
|
}
|
|
|
|
|
2017-10-05 17:54:27 +02:00
|
|
|
class BigIntegor
|
|
|
|
{
|
2017-10-05 17:53:56 +02:00
|
|
|
}
|