Home
last modified time | relevance | path

Searched refs:gmp_popcount (Results 1 – 3 of 3) sorted by relevance

/PHP-7.2/ext/gmp/tests/
H A Dgmp_popcount.phpt2 gmp_popcount() basic tests
8 var_dump(gmp_popcount(-1));
9 var_dump(gmp_popcount(0));
10 var_dump(gmp_popcount(12123));
11 var_dump(gmp_popcount("52638927634234"));
12 var_dump(gmp_popcount("-23476123423433"));
14 var_dump(gmp_popcount($n));
15 var_dump(gmp_popcount(array()));
16 var_dump(gmp_popcount());
28 Warning: gmp_popcount(): Unable to convert variable to GMP - wrong type in %s on line %d
[all …]
/PHP-7.2/ext/gmp/
H A Dphp_gmp.h80 ZEND_FUNCTION(gmp_popcount);
H A Dgmp.c189 ZEND_FE(gmp_popcount, arginfo_gmp_unary)
2031 ZEND_FUNCTION(gmp_popcount) in ZEND_FUNCTION() argument

Completed in 11 milliseconds