3v4l.org

run code in 300+ PHP versions simultaneously
<?php $start = microtime(true); $r = 10 * 1000; while($r-- > 0) { new StdClass(); } $finish = microtime(true); echo "time taken: " . ($finish - $start) . "\n";

preferences:
39.28 ms | 402 KiB | 5 Q