--TEST-- gmp_cmp() basic tests --SKIPIF-- --FILE-- --EXPECTF-- int(2) int(0) int(-1) int(0) int(1) int(-1) bool(true) int(0) Warning: gmp_cmp() expects exactly 2 parameters, 3 given in %s on line %d NULL Warning: gmp_cmp(): Unable to convert variable to GMP - wrong type in %s on line %d bool(false) Warning: gmp_cmp() expects exactly 2 parameters, 1 given in %s on line %d NULL Warning: gmp_cmp() expects exactly 2 parameters, 0 given in %s on line %d NULL Done