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
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";
The text was updated successfully, but these errors were encountered:
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
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:
The text was updated successfully, but these errors were encountered: