--TEST-- gmp_neg() basic tests --SKIPIF-- --FILE-- --EXPECTF-- int(0) int(-1) int(1) int(1) int(0) int(0) int(0) string(21) "-12345678901234567890" Warning: Wrong parameter count for gmp_neg() in %s on line %d NULL Warning: Wrong parameter count for gmp_neg() in %s on line %d NULL Warning: gmp_neg(): Unable to convert variable to GMP - wrong type in %s on line %d bool(false) Done