History log of /PHP-8.1/ext/gmp/tests/comparison_invalid.phpt (Results 1 – 4 of 4)
Revision Date Author Comments
# 08777387 10-Jun-2021 Nikita Popov

Fix bug #81119

The implementation for functions and operators is shared. However,
we should not be generating argument errors for operators.


# 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


# 821eaaf0 04-Jan-2021 Nikita Popov

Fix newly added GMP test


# 1b5c62fa 29-Dec-2020 George Peter Banyard

Fix GMP comparison object handler

gmp_cmp() doesn't return false anymore in PHP 8 but will throw
an Error if compared to a non numeric string or another type of object.

Closes G

Fix GMP comparison object handler

gmp_cmp() doesn't return false anymore in PHP 8 but will throw
an Error if compared to a non numeric string or another type of object.

Closes GH-6553

show more ...