/
usr
/
local
/
lsws
/
phpbuild
/
php-8.0.7
/
ext
/
bz2
/
tests
/
File Upload :
llllll
Current File: //usr/local/lsws/phpbuild/php-8.0.7/ext/bz2/tests/005.phpt
--TEST-- bzcompress()/bzdecompress() tests --SKIPIF-- <?php if (!extension_loaded("bz2")) print "skip"; ?> --FILE-- <?php $string = "Life it seems, will fade away Drifting further everyday Getting lost within myself Nothing matters no one else"; var_dump(bzcompress(1,1,1)); var_dump(bzcompress($string, 100)); var_dump(bzcompress($string, 100, -1)); var_dump(bzcompress($string, 100, 1000)); var_dump(bzcompress($string, -1, 1)); $data = bzcompress($string); $data2 = bzcompress($string, 1, 10); $data3 = $data2; $data3[3] = 0; var_dump(bzdecompress(1,1)); var_dump(bzdecompress($data3)); var_dump(bzdecompress($data3,1)); var_dump(bzdecompress($data, 0)); var_dump(bzdecompress($data, 1)); var_dump(bzdecompress($data)); var_dump(bzdecompress($data2)); echo "Done\n"; ?> --EXPECTF-- string(%d) "BZ%a" int(-2) int(-2) int(-2) int(-2) int(-5) int(-5) int(-5) string(110) "Life it seems, will fade away Drifting further everyday Getting lost within myself Nothing matters no one else" string(110) "Life it seems, will fade away Drifting further everyday Getting lost within myself Nothing matters no one else" string(110) "Life it seems, will fade away Drifting further everyday Getting lost within myself Nothing matters no one else" string(110) "Life it seems, will fade away Drifting further everyday Getting lost within myself Nothing matters no one else" Done
Copyright ©2k19 -
Hexid
|
Tex7ure