/
proc
/
self
/
root
/
usr
/
local
/
lsws
/
phpbuild
/
php-8.0.7
/
ext
/
standard
/
tests
/
streams
/
File Upload :
llllll
Current File: //proc/self/root/usr/local/lsws/phpbuild/php-8.0.7/ext/standard/tests/streams/bug46147.phpt
--TEST-- Bug #46147 (after stream seek, appending stream filter reads incorrect data) --FILE-- <?php $fp = tmpfile(); fwrite($fp, "this is a lowercase string.\n"); fseek($fp, 5); stream_filter_append($fp, "string.toupper"); while (!feof($fp)) { echo fread($fp, 5); } ?> --EXPECT-- IS A LOWERCASE STRING.
Copyright ©2k19 -
Hexid
|
Tex7ure