mirror of
https://github.com/phpseclib/phpseclib.git
synced 2024-11-09 15:20:58 +00:00
Use __construct.
This commit is contained in:
parent
68ade659ba
commit
7d9598a21e
@ -250,7 +250,7 @@ class Math_BigInteger
|
||||
* @return Math_BigInteger
|
||||
* @access public
|
||||
*/
|
||||
function Math_BigInteger($x = 0, $base = 10)
|
||||
function __construct($x = 0, $base = 10)
|
||||
{
|
||||
if ( !defined('MATH_BIGINTEGER_MODE') ) {
|
||||
switch (true) {
|
||||
|
Loading…
Reference in New Issue
Block a user