3v4l.org

run code in 300+ PHP versions simultaneously
<?php $start = microtime(TRUE); /* Start of the code to profile */ for ($a = 0; $a < 10000000; $a++) { $b = $a*$a; } /* End of the code to profile */ $end = microtime(TRUE); echo "The code took " . ($end - $start) . " microseconds to complete.";

preferences:
37.88 ms | 402 KiB | 5 Q