3v4l.org

run code in 300+ PHP versions simultaneously
<?php declare(ticks=2); // A function called on each tick event function tick_handler() { echo "tick_handler() called\n"; } register_tick_function('tick_handler'); $a = 1; if ($a > 0) { $a += 2; print($a); } ?>

preferences:
58.92 ms | 402 KiB | 5 Q