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
[26] boris> do {
[26] *> $total += $i++;
[26] *> } while($i <= 10);
PHP Parse error: syntax error, unexpected end of file, expecting while (T_WHILE) in /Users/rodrigofigueroa1/.composer/vendor/d11wtq/boris/lib/Boris/EvalWorker.php(152) : eval()'d code on line 3
The text was updated successfully, but these errors were encountered:
Trying out a do/while loop I get this error.
The text was updated successfully, but these errors were encountered: