Skip to content

Commit 7eed6c0

Browse files
committed
Merge branch 'PHP-8.0'
* PHP-8.0: Fix newly added GMP test
2 parents 66ffa1c + 821eaaf commit 7eed6c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/gmp/tests/comparison_invalid.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,5 @@ try {
1919

2020
?>
2121
--EXPECT--
22-
TypeError: main(): Argument #2 is not an integer string
22+
ValueError: main(): Argument #2 is not an integer string
2323
TypeError: main(): Argument #2 must be of type GMP|string|int, DateTime given

0 commit comments

Comments
 (0)