3v4l.org

run code in 300+ PHP versions simultaneously
<?php $inside = " julio "; $timestart = microtime( true ); for($i=0;$i<=5000;$i++) printf( "<p>My name is %s !</p>\n", $inside ); $timeend = microtime( true ); $timetotal = $timeend - $timestart; echo $timetotal;

preferences:
25.93 ms | 402 KiB | 5 Q