Merge branch '3.0'

This commit is contained in:
terrafrost 2022-07-23 09:41:56 -05:00
commit b0e034ff9d

View File

@ -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))';