--TEST-- Test hexdec function : 64bit long tests --SKIPIF-- --FILE-- --EXPECT-- --- testing: 7fffffffffffffff --- int(9223372036854775807) --- testing: ffffffffffffffff --- float(1.8446744073709552E+19) --- testing: 7fffffff --- int(2147483647) --- testing: ffffffff --- int(4294967295) --- testing: 7ffffffffffffffff --- float(1.4757395258967641E+20) --- testing: ffffffffffffffffff --- float(4.722366482869645E+21) --- testing: 7ffffffff --- int(34359738367) --- testing: fffffffff --- int(68719476735)