3v4l.org

run code in 300+ PHP versions simultaneously
<?php $server_seed = "71c18a0dbfb07f28bd36e643ef8bab8b3f17e3231db7eb16bc767e7bff9ff326"; $public_seed = "9316595"; $round = "9316597"; $hash = hash('sha256', $server_seed . "-" . $public_seed . "-" . $round); $roll = hexdec(substr($hash, 0, 8)) % 15; if ($roll == 0) $roll_colour = 'bonus'; elseif ($roll >= 1 and $roll <= 7) $roll_colour = 'T'; elseif ($roll >= 8 and $roll <= 14) $roll_colour = 'CT'; echo("Roll: $roll\nColour: $roll_colour");
Output for git.master, git.master_jit, rfc.property-hooks
Roll: 4 Colour: T

This tab shows result from various feature-branches currently under review by the php developers. Contact me to have additional branches featured.

Active branches

Archived branches

Once feature-branches are merged or declined, they are no longer available. Their functionality (when merged) can be viewed from the main output page


preferences:
26.98 ms | 405 KiB | 5 Q