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
Important
This issue was migrated from Trac:
gszymaszek
syntax
Consider the following simple PHP code:
<?php $a = 'Aaa\\'; echo $a, PHP_EOL;
There’s an escaped backslash in the $a string, so that the code would print:
Aaa\
mcedit doesn’t see the escaped backslash, it sees an escaped quotation mark and thinks that the rest of the code is still that $a string:
<?php $a = 'xxxx\'; echo $a, PHP_EOL;
Note
Original attachments:
Feb 6, 2020 at 8:59 UTC
The text was updated successfully, but these errors were encountered:
Changed by gszymaszek (@gszy) on Feb 6, 2020 at 8:59 UTC
Sorry, something went wrong.
Changed by andrew_b (@aborodin) on Feb 8, 2020 at 16:45 UTC (comment 1)
andrew_b
Feb 8, 2020 at 16:45 UTC
Changed by andrew_b (@aborodin) on Feb 8, 2020 at 16:46 UTC (comment 2)
Feb 8, 2020 at 16:46 UTC
Thanks!
Applied as [aa2904e].
Changed by andrew_b (@aborodin) on Feb 8, 2020 at 16:48 UTC (comment 3)
Feb 8, 2020 at 16:48 UTC
aborodin
No branches or pull requests
Important
This issue was migrated from Trac:
gszymaszek
(@gszy)syntax
Consider the following simple PHP code:
There’s an escaped backslash in the $a string, so that the code would print:
mcedit doesn’t see the escaped backslash, it sees an escaped quotation mark and thinks that the rest of the code is still that $a string:
Note
Original attachments:
gszymaszek
(@gszy) onFeb 6, 2020 at 8:59 UTC
The text was updated successfully, but these errors were encountered: