add bitset operations and tests
[hiphop-php.git] / hphp / test / slow / ext_array / array_unshift.php.expect
blobd58c7cbb6da67a30e81b48a5a4d89e55ad90e673
1 array(4) {
2   [0]=>
3   string(5) "apple"
4   [1]=>
5   string(9) "raspberry"
6   [2]=>
7   string(6) "orange"
8   [3]=>
9   string(6) "banana"
11 array(4) {
12   [0]=>
13   string(5) "apple"
14   [1]=>
15   string(9) "raspberry"
16   [2]=>
17   string(6) "orange"
18   [3]=>
19   string(6) "banana"