--TEST-- testing integer overflow (64bit) --SKIPIF-- --FILE-- --EXPECTF-- int(9223372036854775807) Warning: The float %f is not representable as an int, cast occurred in %s on line %d int(-9223372036854775808) Warning: The float %f is not representable as an int, cast occurred in %s on line %d int(-9223372036854775808) Warning: The float %f is not representable as an int, cast occurred in %s on line %d int(0) int(-9223372036854775808) int(-9223372036854775808) int(-9223372036854775808) Done