import zend standard tests
[hiphop-php.git] / hphp / test / zend / bad / ext-standard-math / exp_basiclong_64bit.php.expectf
blob53c2e674dd80ead04ee70977f1a4d5b1b0990598
1 --- testing: 9223372036854775807 ---
2 float(INF)
3 --- testing: -9223372036854775808 ---
4 float(0)
5 --- testing: 2147483647 ---
6 float(INF)
7 --- testing: -2147483648 ---
8 float(0)
9 --- testing: 9223372034707292160 ---
10 float(INF)
11 --- testing: -9223372034707292160 ---
12 float(0)
13 --- testing: 2147483648 ---
14 float(INF)
15 --- testing: -2147483649 ---
16 float(0)
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(0)
29 --- testing: -9.2233720368548E+18 ---
30 float(0)
31 ===DONE===