3v4l.org

run code in 300+ PHP versions simultaneously
<?php $tstart = microtime(true); for($x=1; $x<=1000000; ++$x) { } $tstop = microtime(true); print $tstop - $tstart; print" < "; $tstart1 = microtime(true); for($x=1; $x<=1000000; $x++) { } $tstop1 = microtime(true); print $tstop1 - $tstart1;

preferences:
36.95 ms | 402 KiB | 5 Q