One Hat Cyber Team
Your IP:
216.73.216.110
Server IP:
198.54.114.155
Server:
Linux server71.web-hosting.com 4.18.0-513.18.1.lve.el8.x86_64 #1 SMP Thu Feb 22 12:55:50 UTC 2024 x86_64
Server Software:
LiteSpeed
PHP Version:
5.6.40
Create File
|
Create Folder
Execute
Dir :
~
/
opt
/
alt
/
tests
/
alt-php81-phpiredis_1.0.1-1.el8
/
Edit File:
client_004.phpt
--TEST-- [CLIENT] Execute commands --SKIPIF-- <?php require_once 'testsuite_skipif.inc'; --FILE-- <?php require_once 'testsuite_utilities.inc'; $redis = create_phpiredis_connection(REDIS_HOST, REDIS_PORT); phpiredis_command($redis, 'DEL test'); phpiredis_command($redis, 'SET test 1'); $response = phpiredis_command($redis, 'GET test'); var_dump($response); --EXPECT-- string(1) "1"
Simpan