3v4l.org

run code in 300+ PHP versions simultaneously
<?php /* * Fill in all five below and click blue 'eval();' button below textarea. * * ------------------ */ $hash = ''; #Hash SHA256 $secret = ''; #Secret $minefield = ''; #Mminefield /* ------------------ */ if ($hash == '' || $secret == '' || $minefield == '') exit("Fill in details"); $sha256 = hash('sha256', $minefield.'|'.$secret); echo "Hash matches: ".($hash == $sha256 ? 'Yes': 'No')."\n";

preferences:
48.34 ms | 402 KiB | 5 Q