--TEST-- gmp_cmp() basic tests --EXTENSIONS-- gmp --FILE-- getMessage() . \PHP_EOL; } echo "Done\n"; ?> --EXPECT-- int(2) int(0) int(-1) int(0) int(1) int(-1) bool(true) int(0) gmp_cmp(): Argument #1 ($num1) must be of type GMP|string|int, array given Done