--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: Wrong parameter count for gmp_popcount() in %s on line %d NULL Done