Linux premium155.web-hosting.com 4.18.0-513.11.1.lve.el8.x86_64 #1 SMP Thu Jan 18 16:21:02 UTC 2024 x86_64
LiteSpeed
: 162.0.235.200 | : 13.59.134.65
Cant Read [ /etc/named.conf ]
7.4.33
varifktc
www.github.com/MadExploits
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
CPANEL RESET
CREATE WP USER
README
+ Create Folder
+ Create File
/
opt /
alt /
tests /
alt-php80-phpiredis_1.0.1-1.el8 /
[ HOME SHELL ]
Name
Size
Permission
Action
client_001.phpt
283
B
-rw-r--r--
client_002.phpt
321
B
-rw-r--r--
client_003.phpt
510
B
-rw-r--r--
client_004.phpt
389
B
-rw-r--r--
client_005.phpt
378
B
-rw-r--r--
client_006.phpt
534
B
-rw-r--r--
client_007.phpt
445
B
-rw-r--r--
client_008.phpt
651
B
-rw-r--r--
client_009.phpt
425
B
-rw-r--r--
client_010.phpt
469
B
-rw-r--r--
client_011.phpt
466
B
-rw-r--r--
reader_001.phpt
257
B
-rw-r--r--
reader_002.phpt
1.07
KB
-rw-r--r--
reader_003.phpt
1.17
KB
-rw-r--r--
reader_004.phpt
540
B
-rw-r--r--
reader_005.phpt
824
B
-rw-r--r--
reader_006.phpt
1.44
KB
-rw-r--r--
reader_007.phpt
951
B
-rw-r--r--
reader_008.phpt
860
B
-rw-r--r--
reader_009.phpt
538
B
-rw-r--r--
reader_010.phpt
446
B
-rw-r--r--
reader_011.phpt
571
B
-rw-r--r--
reader_012.phpt
371
B
-rw-r--r--
reader_013.phpt
699
B
-rw-r--r--
serializer_001.phpt
240
B
-rw-r--r--
serializer_002.phpt
353
B
-rw-r--r--
testsuite_configuration.inc
118
B
-rw-r--r--
testsuite_skipif.inc
146
B
-rw-r--r--
testsuite_utilities.inc
645
B
-rw-r--r--
utils_001.phpt
682
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : reader_013.phpt
--TEST-- [READER] Parameters formatting should not break on many arguments --SKIPIF-- <?php require_once 'testsuite_skipif.inc'; --FILE-- <?php $array = array('MSET', 'key1', '1', 'key2', '2', 'key3', '3', 'key4', '4', 'key5', '5'); var_dump(phpiredis_format_command($array)); var_dump($array); --EXPECT-- string(100) "*11 $4 MSET $4 key1 $1 1 $4 key2 $1 2 $4 key3 $1 3 $4 key4 $1 4 $4 key5 $1 5 " array(11) { [0]=> string(4) "MSET" [1]=> string(4) "key1" [2]=> string(1) "1" [3]=> string(4) "key2" [4]=> string(1) "2" [5]=> string(4) "key3" [6]=> string(1) "3" [7]=> string(4) "key4" [8]=> string(1) "4" [9]=> string(4) "key5" [10]=> string(1) "5" }
Close