History log of /PHP-8.0/ext/gmp/tests/bug80560.phpt (Results 1 – 2 of 2)
Revision Date Author Comments
# 65f14b0d 04-Jan-2021 Nikita Popov

Throw ValueError instead of TypeError for malformed GMP number

If the passed argument has correct type (string) but does not
have a well-formed value, throw ValueError instead of TypeErr

Throw ValueError instead of TypeError for malformed GMP number

If the passed argument has correct type (string) but does not
have a well-formed value, throw ValueError instead of TypeError.

Closes GH-6572.

show more ...


# abecaab0 29-Dec-2020 George Peter Banyard

Fix #80560: Strings containing only a base prefix return 0 object

Closes GH-6549.