3v4l.org

run code in 300+ PHP versions simultaneously
<?php $finalData = "This is a test of crc32b why is this different"; echo crc32($finalData); echo "\n"; $crc = unpack('V', hash('crc32b', $finalData, true)); echo $crc[1]; echo "\n";

preferences:
57.4 ms | 402 KiB | 5 Q