3v4l.org

run code in 300+ PHP versions simultaneously
<?php // Test Source function Test5_1() { /* The Test */ $t = microtime(true); for($i = 0; $i < 1000000; ++$i); return (microtime(true) - $t); } print Test5_1();

preferences:
32.98 ms | 402 KiB | 5 Q