Skip to content
This repository was archived by the owner on Dec 27, 2023. It is now read-only.

Commit d3ece68

Browse files
committed
fixed conditional typo
1 parent a26b474 commit d3ece68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Decimal/DecimalFromFloatTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ public function floatProvider()
5252
[90.05, "90.05"],
5353
];
5454

55-
if (PHP_INT_SIZE) {
55+
if (PHP_INT_SIZE >= 8) {
5656
// These tests probably won't work if you're not testing on x86-64.
5757
// It might also be better to mark the tests skipped. It is certainly
5858
// useful to cover this functionality off though as it hits the exponent

0 commit comments

Comments
 (0)