Skip to content

Commit 5144026

Browse files
committed
random: test: remove unnecessary if
1 parent f355d3d commit 5144026

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

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

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -69,9 +69,6 @@ try {
6969
}
7070
}
7171
} catch (\RuntimeException $e) {
72-
if (\PHP_INT_SIZE >= 8) {
73-
throw $e;
74-
}
7572
if ($e->getMessage() !== 'Generated value exceeds size of int') {
7673
throw $e;
7774
}

0 commit comments

Comments
 (0)