-
Notifications
You must be signed in to change notification settings - Fork 114
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
echo newline #41
Comments
Part of the issue is that pib is meant to support HTML output windows (e.g. it supports HTML tags). If you want to echo a newline, you'd have to https://tysonandre.github.io/phan-demo/ (for https://github.com/tysonandre/phan-demo) is a fork of this that always uses text output (instead of HTML) for running php programs (and adds a PHP static analyzer as an example of an application that can run in web-assembly). |
@seanmorris maybe you should create PR, but I'm not sure if contribution are accepted. |
Example code:
it prints
foobar
and it's not about html ignoring newline, the output is "foobar" in inspector.The text was updated successfully, but these errors were encountered: