Searched refs:gmp_clrbit (Results 1 – 6 of 6) sorted by relevance
/PHP-8.2/ext/gmp/tests/ |
H A D | gmp_clrbit.phpt | 2 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 D | clone.phpt | 10 gmp_clrbit($a, 0);
|
H A D | gmp_testbit.phpt | 44 gmp_clrbit($n, 5);
|
/PHP-8.2/ext/gmp/ |
H A D | gmp_arginfo.h | 242 ZEND_FUNCTION(gmp_clrbit); 299 ZEND_FE(gmp_clrbit, arginfo_gmp_clrbit)
|
H A D | gmp.stub.php | 172 function gmp_clrbit(GMP $num, int $index): void {} function
|
H A D | gmp.c | 2014 ZEND_FUNCTION(gmp_clrbit) in ZEND_FUNCTION() argument
|
Completed in 14 milliseconds