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

Make iphp multi-line aware #8

Open
apinstein opened this issue Apr 7, 2011 · 2 comments
Open

Make iphp multi-line aware #8

apinstein opened this issue Apr 7, 2011 · 2 comments

Comments

@apinstein
Copy link
Owner

Maybe use the built-in PHP parser to see if we're in the middle of a statement and allow multi-line input until a ; or some other signal is entered on a single line?

Or maybe have a multi-line internal command? like


foreach ($a as $b) {
print $b;
}
;

@d9k
Copy link

d9k commented Aug 31, 2014

Sooo... What's a progress? Is issue solved?

@apinstein
Copy link
Owner Author

I haven't made any progress...

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

2 participants