/
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/bug44607.phpt
--TEST-- Bug #44607 (stream_get_line unable to correctly identify the "ending" in the stream content) --FILE-- <?php $eol = '<EOL>'; $tempnam = __DIR__ . '/' . 'tmpbug44607.txt'; $data = str_repeat('.', 14000); $data .= $eol; $data .= $data; file_put_contents($tempnam, $data); $fd = fopen($tempnam, 'r'); var_dump(strlen(stream_get_line($fd, 15000, $eol))); var_dump(strlen(stream_get_line($fd, 15000, $eol))); fseek($fd, 1, SEEK_SET); var_dump(strlen(stream_get_line($fd, 15000, $eol))); var_dump(strlen(stream_get_line($fd, 15000, $eol))); fclose($fd); unlink($tempnam); ?> --EXPECT-- int(14000) int(14000) int(13999) int(14000)
Copyright ©2k19 -
Hexid
|
Tex7ure