3v4l.org

run code in 300+ PHP versions simultaneously
<?php $startTime = microtime(true); for ($i = 0; $i < 16; ++$i) { str_repeat('%d ', 12500); } $t=microtime(true) - $startTime; var_dump($t,number_format($t,10));

preferences:
25.21 ms | 407 KiB | 5 Q