Handle this typehints
[hiphop-php.git] / hphp / test / slow / modulus / 1431.php
blob304400275d5998a2a2d5bf5408ac400198ed2b0b
1 <?php
3 $a = 1 % 9223372036854775807;
4 var_dump($a);