Home
last modified time | relevance | path

Searched refs:gmp_testbit (Results 1 – 4 of 4) sorted by relevance

/PHP-7.4/ext/gmp/tests/
H A Dgmp_testbit.phpt2 gmp_testbit() basic tests
8 var_dump(gmp_testbit());
11 var_dump(gmp_testbit($n, -10));
12 var_dump(gmp_testbit($n, 0));
13 var_dump(gmp_testbit($n, 1));
14 var_dump(gmp_testbit($n, 100));
17 var_dump(gmp_testbit($n, 1));
18 var_dump(gmp_testbit($n, -1));
21 var_dump(gmp_testbit($n, 1));
23 var_dump(gmp_testbit($n, 1));
[all …]
H A Dbug66872.phpt2 Bug #66872: Crash when passing string to gmp_testbit
8 var_dump(gmp_testbit("abc", 1));
12 Warning: gmp_testbit(): Unable to convert variable to GMP - string is not an integer in %s on line …
/PHP-7.4/ext/gmp/
H A Dphp_gmp.h79 ZEND_FUNCTION(gmp_testbit);
H A Dgmp.c188 ZEND_FE(gmp_testbit, arginfo_gmp_bit)
2103 ZEND_FUNCTION(gmp_testbit) in ZEND_FUNCTION() argument

Completed in 14 milliseconds