Home
last modified time | relevance | path

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

/php-src/ext/gmp/tests/
H A Dgmp_sqrtrem.phpt2 gmp_sqrtrem() basic tests
9 $r = gmp_sqrtrem(-1);
15 $r = gmp_sqrtrem("0");
19 $r = gmp_sqrtrem(2);
23 $r = gmp_sqrtrem(10);
27 $r = gmp_sqrtrem(7);
31 $r = gmp_sqrtrem(3);
35 $r = gmp_sqrtrem(100000);
39 $r = gmp_sqrtrem("1000000");
49 $r = gmp_sqrtrem($n);
[all …]
H A Dbug80560.phpt17 'gmp_sqrtrem',
/php-src/ext/gmp/
H A Dgmp_arginfo.h216 ZEND_FUNCTION(gmp_sqrtrem);
272 ZEND_FE(gmp_sqrtrem, arginfo_gmp_sqrtrem)
H A Dgmp.stub.php114 function gmp_sqrtrem(GMP|int|string $num): array {} function
H A Dgmp.c1374 ZEND_FUNCTION(gmp_sqrtrem) in ZEND_FUNCTION() argument

Completed in 12 milliseconds