/
proc
/
3430793
/
cwd
/
usr
/
local
/
lsws
/
phpbuild
/
php-8.0.7
/
ext
/
standard
/
tests
/
file
/
File Upload :
llllll
Current File: //proc/3430793/cwd/usr/local/lsws/phpbuild/php-8.0.7/ext/standard/tests/file/bug27619.phpt
--TEST-- Bug #27619 (filters not applied to pre-buffered data) --FILE-- <?php $fp = tmpfile(); fwrite($fp, "this is a lowercase string.\n"); rewind($fp); /* Echo out the first four bytes 'this' without applying filter Remainder will get sucked into the read buffer though. */ echo fread($fp, 4); stream_filter_append($fp, "string.toupper"); fpassthru($fp); ?> --EXPECT-- this IS A LOWERCASE STRING.
Copyright ©2k19 -
Hexid
|
Tex7ure