mirror of
https://github.com/phpseclib/phpseclib.git
synced 2024-11-15 01:44:06 +00:00
Merge branch '3.0'
This commit is contained in:
commit
b0e034ff9d
@ -2823,6 +2823,7 @@ PHP
|
||||
default:
|
||||
return '%s';
|
||||
}
|
||||
// fall-through
|
||||
default:
|
||||
$safeint = '(is_int($temp = %s) ? $temp : (fmod($temp, 0x80000000) & 0x7FFFFFFF) | ';
|
||||
return $safeint . '((fmod(floor($temp / 0x80000000), 2) & 1) << 31))';
|
||||
|
Loading…
Reference in New Issue
Block a user