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