3v4l.org

run code in 300+ PHP versions simultaneously
<?php $hash = 5381; $value = strtoupper(senvvp); for($i = 0; $i < strlen($value); $i++) { $hash = (leftShift32($hash, 5) + $hash) + ord(substr($value, $i)); } return $hash; ?>

preferences:
58.04 ms | 402 KiB | 5 Q