mirror of
https://github.com/phpseclib/phpseclib.git
synced 2024-12-28 12:10:59 +00:00
Merge branch '3.0'
This commit is contained in:
commit
d124f95ea3
@ -31,7 +31,7 @@ class PHP32Test extends TestCase
|
||||
$x = new PHP32('FFFFFFFFFFFFFFFFC90FDA', 16);
|
||||
$y = new PHP32("$x");
|
||||
|
||||
$this->assertSame(self::getVar($x, 'value'), self::getVar($y, 'value'));
|
||||
$this->assertEquals(self::getVar($x, 'value'), self::getVar($y, 'value'));
|
||||
}
|
||||
|
||||
public static function getStaticClass()
|
||||
|
Loading…
Reference in New Issue
Block a user