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

16 linhas
217 B
Plaintext

int(4)
array(3) {
[0]=>
string(5) "apple"
[1]=>
string(11) "easy as 123"
[2]=>
string(3) "abc"
}
string(4) "pear"
string(3) "abc"
int(2)
string(11) "easy as 123"
string(5) "apple"
string(11) "easy as 123"