Arquivos
hhvm/hphp/test/slow/ext_redis/hsetget.php.expect
T
Sara Golemon 2811e9da94 Implement Redis extension
PHP implementation of Redis
2013-06-25 13:19:10 -07:00

23 linhas
252 B
Plaintext

int(1)
int(2)
array(2) {
[0]=>
string(3) "foo"
[1]=>
string(3) "baz"
}
array(2) {
[0]=>
string(3) "bar"
[1]=>
string(4) "boom"
}
array(2) {
["foo"]=>
string(3) "bar"
["baz"]=>
string(4) "boom"
}
string(3) "bar"
string(4) "boom"