Add RouterInfo include and dependency to ClientTool
[hiphop-php.git] / hphp / test / zend / good / ext / standard / tests / array / array_count_values2.php.expectf
blob312b1035fe3fc88e9d55f0b0064863cd46166899
1 Warning: Can only count STRING and INTEGER values! in %s/test/zend/good/ext/standard/tests/array/array_count_values2.php on line 15
3 Warning: Can only count STRING and INTEGER values! in %s/test/zend/good/ext/standard/tests/array/array_count_values2.php on line 15
5 Warning: Can only count STRING and INTEGER values! in %s/test/zend/good/ext/standard/tests/array/array_count_values2.php on line 15
6 dict(8) {
7   [1]=>
8   int(2)
9   ["hello"]=>
10   int(2)
11   ["world"]=>
12   int(1)
13   [""]=>
14   int(1)
15   ["rabbit"]=>
16   int(1)
17   ["foo"]=>
18   int(1)
19   ["Foo"]=>
20   int(1)
21   [0]=>
22   int(1)