Home
last modified time | relevance | path

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

/php-src/ext/gmp/tests/
H A Dgmp_gcdext.phpt2 gmp_gcdext() basic tests
25 $r = gmp_gcdext($val[0],$val[1]);
32 var_dump(gmp_gcdext($val[0], array()));
37 var_dump(gmp_gcdext(array(), array()));
65 gmp_gcdext(): Argument #2 ($num2) must be of type GMP|string|int, array given
66 gmp_gcdext(): Argument #1 ($num1) must be of type GMP|string|int, array given
H A Dbug80560.phpt47 'gmp_gcdext',
/php-src/ext/gmp/
H A Dgmp_arginfo.h225 ZEND_FUNCTION(gmp_gcdext);
281 ZEND_FE(gmp_gcdext, arginfo_gmp_gcdext)
H A Dgmp.stub.php140 function gmp_gcdext(GMP|int|string $num1, GMP|int|string $num2): array {} function
H A Dgmp.c1553 ZEND_FUNCTION(gmp_gcdext) in ZEND_FUNCTION() argument

Completed in 37 milliseconds