Lines Matching refs:gmp_gcdext
2 gmp_gcdext() basic tests
26 $r = gmp_gcdext($val[0],$val[1]);
32 var_dump(gmp_gcdext($val[0],array()));
33 var_dump(gmp_gcdext(array(),array()));
34 var_dump(gmp_gcdext(array(),array(),1));
35 var_dump(gmp_gcdext(array()));
36 var_dump(gmp_gcdext());
62 Warning: gmp_gcdext(): Unable to convert variable to GMP - wrong type in %s on line %d
65 Warning: gmp_gcdext(): Unable to convert variable to GMP - wrong type in %s on line %d
68 Warning: gmp_gcdext() expects exactly 2 parameters, 3 given in %s on line %d
71 Warning: gmp_gcdext() expects exactly 2 parameters, 1 given in %s on line %d
74 Warning: gmp_gcdext() expects exactly 2 parameters, 0 given in %s on line %d