Begin naming table comparison
[hiphop-php.git] / hphp / hack / test / typecheck / array / safe_vector_array / disallow_darray_with_wrong_key_type_where_varray_or_darray_is_required_in_non_strict_mode.php.exp
blob54b43d11432a990e7c903aa1a31d520ccb2e93cc
1 File "disallow_darray_with_wrong_key_type_where_varray_or_darray_is_required_in_non_strict_mode.php", line 9, characters 38-74:
2 Invalid argument (Typing[4110])
3 File "disallow_darray_with_wrong_key_type_where_varray_or_darray_is_required_in_non_strict_mode.php", line 6, characters 54-69:
4 This is varray_or_darray, which requires arraykey-typed keys when used with an array (used like a hashtable)
5 File "disallow_darray_with_wrong_key_type_where_varray_or_darray_is_required_in_non_strict_mode.php", line 5, characters 67-70:
6 But got `bool`