Lines Matching refs:gmp_gcdext
2 gmp_gcdext() basic tests
29 $r = gmp_gcdext($val[0],$val[1]);
35 var_dump(gmp_gcdext($val[0],array()));
36 var_dump(gmp_gcdext(array(),array()));
37 var_dump(gmp_gcdext(array(),array(),1));
38 var_dump(gmp_gcdext(array()));
39 var_dump(gmp_gcdext());
75 Warning: gmp_gcdext(): Unable to convert variable to GMP - wrong type in %s on line %d
78 Warning: gmp_gcdext(): Unable to convert variable to GMP - wrong type in %s on line %d
81 Warning: gmp_gcdext() expects exactly 2 parameters, 3 given in %s on line %d
84 Warning: gmp_gcdext() expects exactly 2 parameters, 1 given in %s on line %d
87 Warning: gmp_gcdext() expects exactly 2 parameters, 0 given in %s on line %d