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
In PHP, single quotes (') can be used to declare strings that PHP will not look for variables or escapes inside. transpiler does not seem to support these as it gets confused and refuses to transpile when I use them in my code.
Example:
print('I like single quotes');
The text was updated successfully, but these errors were encountered:
Newbytee
changed the title
PHP parser is unable to understand single qoutes (')
PHP parser unable to understand single qoutes (')
Dec 8, 2019
In PHP, single quotes (') can be used to declare strings that PHP will not look for variables or escapes inside. transpiler does not seem to support these as it gets confused and refuses to transpile when I use them in my code.
Example:
The text was updated successfully, but these errors were encountered: