Run ❯
Get your
own PHP
server
×
Change Orientation
Change Theme, Dark/Light
Go to Spaces
"; } register_tick_function('example'); declare(ticks=1) { $cars = ["Ford", "Volvo", "BMW"]; foreach($cars as $car) { echo "$car
"; } } ?>
1 instructions executed
Ford
2 instructions executed
Volvo
3 instructions executed
BMW
4 instructions executed
5 instructions executed