Skip to content

Commit 7c41dd9

Browse files
committed
random: test: remove useless if
1 parent d78c647 commit 7c41dd9

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

ext/random/tests/03_randomizer/compatibility_user.phpt

-3
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,6 @@ try {
4343
}
4444
}
4545
} catch (\RuntimeException $e) {
46-
if (\PHP_INT_SIZE >= 8) {
47-
throw $e;
48-
}
4946
if ($e->getMessage() !== 'Generated value exceeds size of int') {
5047
throw $e;
5148
}

0 commit comments

Comments
 (0)