Home
last modified time | relevance | path

Searched refs:gmp_gcdext (Results 1 – 5 of 5) sorted by relevance

/PHP-8.0/ext/gmp/tests/
H A Dgmp_gcdext.phpt2 gmp_gcdext() basic tests
26 $r = gmp_gcdext($val[0],$val[1]);
33 var_dump(gmp_gcdext($val[0], array()));
38 var_dump(gmp_gcdext(array(), array()));
66 gmp_gcdext(): Argument #2 ($num2) must be of type GMP|string|int, array given
67 gmp_gcdext(): Argument #1 ($num1) must be of type GMP|string|int, array given
H A Dbug80560.phpt47 'gmp_gcdext',
/PHP-8.0/ext/gmp/
H A Dgmp_arginfo.h214 ZEND_FUNCTION(gmp_gcdext);
268 ZEND_FE(gmp_gcdext, arginfo_gmp_gcdext)
H A Dgmp.stub.php64 function gmp_gcdext(GMP|int|string $num1, GMP|int|string $num2): array {} function
H A Dgmp.c1536 ZEND_FUNCTION(gmp_gcdext) in ZEND_FUNCTION() argument

Completed in 19 milliseconds