Refactor the parsing and processing of configuration options ... just a bit ...
[hiphop-php.git] / hphp / test / slow / ext_redis / phpserialize.php.expect
blob463df8021db18da9bd084399f3f7ec5841768595
1 string(2) "N;"
2 NULL
3 string(4) "b:1;"
4 bool(true)
5 string(4) "b:0;"
6 bool(false)
7 string(6) "i:123;"
8 int(123)
9 string(6) "d:456;"
10 float(456)
11 string(25) "s:17:"A string of words";"
12 string(17) "A string of words"
13 string(30) "a:3:{i:0;i:1;i:1;i:2;i:2;i:3;}"
14 array(3) {
15   [0]=>
16   int(1)
17   [1]=>
18   int(2)
19   [2]=>
20   int(3)