3v4l.org

run code in 300+ PHP versions simultaneously
<?php $start_time = microtime(true); function time_log($message) { global $start_time; echo ($message.': '.(microtime(true) - $start_time)); } time_log('Page generation:');

preferences:
33.89 ms | 402 KiB | 5 Q