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
Syntax error found in 1 file
------------------------------------------------------------
Parse error: .\tests\file-with-parse-error.php:6
5|
> 6| echo . $text;
7|
Unexpected token "."
Actual output
Syntax error found in 1 file
------------------------------------------------------------
Parse error: .\tests\file-with-parse-error.php:6
5|
> 6| echo . $text;
7|
Unexpected token "." in .\tests\file-with-parse-error.php on line 6
Take note of the difference in the last line of the output.
The text was updated successfully, but these errors were encountered:
Command
Expected output
Actual output
Take note of the difference in the last line of the output.
The text was updated successfully, but these errors were encountered: