3v4l.org

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

preferences:
46.91 ms | 402 KiB | 5 Q