--TEST-- GMP casting using casting operators --EXTENSIONS-- gmp --FILE-- --EXPECT-- 42 string(2) "42" int(42) float(42) bool(true) 0 string(1) "0" int(0) float(0) bool(false)