3v4l.org

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

preferences:
42.32 ms | 402 KiB | 5 Q