3v4l.org

run code in 300+ PHP versions simultaneously
<?php echo microtime(true). PHP_EOL; foreach(hash_algos() as $v){ $start = microtime(true); echo hash_hmac($v, 'Наглый коричневый лисёнок прыгает вокруг ленивой собаки.', 'secret'); $end[$v] = microtime(true) - $start; } var_dump($end);

preferences:
35.41 ms | 402 KiB | 5 Q