Run ❯
Get your
own PHP
server
❯
Run Code
Ctrl+Alt+R
Change Orientation
Ctrl+Alt+O
Change Theme
Ctrl+Alt+D
Go to Spaces
Ctrl+Alt+P
"; } 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