]> granicus.if.org Git - php/commit
Promote various warnings to Error in GMP extension
authorGeorge Peter Banyard <girgias@php.net>
Fri, 7 Aug 2020 16:15:25 +0000 (18:15 +0200)
committerGeorge Peter Banyard <girgias@php.net>
Fri, 7 Aug 2020 16:17:34 +0000 (18:17 +0200)
commite208cb23c6bda00737a9bfd227b82beaba350fa7
tree253d129151d85e8c00c27213f14e1efc79b7d1af
parent5d72e40dfb3b9d2c5cc64e0596d1a644a421b299
Promote various warnings to Error in GMP extension

This gets rid of most false returns

Closes GH-5882
52 files changed:
ext/gmp/gmp.c
ext/gmp/gmp.stub.php
ext/gmp/gmp_arginfo.h
ext/gmp/tests/003.phpt
ext/gmp/tests/bug32773.phpt
ext/gmp/tests/bug50283.phpt
ext/gmp/tests/bug66872.phpt
ext/gmp/tests/gmp_abs.phpt
ext/gmp/tests/gmp_and.phpt
ext/gmp/tests/gmp_binomial.phpt
ext/gmp/tests/gmp_clrbit.phpt
ext/gmp/tests/gmp_cmp.phpt
ext/gmp/tests/gmp_com.phpt
ext/gmp/tests/gmp_div_q.phpt
ext/gmp/tests/gmp_div_qr.phpt
ext/gmp/tests/gmp_div_r.phpt
ext/gmp/tests/gmp_divexact.phpt
ext/gmp/tests/gmp_export.phpt
ext/gmp/tests/gmp_fact.phpt
ext/gmp/tests/gmp_gcdext.phpt
ext/gmp/tests/gmp_hamdist.phpt
ext/gmp/tests/gmp_import.phpt
ext/gmp/tests/gmp_init.phpt
ext/gmp/tests/gmp_invert.phpt
ext/gmp/tests/gmp_jacobi.phpt
ext/gmp/tests/gmp_legendre.phpt
ext/gmp/tests/gmp_mod.phpt
ext/gmp/tests/gmp_neg.phpt
ext/gmp/tests/gmp_nextprime.phpt
ext/gmp/tests/gmp_or.phpt
ext/gmp/tests/gmp_perfect_square.phpt
ext/gmp/tests/gmp_popcount.phpt
ext/gmp/tests/gmp_pow.phpt
ext/gmp/tests/gmp_pown.phpt
ext/gmp/tests/gmp_prob_prime.phpt
ext/gmp/tests/gmp_random_bits.phpt
ext/gmp/tests/gmp_random_range.phpt
ext/gmp/tests/gmp_random_seed.phpt
ext/gmp/tests/gmp_remroot.phpt
ext/gmp/tests/gmp_root.phpt
ext/gmp/tests/gmp_scan0.phpt
ext/gmp/tests/gmp_scan1.phpt
ext/gmp/tests/gmp_setbit.phpt
ext/gmp/tests/gmp_setbit_long.phpt
ext/gmp/tests/gmp_sign.phpt
ext/gmp/tests/gmp_sqrt.phpt
ext/gmp/tests/gmp_sqrtrem.phpt
ext/gmp/tests/gmp_strval.phpt
ext/gmp/tests/gmp_sub.phpt
ext/gmp/tests/gmp_testbit.phpt
ext/gmp/tests/gmp_xor.phpt
ext/gmp/tests/overloading.phpt