3v4l.org

run code in 300+ PHP versions simultaneously
<?php for ($i = 0; $i < 10000000; $i++) echo substr(md5(uniqid()), rand(0, 27), 7) . "\n";