Updating submodules
[hiphop-php.git] / hphp / test / slow / as-expression / tuple_errors.php.expectf
blobbca74c0947ff07eb3c8c65d5f299d4cde1dd5a22
1 OK
2 string(29) "Expected bool at [1], got int"
3 string(31) "Expected string at [2], got int"
4 string(52) "Expected (int, bool, string), got HH\vec of length 2"
5 string(52) "Expected (int, bool, string), got HH\vec of length 2"
6 string(52) "Expected (int, bool, string), got HH\vec of length 2"
7 string(52) "Expected (int, bool, string), got HH\vec of length 4"
9 string(58) "Expected (int, (int, (int, bool))), got HH\vec of length 3"
10 string(58) "Expected (int, (int, (int, bool))), got HH\vec of length 3"
11 string(58) "Expected (int, (int, (int, bool))), got HH\vec of length 3"
13 string(35) "Expected int at [1][1][0], got bool"
14 string(34) "Expected int at [1][0], got string"
15 string(58) "Expected (int, (int, (int, bool))), got HH\vec of length 4"