Create post-HADVAs expect files
[hiphop-php.git] / hphp / test / quick / dict / invalid-scalar.php.expect.hadva
blob94d63a3e2c95d54f3a28713ba499da775a253dba
1 string(72) "Got Invalid dict key: expected a key of type int or string, double given"
2 string(70) "Got Invalid dict key: expected a key of type int or string, bool given"
3 string(70) "Got Invalid dict key: expected a key of type int or string, bool given"
4 string(70) "Got Invalid dict key: expected a key of type int or string, null given"
5 string(70) "Got Invalid dict key: expected a key of type int or string, dict given"
6 string(74) "Got Invalid dict key: expected a key of type int or string, stdClass given"
7 string(70) "Got Invalid dict key: expected a key of type int or string, bool given"
8 string(69) "Got Invalid dict key: expected a key of type int or string, vec given"
9 string(70) "Got Invalid dict key: expected a key of type int or string, dict given"
10 string(72) "Got Invalid dict key: expected a key of type int or string, keyset given"
11 string(75) "Got Invalid dict key: expected a key of type int or string, HH\Vector given"