import zend standard tests
[hiphop-php.git] / hphp / test / zend / bad / ext-standard-math / cosh_basiclong_64bit.php.expectf
blob20d90e54ff2e5a353cc90cf5675525ae7488ea5b
1 --- testing: 9223372036854775807 ---
2 float(INF)
3 --- testing: -9223372036854775808 ---
4 float(INF)
5 --- testing: 2147483647 ---
6 float(INF)
7 --- testing: -2147483648 ---
8 float(INF)
9 --- testing: 9223372034707292160 ---
10 float(INF)
11 --- testing: -9223372034707292160 ---
12 float(INF)
13 --- testing: 2147483648 ---
14 float(INF)
15 --- testing: -2147483649 ---
16 float(INF)
17 --- testing: 4294967294 ---
18 float(INF)
19 --- testing: 4294967295 ---
20 float(INF)
21 --- testing: 4294967293 ---
22 float(INF)
23 --- testing: 9223372036854775806 ---
24 float(INF)
25 --- testing: 9.2233720368548E+18 ---
26 float(INF)
27 --- testing: -9223372036854775807 ---
28 float(INF)
29 --- testing: -9.2233720368548E+18 ---
30 float(INF)
31 ===DONE===