3v4l.org

run code in 300+ PHP versions simultaneously
<?php $hash = "0"; for ($i = 1; $i <= 100000; $i++) { if (hash_hmac('crc32', $i, 'mysecretkey') == $hash) { echo 'Found within ' . $i . PHP_EOL; break; } }

preferences:
41.32 ms | 402 KiB | 5 Q