make `Switch` constructor more precise
[hiphop-php.git] / hphp / test / slow / double-serde-corruption.php
blob7ece03a5cbf4ad621c7940d4002a5b33ea411425
1 <?hh
4 <<__EntryPoint>>
5 function main_double_serde_corruption() {
6 $val = -9.2233720368547758e18;
7 var_dump($val == unserialize(serialize($val)));