Home
last modified time | relevance | path

Searched refs:gmp_clrbit (Results 1 – 6 of 6) sorted by relevance

/php-src/ext/gmp/tests/
H A Dgmp_clrbit.phpt2 gmp_clrbit() basic tests
9 gmp_clrbit($n, 0);
14 gmp_clrbit($n, -1);
22 gmp_clrbit($n, -1);
29 gmp_clrbit($n, 3);
33 gmp_clrbit($n, 3);
34 gmp_clrbit($n, 5);
35 gmp_clrbit($n, 20);
40 gmp_clrbit($n, 3);
49 gmp_clrbit(): Argument #2 ($index) must be greater than or equal to 0
[all …]
H A Dclone.phpt10 gmp_clrbit($a, 0);
H A Dgmp_testbit.phpt44 gmp_clrbit($n, 5);
/php-src/ext/gmp/
H A Dgmp_arginfo.h241 ZEND_FUNCTION(gmp_clrbit);
297 ZEND_FE(gmp_clrbit, arginfo_gmp_clrbit)
H A Dgmp.stub.php172 function gmp_clrbit(GMP $num, int $index): void {} function
H A Dgmp.c1936 ZEND_FUNCTION(gmp_clrbit) in ZEND_FUNCTION() argument

Completed in 25 milliseconds