Skip to content

Commit 75c008a

Browse files
committed
Revert test change from 32bit
This doesn't generate a deprecation warning on 64bit
1 parent 2211241 commit 75c008a

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

tests/lang/bug27354.phpt

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,8 @@ var_dump(-9_223_372_036_854_775_900 % -1); // Min value for 64bit int -1
77
var_dump(-2147483648 % -1);
88
var_dump(-2147483648 % -2);
99
?>
10-
--EXPECTF--
10+
--EXPECT--
1111
int(0)
12-
13-
Deprecated: Implicit conversion from non-compatible float -9.223372036854776E+18 to int in %s on line %d
1412
int(0)
1513
int(0)
1614
int(0)

0 commit comments

Comments
 (0)