enable coroutine for rust emitter
[hiphop-php.git] / hphp / test / slow / ext_redis / evalevalSha.php.expect
blobf206d24d621f22a01dfa04eba7ae743e807fdf6b
1 eval
2 int(42)
3 bool(false)
4 array(3) {
5   [0]=>
6   int(1)
7   [1]=>
8   int(2)
9   [2]=>
10   array(3) {
11     [0]=>
12     int(3)
13     [1]=>
14     int(4)
15     [2]=>
16     array(2) {
17       [0]=>
18       string(1) "a"
19       [1]=>
20       string(1) "b"
21     }
22   }
24 string(2) "OK"
25 array(4) {
26   [0]=>
27   string(24) "ext_redis_eval_test:key1"
28   [1]=>
29   string(24) "ext_redis_eval_test:key2"
30   [2]=>
31   string(5) "first"
32   [3]=>
33   string(6) "second"
35 evaluate
36 int(42)
37 bool(false)
38 array(3) {
39   [0]=>
40   int(1)
41   [1]=>
42   int(2)
43   [2]=>
44   array(3) {
45     [0]=>
46     int(3)
47     [1]=>
48     int(4)
49     [2]=>
50     array(2) {
51       [0]=>
52       string(1) "a"
53       [1]=>
54       string(1) "b"
55     }
56   }
58 string(2) "OK"
59 array(4) {
60   [0]=>
61   string(24) "ext_redis_eval_test:key1"
62   [1]=>
63   string(24) "ext_redis_eval_test:key2"
64   [2]=>
65   string(5) "first"
66   [3]=>
67   string(6) "second"
69 evalSha
70 int(42)
71 string(2) "OK"
72 bool(false)
73 string(6) "string"
74 evaluateSha
75 int(42)
76 string(2) "OK"
77 bool(false)
78 string(6) "string"
79 script
80 string(40) "1fa00e76656cc152ad327c13fe365858fd7be306"
81 bool(false)
82 array(2) {
83   [0]=>
84   int(1)
85   [1]=>
86   int(0)
88 bool(true)
89 bool(false)
90 string(6) "string"
91 string(4) "NULL"