MR~TNT File Manager
Current Path:
/opt/alt/tests/alt-php82-pecl-lzf_1.7.0-1.el8/tests
opt
/
alt
/
tests
/
alt-php82-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: 004.phpt
--TEST-- filter lzf.compress --SKIPIF-- <?php if (!extension_loaded("lzf")) print "skip"; ?> <?php if (!function_exists("base64_encode")) print "skip"; ?> --POST-- --GET-- --INI-- --FILE-- <?php $text = "This is test of LZF extension"; $fp = fopen('php://stdout', 'w'); stream_filter_append($fp, 'lzf.compress', STREAM_FILTER_WRITE); stream_filter_append($fp, 'convert.base64-encode', STREAM_FILTER_WRITE); fwrite($fp, $text); fclose($fp); ?> --EXPECT-- WlYAAB1UaGlzIGlzIHRlc3Qgb2YgTFpGIGV4dGVuc2lvbg==
Upload File
Create Folder