3v4l.org

run code in 300+ PHP versions simultaneously
<?php $game_id = 47399; $private_seed = "969e82ae0b4a3cfd6bf2afea5cf8bd26ddc6c11f3ae676f5655e779607b3778f"; $public_seed = "076c26818441622607ad1bffbf5f02a90eaadb020532bda9a9d60aedfb217528"; $hash = hash("sha256", $private_seed . '-' . $public_seed . '-' . $game_id); $flip = hexdec(substr($hash, 0, 8)) % 2 + 1; echo "Server seed hash: " . hash("sha256", $private_seed) . "\n"; echo "Result: " . ($flip == 1 ? 'RED' : 'BLACK');
Output for 7.2.0 - 7.2.34, 7.3.0 - 7.3.33, 7.4.0 - 7.4.33, 8.0.0 - 8.0.30, 8.1.0 - 8.1.33, 8.2.0 - 8.2.29, 8.3.0 - 8.3.28, 8.4.1 - 8.4.14, 8.4.16, 8.5.0 - 8.5.1
Server seed hash: 0f28a74dc716315406d0c98c33915e52ef182e300036f4d1d5b78b025e3047a1 Result: BLACK
Output for 8.4.15
/bin/php-8.4.15: /usr/lib/libm.so.6: version `GLIBC_2.38' not found (required by /bin/php-8.4.15) /bin/php-8.4.15: /usr/lib/libm.so.6: version `GLIBC_2.35' not found (required by /bin/php-8.4.15) /bin/php-8.4.15: /usr/lib/libc.so.6: version `GLIBC_2.34' not found (required by /bin/php-8.4.15) /bin/php-8.4.15: /usr/lib/libc.so.6: version `GLIBC_2.38' not found (required by /bin/php-8.4.15)
Process exited with code 1.

preferences:
144.02 ms | 407 KiB | 5 Q