Updating submodules
[hiphop-php.git] / hphp / hack / test / typecheck / aktuple / dynamic_index_non_lvalue_ok.php.exp
blob6c4bd45cf3e58953673c0915856ff9aba8422733
1 ERROR: File "dynamic_index_non_lvalue_ok.php", line 12, characters 12-16:
2 Invalid argument (Typing[4110])
3 File "dynamic_index_non_lvalue_ok.php", line 16, characters 19-21:
4 Expected `int`
5 File "dynamic_index_non_lvalue_ok.php", line 9, characters 15-19:
6 But got `string`
7 ERROR: File "dynamic_index_non_lvalue_ok.php", line 13, characters 15-19:
8 Invalid argument (Typing[4110])
9 File "dynamic_index_non_lvalue_ok.php", line 17, characters 22-27:
10 Expected `string`
11 File "dynamic_index_non_lvalue_ok.php", line 9, characters 12-12:
12 But got `int`