Skip to content
New issue

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

PHP parser unable to understand single qoutes (') #40

Open
Newbytee opened this issue Dec 8, 2019 · 0 comments
Open

PHP parser unable to understand single qoutes (') #40

Newbytee opened this issue Dec 8, 2019 · 0 comments

Comments

@Newbytee
Copy link

Newbytee commented 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:

print('I like single quotes');
@Newbytee Newbytee changed the title PHP parser is unable to understand single qoutes (') PHP parser unable to understand single qoutes (') Dec 8, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant