No error on use of `unsafe_cast`
[hiphop-php.git] / hphp / hack / test / typecheck / ltgt.php.exp
blob0815678e351d4d066ed95e948f49cf7d94ba7d04
1 File "ltgt.php", line 4, characters 13-13:
2 An expression is expected here. (Parsing[1002])
3 File "ltgt.php", line 4, characters 11-11:
4 Unbound name: `>` (a global constant) (Naming[2049])
5 File "ltgt.php", line 5, characters 16-17:
6 Invalid argument (Typing[4110])
7 File "ltgt.php", line 9, characters 21-23:
8 Expected `int`
9 File "ltgt.php", line 3, characters 12-15:
10 But got `?int`