Jupyter-PHP icon indicating copy to clipboard operation
Jupyter-PHP copied to clipboard

for loop output many lines

Open changsijay opened this issue 4 years ago • 0 comments

for ($i=1; $i<10; $i++) {
    echo $i;
}

this code output 9 lines in Jupyter instead of 1 line.

Screen Shot 2020-07-24 at 12 55 31 AM

changsijay avatar Jul 23 '20 17:07 changsijay