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 the echo and print statements #41

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

PHP parser unable to understand the echo and print statements #41

Newbytee opened this issue Dec 8, 2019 · 0 comments

Comments

@Newbytee
Copy link

Newbytee commented Dec 8, 2019

The PHP transpiler is unable to understand the echo and print statements in PHP. Here's some example code that works in PHP but not transpiler:

echo "hello";

print "hey there";
@Newbytee Newbytee changed the title PHP transpiler unable to understand the echo and print statements PHP parser unable to understand the echo and print statements 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