You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Marking the syntax error to be the end of the file seems like the reasonable behavior (this typically emits errors where the MissingToken is). What do you expect the behavior to be?
It might be user friendly to have additional information about the start as well, if that's what you meant.
php -l index.txt
Parse error: syntax error, unexpected end of file in index.txt on line 67
Errors parsing index.txt
Attached below is the code that was identified as needing a closing brace. The plug-in marked the end of the file as the point needing the brace
index.txt
The text was updated successfully, but these errors were encountered: