add bitset operations and tests
[hiphop-php.git] / hphp / test / slow / ext_array / 1768.php.expect
blobbe08fe7f6abc7656a6e4cb76c51f61cad97abf19
1 k=0 v=0
2 k=1 v=1
3 k=2 v=2
4 array(3) {
5   [0]=>
6   int(1)
7   [1]=>
8   int(2)
9   [2]=>
10   int(3)