Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello,
We had a very strange issue, and it was a bit hard to debug (Mind the !==) :
!==
TL;DR: there was a BOM (U+FEFF) character in front of the string.
U+FEFF
I would be very cool to have the vardumper displaying such characters. I made a reproducer if it can help:
https://gist.github.com/lyrixx/8fe4a205864855bd23f1c0ec44b6d72d
BTW, my IDE warns me about that:
The text was updated successfully, but these errors were encountered:
All invisible Unicode characters could shown like that. There is already a to display newline, we could have the same thing.
See this reference: https://invisible-characters.com/
Sorry, something went wrong.
That'd make sense to me, we should display them as we do for \n, as eg \u{feff}
\n
\u{feff}
I think it's a good idea, yes 💛
e7e59fb
Successfully merging a pull request may close this issue.
Hello,
We had a very strange issue, and it was a bit hard to debug (Mind the
!==
) :TL;DR: there was a BOM (
U+FEFF
) character in front of the string.I would be very cool to have the vardumper displaying such characters.
I made a reproducer if it can help:
https://gist.github.com/lyrixx/8fe4a205864855bd23f1c0ec44b6d72d
BTW, my IDE warns me about that:

The text was updated successfully, but these errors were encountered: