MR~TNT File Manager
Current Path:
/opt/alt/tests/alt-php81-pecl-lzf_1.7.0-1.el8/tests
opt
/
alt
/
tests
/
alt-php81-pecl-lzf_1.7.0-1.el8
/
tests
/
ðŸ“
..
📄
001.phpt
(554 B)
📄
002.phpt
(340 B)
📄
003.phpt
(348 B)
📄
004.phpt
(503 B)
📄
005.phpt
(554 B)
📄
006.phpt
(370 B)
📄
bug70727.phpt
(1.08 KB)
Editing: 006.phpt
--TEST-- lzf.compress on binary may result in larger string than input --SKIPIF-- <?php if (!extension_loaded("lzf")) print "skip"; ?> <?php if (!function_exists("random_bytes")) print "skip"; ?> --FILE-- <?php for ($i = 0 ; $i<32 ; $i++) { $in = random_bytes(random_int(10000,50000)); $out = lzf_compress($in); if (!$out) echo "Failure\n"; } ?> Done --EXPECT-- Done
Upload File
Create Folder