enable coroutine for rust emitter
[hiphop-php.git] / hphp / test / slow / ext_redis / sscan.php.expect
blob3cc345fa2f915a49c554a8871e9622fbb9c9ca9a
1 array(4) {
2   [0]=>
3   string(11) "member:four"
4   [1]=>
5   string(10) "member:one"
6   [2]=>
7   string(12) "member:three"
8   [3]=>
9   string(10) "member:two"
11 array(2) {
12   [0]=>
13   string(12) "member:three"
14   [1]=>
15   string(10) "member:two"
17 array(0) {