No error on use of `unsafe_cast`
[hiphop-php.git] / hphp / hack / test / typecheck / nonexistent_function.php.exp
blob2cdce8bd4a41b8cf04d748c33385fce5cb5f178a
1 File "nonexistent_function.php", line 4, characters 3-14:
2 Unbound name: `no_such_func` (a global function) (Naming[2049])
3 File "nonexistent_function.php", line 3, characters 10-12:
4 Functions that do not return a value must have a type of void (Typing[4422])
5 File "nonexistent_function.php", line 4, characters 3-14:
6 Unbound name (typing): `no_such_func` (Typing[4107])