3v4l.org

run code in 500+ PHP versions simultaneously
<?php // // // EmpireDrop Provably Fair Case Battles // // // /* * Fill in all three below and click the blue 'eval();' button. ------------------ */ $server_seed = ''; $client_seed = ''; $nonce = $roundNumber = 0; /* ------------------ */ if ($server_seed == '' || $client_seed == '' || $nonce < 0) { echo "Fill in details"; return; } define('MIN_RESULT', 0.00001); define('MAX_RESULT', 100); define('CONVERT_RATE', 100000); define('HASH_TYPE', 'sha256'); function getProvablyFairResult(string $client_seed, string $server_seed, int $nounce) { $hash = hash_hmac(HASH_TYPE, "{$client_seed}-{$nounce}", $server_seed); $normalized = hexdec($hash) / (16 ** strlen($hash)); $roll = MIN_RESULT + $normalized * (MAX_RESULT - MIN_RESULT); return convertDecimalValue($roll); } function convertDecimalValue(float $value): int { return round($value * CONVERT_RATE); } $result = getProvablyFairResult($client_seed, $server_seed, $nonce); echo "Result: {$result}";

Here you find the average performance (time & memory) of each version. A grayed out version indicates it didn't complete successfully (based on exit-code).

VersionSystem time (s)User time (s)Memory (MiB)
8.5.70.0080.01016.73
8.5.60.0080.01016.79
8.5.50.0110.00716.75
8.5.30.0220.00517.61
8.5.20.0220.00817.69
8.5.10.0210.00716.45
8.5.00.0270.00717.72
8.4.180.0200.01019.68
8.4.170.0260.00920.89
8.4.160.0260.00620.88
8.4.150.0160.00317.71
8.4.140.0170.00917.49
8.4.130.0230.00717.58
8.4.120.0270.00818.07
8.4.110.0320.00817.78
8.4.100.0300.00717.69
8.4.90.0330.00717.91
8.4.80.0310.00717.87
8.4.70.0270.00817.99
8.4.60.0270.00817.70
8.4.50.0280.00717.83
8.4.40.0300.00717.74
8.4.30.0280.00717.49
8.4.20.0300.00717.54
8.4.10.0280.00717.53
8.3.300.0220.00719.03
8.3.290.0240.00719.12
8.3.280.0260.00818.28
8.3.270.0290.01016.57
8.3.260.0280.00816.59
8.3.250.0250.00616.81
8.3.240.0260.00716.66
8.3.230.0270.00716.56
8.3.220.0270.00616.93
8.3.210.0260.00616.68
8.3.200.0260.00616.56
8.3.190.0290.00716.55
8.3.180.0270.00716.61
8.3.170.0280.00716.81
8.3.160.0280.00716.54
8.3.150.0290.00716.57
8.3.140.0290.00616.58
8.3.130.0240.00716.68
8.3.120.0260.00716.62
8.3.110.0270.00716.74
8.3.100.0300.00716.92
8.3.90.0310.00717.83
8.3.80.0300.00718.41
8.3.70.0310.00818.42
8.3.60.0330.00818.37
8.3.50.0310.00718.44
8.3.40.0320.00619.10
8.3.30.0280.00719.13
8.3.20.0260.00719.15
8.3.10.0260.00719.16
8.3.00.0240.00719.30
8.2.300.0210.00618.08
8.2.290.0240.00716.67
8.2.280.0220.00716.58
8.2.270.0230.00716.54
8.2.260.0230.00616.49
8.2.250.0240.00616.47
8.2.240.0230.00716.45
8.2.230.0240.00616.67
8.2.220.0250.00617.41
8.2.210.0240.00617.65
8.2.200.0230.00718.41
8.2.190.0260.00618.30
8.2.180.0250.00618.32
8.2.170.0270.00719.32
8.2.160.0270.00619.28
8.2.150.0270.00719.21
8.2.140.0290.00719.14
8.2.130.0290.00819.17
8.2.120.0300.00619.19
8.2.110.0280.00719.17
8.2.100.0290.00719.19
8.2.90.0290.00719.26
8.2.80.0270.00619.16
8.2.70.0270.00719.07
8.2.60.0270.00819.18
8.2.50.0280.00619.25
8.2.40.0290.00719.14
8.2.30.0260.00719.16
8.2.20.0250.00719.19
8.2.10.0250.00619.20
8.2.00.0250.00719.23
8.1.340.0170.00717.51
8.1.330.0240.00716.30
8.1.320.0240.00716.16
8.1.310.0250.00716.23
8.1.300.0260.00616.17
8.1.290.0260.00618.15
8.1.280.0260.00618.05
8.1.270.0260.00619.11
8.1.260.0250.00619.04
8.1.250.0260.00619.02
8.1.240.0240.00719.01
8.1.230.0240.00619.05
8.1.220.0230.00619.06
8.1.210.0240.00718.94
8.1.200.0230.00618.95
8.1.190.0240.00618.91
8.1.180.0250.00618.87
8.1.170.0250.00719.09
8.1.160.0230.00719.04
8.1.150.0230.00719.04
8.1.140.0240.00718.93
8.1.130.0250.00718.98
8.1.120.0240.00719.01
8.1.110.0230.00718.96
8.1.100.0240.00618.97
8.1.90.0230.00618.98
8.1.80.0210.00718.97
8.1.70.0240.00519.00
8.1.60.0260.00719.16
8.1.50.0270.00619.07
8.1.40.0260.00719.09
8.1.30.0250.00719.12
8.1.20.0260.00719.15
8.1.10.0250.00719.12
8.1.00.0230.00718.93
8.0.300.0160.00717.00
8.0.290.0150.00317.09
8.0.280.0170.00516.89
8.0.270.0230.00916.74
8.0.260.0330.00516.95
8.0.250.0130.00916.96
8.0.240.0270.00817.15
8.0.230.0280.00516.92
8.0.220.0270.00717.06
8.0.210.0280.00617.09
8.0.200.0270.01016.84
8.0.190.0270.00717.02
8.0.180.0250.00817.01
8.0.170.0270.00717.15
8.0.160.0310.00616.88
8.0.150.0240.00916.91
8.0.140.0210.00816.89
8.0.130.0190.00817.09
8.0.120.0220.00717.02
8.0.110.0250.00616.97
8.0.100.0260.00316.93
8.0.90.0240.00816.96
8.0.80.0250.00917.02
8.0.70.0250.00616.71
8.0.60.0270.00316.96
8.0.50.0280.00417.03
8.0.30.0300.00616.83
8.0.20.0240.00917.05
8.0.10.0230.00417.08
8.0.00.0290.01117.12
7.4.330.0250.00916.70
7.4.320.0200.01016.74
7.4.300.0330.00816.69
7.4.290.0260.00716.46
7.4.280.0280.00416.61
7.4.270.0280.00616.78
7.4.260.0260.00916.71
7.4.250.0260.00316.71
7.4.240.0160.00516.76
7.4.230.0110.00616.53
7.4.220.0270.00616.57
7.4.210.0270.00616.54
7.4.200.0280.00516.62
7.4.190.0310.00616.74
7.4.180.0190.01016.64
7.4.160.0260.00616.82
7.4.150.0260.00716.78
7.4.140.0230.01016.46
7.4.130.0260.00616.66
7.4.120.0270.00616.64
7.4.110.0170.00316.43
7.4.100.0160.00716.56
7.4.90.0270.00716.41
7.4.80.0190.00616.56
7.4.70.0120.00416.64
7.4.60.0170.00616.31
7.4.50.0240.00816.29
7.4.40.0180.00816.60
7.4.30.0190.01116.45
7.4.20.0270.00716.50
7.4.10.0260.00616.54
7.4.00.0270.00616.66
7.3.330.0210.01016.20
7.3.320.0260.00616.27
7.3.310.0230.00816.36
7.3.300.0230.00416.27
7.3.290.0190.00916.09
7.3.280.0250.00916.45
7.3.270.0280.00716.35
7.3.260.0250.00516.43
7.3.250.0270.00716.43
7.3.240.0270.00516.45
7.3.230.0270.00616.19
7.3.220.0220.01016.27
7.3.210.0180.00316.33
7.3.200.0130.00216.36
7.3.190.0180.00316.20
7.3.180.0180.00616.42
7.3.170.0190.00816.14
7.3.160.0230.00716.21
7.3.150.0260.00516.36
7.3.140.0200.00616.38
7.3.130.0160.00716.32
7.3.120.0180.00416.32
7.3.110.0270.00516.19
7.3.100.0250.00816.26
7.3.90.0260.00616.57
7.3.80.0210.00916.22
7.3.70.0270.00716.52
7.3.60.0260.00516.59
7.3.50.0220.00716.53
7.3.40.0220.00316.64
7.3.30.0260.00616.63
7.3.20.0490.00218.19
7.3.10.0270.00818.15
7.3.00.0280.00517.88
7.2.340.0190.00616.33
7.2.330.0190.00316.53
7.2.320.0100.00416.64
7.2.310.0100.00516.57
7.2.300.0140.00316.48
7.2.290.0260.00516.38
7.2.280.0240.00816.29
7.2.270.0250.00616.49
7.2.260.0270.00516.46
7.2.250.0210.00916.50
7.2.240.0290.00916.25
7.2.230.0270.00916.54
7.2.220.0310.00516.39
7.2.210.0270.00516.58
7.2.200.0220.00916.71
7.2.190.0120.00316.75
7.2.180.0110.00416.77
7.2.170.0100.00416.77
7.2.160.0090.00516.75
7.2.150.0150.00218.52
7.2.140.0250.00618.61
7.2.130.0190.01218.57
7.2.120.0240.00418.61
7.2.110.0220.00418.57
7.2.100.0200.00418.52
7.2.90.0200.00818.53
7.2.80.0230.00618.38
7.2.70.0200.00818.52
7.2.60.0250.01018.54
7.2.50.0220.00918.58
7.2.40.0240.01118.50
7.2.30.0270.00618.58
7.2.20.0230.00718.45
7.2.10.0260.00518.52
7.2.00.0240.00818.59
7.1.330.0250.00617.36
7.1.320.0190.00817.36
7.1.310.0240.00617.23
7.1.300.0240.00417.35
7.1.290.0210.00817.20
7.1.280.0270.00617.32
7.1.270.0210.00817.42
7.1.260.0200.00617.30
7.1.250.0200.00717.25
7.1.240.0240.00717.23
7.1.230.0230.00917.24
7.1.220.0220.00717.45
7.1.210.0230.00817.16
7.1.200.0200.00417.27
7.1.190.0210.00717.34
7.1.180.0270.00817.15
7.1.170.0310.00617.17
7.1.160.0190.00717.28
7.1.150.0190.00617.36
7.1.140.0240.00617.13
7.1.130.0210.00816.95
7.1.120.0210.00717.29
7.1.110.0240.00217.23
7.1.100.0190.00417.21
7.1.90.0210.00617.43
7.1.80.0210.00817.35
7.1.70.0250.00617.04
7.1.60.0270.00817.27
7.1.50.0210.00817.39
7.1.40.0300.00617.10
7.1.30.0300.00517.30
7.1.20.0190.01017.16
7.1.10.0200.00317.23
7.1.00.0190.00917.26
7.0.330.0260.00517.18
7.0.320.0240.00717.05
7.0.310.0230.00916.86
7.0.300.0250.00717.18
7.0.290.0260.00517.14
7.0.280.0180.00617.21
7.0.270.0210.00616.90
7.0.260.0220.00917.07
7.0.250.0210.00817.00
7.0.240.0240.00517.13
7.0.230.0220.00617.32
7.0.220.0200.00817.31
7.0.210.0200.00917.25
7.0.200.0250.00617.06
7.0.190.0190.00617.25
7.0.180.0260.00417.19
7.0.170.0260.00317.42
7.0.160.0230.00417.13
7.0.150.0240.00216.96
7.0.140.0260.00317.11
7.0.130.0260.00517.22
7.0.120.0280.00717.23
7.0.110.0270.00616.87
7.0.100.0220.00716.90
7.0.90.0250.00416.91
7.0.80.0200.00916.91
7.0.70.0250.00417.05
7.0.60.0280.00517.02
7.0.50.0210.00717.01
7.0.40.0220.00717.25
7.0.30.0230.00817.09
7.0.20.0220.00617.09
7.0.10.0230.00517.05
7.0.00.0240.01017.01
5.6.400.0220.00715.96
5.6.390.0240.00716.17
5.6.380.0210.00615.68
5.6.370.0190.01015.55
5.6.360.0230.00815.77
5.6.350.0270.00315.86
5.6.340.0270.00515.77
5.6.330.0200.01015.86
5.6.320.0220.00815.89
5.6.310.0230.00615.86
5.6.300.0180.00715.61
5.6.290.0200.00815.96
5.6.280.0220.00715.86
5.6.270.0210.00915.61
5.6.260.0240.00815.87
5.6.250.0250.00515.75
5.6.240.0210.00915.55
5.6.230.0230.00615.94
5.6.220.0220.00915.79
5.6.210.0240.00715.72
5.6.200.0240.01015.84
5.6.190.0220.01015.94
5.6.180.0210.00515.98
5.6.170.0240.00616.00
5.6.160.0220.00715.85
5.6.150.0260.00516.13
5.6.140.0250.00515.94
5.6.130.0220.01015.95
5.6.120.0280.00715.89
5.6.110.0240.00415.83
5.6.100.0270.00415.89
5.6.90.0250.00615.80
5.6.80.0230.00615.57
5.6.70.0230.00615.98
5.6.60.0280.00115.93
5.6.50.0240.00515.93
5.6.40.0230.00215.82
5.6.30.0220.00715.86
5.6.20.0210.00815.70
5.6.10.0200.00915.61
5.6.00.0260.00715.86
5.5.380.0200.00715.91
5.5.370.0260.00615.83
5.5.360.0240.00515.84
5.5.350.0240.00515.65
5.5.340.0200.01215.57
5.5.330.0260.00415.84
5.5.320.0260.00615.84
5.5.310.0240.00615.78
5.5.300.0270.00515.78
5.5.290.0190.00715.84
5.5.280.0210.00515.87
5.5.270.0250.00715.73
5.5.260.0250.00615.91
5.5.250.0180.00715.96
5.5.240.0200.00715.91
5.5.230.0190.00915.80
5.5.220.0270.00415.81
5.5.210.0270.00615.56
5.5.200.0220.00415.77
5.5.190.0220.00615.61
5.5.180.0140.00615.62
5.5.170.0100.00315.55
5.5.160.0150.00215.66
5.5.150.0150.00315.75
5.5.140.0110.00215.59
5.5.130.0090.00415.55
5.5.120.0110.00215.55
5.5.110.0080.00415.59
5.5.100.0240.00615.55
5.5.90.0260.00715.77
5.5.80.0220.00815.72
5.5.70.0270.00615.55
5.5.60.0260.00815.70
5.5.50.0230.00615.73
5.5.40.0110.00315.76
5.5.30.0120.00115.93
5.5.20.0220.00615.86
5.5.10.0220.00715.77
5.5.00.0210.00715.62
5.4.450.0200.00315.55
5.4.440.0180.00515.55
5.4.430.0170.00615.55
5.4.420.0180.00515.55
5.4.410.0200.00315.55
5.4.400.0150.00715.55
5.4.390.0180.00415.55
5.4.380.0170.00715.55
5.4.370.0190.00715.55
5.4.360.0170.00615.55
5.4.350.0150.00515.55
5.4.340.0210.00515.55
5.4.330.0200.00515.55
5.4.320.0170.00615.55
5.4.310.0160.00415.55
5.4.300.0200.00415.55
5.4.290.0210.00215.55
5.4.280.0170.00515.55
5.4.270.0190.00315.55
5.4.260.0140.00815.55
5.4.250.0180.00515.55
5.4.240.0170.00515.55
5.4.230.0190.00615.55
5.4.220.0190.00315.55
5.4.210.0170.00615.55
5.4.200.0200.00315.55
5.4.190.0200.00215.55
5.4.180.0170.00615.55
5.4.170.0180.00415.55
5.4.160.0200.00315.55
5.4.150.0180.00415.55
5.4.140.0220.00415.55
5.4.130.0180.00415.55
5.4.120.0160.00615.55
5.4.110.0160.00515.55
5.4.100.0180.00715.55
5.4.90.0210.00615.55
5.4.80.0160.00715.55
5.4.70.0190.00415.55
5.4.60.0160.00615.55
5.4.50.0180.00415.55
5.4.40.0260.00315.55
5.4.30.0180.00415.55
5.4.20.0200.00415.55
5.4.10.0180.00415.55
5.4.00.0160.00615.55
5.3.290.0200.00315.55
5.3.280.0160.00715.55
5.3.270.0190.00615.55
5.3.260.0180.00515.55
5.3.250.0180.00715.55
5.3.240.0170.00615.55
5.3.230.0170.00515.55
5.3.220.0150.00815.55
5.3.210.0170.00615.55
5.3.200.0190.00415.55
5.3.190.0200.00315.55
5.3.180.0180.00715.55
5.3.170.0150.00515.55
5.3.160.0180.00515.55
5.3.150.0170.00815.55
5.3.140.0180.00715.55
5.3.130.0200.00515.55
5.3.120.0230.00415.55
5.3.110.0140.00515.55
5.3.100.0140.00915.55
5.3.90.0150.00715.55
5.3.80.0190.00315.55
5.3.70.0160.00615.55
5.3.60.0170.00715.55
5.3.50.0160.00715.55
5.3.40.0150.00515.55
5.3.30.0150.00315.55
5.3.20.0080.00215.55
5.3.10.0100.00115.55
5.3.00.0160.00615.55
5.2.170.0160.00215.55
5.2.160.0110.00715.55
5.2.150.0130.00515.55
5.2.140.0160.00215.55
5.2.130.0130.00615.55
5.2.120.0130.00615.55
5.2.110.0110.00715.55
5.2.100.0130.00615.55
5.2.90.0080.01015.55
5.2.80.0150.00615.55
5.2.70.0130.00515.55
5.2.60.0120.00615.55
5.2.50.0150.00415.55
5.2.40.0120.00615.55
5.2.30.0150.00315.55
5.2.20.0150.00515.55
5.2.10.0140.00615.55
5.2.00.0130.00515.55
5.1.60.0110.00515.55
5.1.50.0100.00515.55
5.1.40.0130.00415.55
5.1.30.0110.00715.55
5.1.20.0140.00315.55
5.1.10.0110.00615.55
5.1.00.0140.00315.55
5.0.50.0110.00315.55
5.0.40.0120.00515.55
5.0.30.0100.00415.55
5.0.20.0110.00615.55
5.0.10.0130.00315.55
5.0.00.0090.00515.55
4.4.90.0070.00315.55
4.4.80.0050.00415.55
4.4.70.0080.00215.55
4.4.60.0070.00215.55
4.4.50.0060.00315.55
4.4.40.0080.00115.55
4.4.30.0060.00415.55
4.4.20.0090.00315.55
4.4.10.0090.00215.55
4.4.00.0070.00115.55
4.3.110.0060.00115.55
4.3.100.0060.00315.55
4.3.90.0060.00215.55
4.3.80.0080.00215.55
4.3.70.0080.00115.55
4.3.60.0070.00215.55
4.3.50.0080.00215.55
4.3.40.0100.00015.55
4.3.30.0060.00115.55
4.3.20.0060.00215.55
4.3.10.0040.00315.55
4.3.00.0050.00315.55

preferences:
53.88 ms | 2699 KiB | 5 Q