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