--TEST-- gmp_popcount() basic tests --SKIPIF-- --FILE-- --EXPECTF-- int(-1) int(0) int(10) int(31) int(-1) int(20) Warning: gmp_popcount(): Unable to convert variable to GMP - wrong type in %s on line %d bool(false) Warning: gmp_popcount() expects exactly 1 parameter, 0 given in %s on line %d NULL Done