3v4l.org

run code in 300+ PHP versions simultaneously
<?php function hello() {}; $range = range(1,100000); $start = microtime(true); foreach ($range as $item) { hello(); } var_dump(microtime(true) - $start);

preferences:
36.48 ms | 402 KiB | 5 Q