3v4l.org

run code in 300+ PHP versions simultaneously
<?php xhprof_enable(); $foo = strlen("foo bar"); function test_func() { $i = 0; while ($i < 100000000) { $i += 1; } } test_func(); $xhprof_data = xhprof_disable(); print_r($xhprof_data); ?>

preferences:
65.91 ms | 402 KiB | 5 Q