x64: Strange return when repeating <crlf>
Posted: 10 Jan 2026 20:10
I have noticed that in x64 when repeating <crlf> if the value is between 5 and 21, strange things happen to the output, here is a quick repro.
Code: Select all
$i = 4; while ($i++ < 21) { $s .= <crlf $i>; } text $s;