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