Jupyter-PHP
Jupyter-PHP copied to clipboard
for loop output many lines
trafficstars
for ($i=1; $i<10; $i++) {
echo $i;
}
this code output 9 lines in Jupyter instead of 1 line.