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

12 linhas
167 B
Plaintext

string(14) "This is a test"
bool(true)
array(1) {
[0]=>
string(20) "This is a multi test"
}
bool(true)
array(1) {
[0]=>
string(23) "This is a pipeline test"
}