PHP 8.5.0 Alpha 4 available for testing

Voting

: max(five, nine)?
(Example: nine)

The Note You're Voting On

madmax at express dot ru
24 years ago
Some browser (netscape, for example)
send 8-bit quoted printable text like this:
=C5=DD=A3=D2=C1= =DA

"= =" means continuos word.
php function not detect this situations and translate in string like:
abcde=f

<< Back to user notes page

To Top