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());
72 Warning: gmp_gcdext(): Unable to convert variable to GMP - wrong type in %s on line %d
75 Warning: gmp_gcdext(): Unable to convert variable to GMP - wrong type in %s on line %d
78 Warning: gmp_gcdext() expects exactly 2 parameters, 3 given in %s on line %d
81 Warning: gmp_gcdext() expects exactly 2 parameters, 1 given in %s on line %d
84 Warning: gmp_gcdext() expects exactly 2 parameters, 0 given in %s on line %d