History log of /PHP-8.2/ext/gmp/tests/bug80560.phpt (Results 1 – 3 of 3)
Revision Date Author Comments
# e9f783fc 01-Apr-2021 Max Semenik

Migrate skip checks to --EXTENSIONS--, p3

For rationale, see #6787

Extensions migrated in part 3:
* ftp
* gmp
* iconv
* opcache
* shmop


# 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.