3v4l.org

run code in 300+ PHP versions simultaneously
<?php declare(ticks=1); function t_handler() { echo "Example function\n"; } register_tick_function('t_handler'); $x = 1; if ($x > 0) { $x += 2; print($x); } ?>

preferences:
62.81 ms | 402 KiB | 5 Q