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
\bom in the middle of file
I work on a large legacy project with tons of libraries and files as old as 10 years...
Every run of phpgrep over the entire project prints a bunch of this error
string-input.php:1:7: unicode (UTF-8) BOM in middle of file
and
string-input.php:26:15: unicode (UTF-8) BOM in middle of file
It would be best if these warnings were just ignored.
The text was updated successfully, but these errors were encountered:
Seems like it's an error from a lexer library that is used by the php parser library. z7zmey/php-parser#96
Can be solved only by a kludge right now.
Sorry, something went wrong.
quasilyte
No branches or pull requests
I work on a large legacy project with tons of libraries and files as old as 10 years...
Every run of phpgrep over the entire project prints a bunch of this error
string-input.php:1:7: unicode (UTF-8) BOM in middle of file
and
string-input.php:26:15: unicode (UTF-8) BOM in middle of file
It would be best if these warnings were just ignored.
The text was updated successfully, but these errors were encountered: