add bitset operations and tests
[hiphop-php.git] / hphp / test / slow / ext_array / array_keys.php.expect
blobad25c7697e61e2bdc26e3ddaf87f94530cef688d
1 array(2) {
2   [0]=>
3   int(0)
4   [1]=>
5   string(5) "color"
7 array(3) {
8   [0]=>
9   int(0)
10   [1]=>
11   int(3)
12   [2]=>
13   int(4)
15 array(2) {
16   [0]=>
17   string(5) "color"
18   [1]=>
19   string(4) "size"
21 array(3) {
22   [0]=>
23   string(1) "a"
24   [1]=>
25   string(1) "b"
26   [2]=>
27   string(1) "c"
29 array(2) {
30   [0]=>
31   string(1) "a"
32   [1]=>
33   string(1) "c"