3v4l.org

run code in 300+ PHP versions simultaneously
<?php // Source: https://bugs.php.net/bug.php?id=62476 $test = 'Petře'; ob_start(); for ($i = 0; $i < 1e6; ++$i) echo "Ahoj " . $test . " ."; ob_end_clean();

preferences:
37.51 ms | 402 KiB | 5 Q