/
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/with_files.phpt
--TEST-- BZ2 with files --SKIPIF-- <?php if (!extension_loaded("bz2")) print "skip"; ?> --FILE-- <?php error_reporting(E_ALL); $filename = "with_files.bz2"; $str = "This is a test string.\n"; $bz = bzopen($filename, "w"); bzwrite($bz, $str); bzclose($bz); $bz = bzopen($filename, "r"); print bzread($bz, 10); print bzread($bz); bzclose($bz); unlink($filename); ?> --EXPECT-- This is a test string.
Copyright ©2k19 -
Hexid
|
Tex7ure