3v4l.org

run code in 300+ PHP versions simultaneously
<?php function bchexdec($hex) { if(strlen($hex) == 1) { return hexdec($hex); } else { $remain = substr($hex, 0, -1); $last = substr($hex, -1); return bcadd(bcmul(16, bchexdec($remain)), hexdec($last)); } } function bcdechex($dec) { $last = bcmod($dec, 16); $remain = bcdiv(bcsub($dec, $last), 16); if($remain == 0) { return dechex($last); } else { return bcdechex($remain).dechex($last); } } echo bcdechex(bcadd(bchexdec('ffffffff000000000001586f'), 1));

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.4.130.0070.01318.61
8.4.120.0170.00424.05
8.4.110.0080.01220.42
8.4.100.0110.00918.86
8.4.90.0040.00520.58
8.4.80.0130.00718.64
8.4.70.0080.00718.82
8.4.60.0090.01119.04
8.4.50.0030.00618.61
8.4.40.0100.01017.70
8.4.30.0100.01017.53
8.4.20.0130.00717.54
8.4.10.0060.01017.55
8.3.260.0050.00416.66
8.3.250.0090.00319.13
8.3.240.0130.00616.98
8.3.230.0080.00816.59
8.3.220.0060.00220.83
8.3.210.0050.00316.54
8.3.200.0100.01016.70
8.3.190.0080.01017.07
8.3.180.0080.01018.91
8.3.170.0080.01116.66
8.3.160.0110.00717.42
8.3.150.0090.00916.79
8.3.140.0060.00318.86
8.3.130.0070.00316.72
8.3.120.0070.00318.82
8.3.110.0030.00520.94
8.3.100.0030.00624.06
8.3.90.0000.00826.77
8.3.80.0030.00616.50
8.3.70.0040.01516.75
8.3.60.0070.01416.36
8.3.50.0110.00821.99
8.3.40.0120.00318.44
8.3.30.0030.01218.59
8.3.20.0040.00420.13
8.3.10.0080.00020.23
8.3.00.0070.00318.79
8.2.290.0110.00920.08
8.2.280.0120.00718.59
8.2.270.0150.00416.59
8.2.260.0000.00816.70
8.2.250.0040.00418.43
8.2.240.0090.00017.18
8.2.230.0100.01022.58
8.2.220.0040.00437.54
8.2.210.0000.00826.77
8.2.200.0030.00616.50
8.2.190.0070.01016.58
8.2.180.0070.00718.16
8.2.170.0000.01422.96
8.2.160.0030.01020.39
8.2.150.0080.00025.66
8.2.140.0090.00024.66
8.2.130.0050.00319.23
8.2.120.0080.00026.35
8.2.110.0070.01721.00
8.2.100.0000.01117.91
8.2.90.0080.00017.91
8.2.80.0000.00818.98
8.2.70.0030.00517.63
8.2.60.0080.00017.38
8.2.50.0040.00417.63
8.2.40.0060.00322.27
8.2.30.0040.00419.42
8.2.20.0030.00617.70
8.2.10.0030.00518.20
8.2.00.0050.00217.97
8.1.330.0050.00422.08
8.1.320.0090.01016.36
8.1.310.0130.00316.27
8.1.300.0130.00617.79
8.1.290.0090.00018.88
8.1.280.0000.02325.92
8.1.270.0000.00923.96
8.1.260.0000.00728.09
8.1.250.0060.00328.09
8.1.240.0060.01222.01
8.1.230.0110.00022.60
8.1.220.0090.00017.74
8.1.210.0000.00818.90
8.1.200.0070.00317.35
8.1.190.0080.00017.23
8.1.180.0050.00518.10
8.1.170.0000.00818.50
8.1.160.0040.00422.78
8.1.150.0040.00418.98
8.1.140.0000.00819.61
8.1.130.0000.00717.74
8.1.120.0030.00517.42
8.1.110.0040.00417.39
8.1.100.0040.00417.36
8.1.90.0070.00017.54
8.1.80.0040.00417.37
8.1.70.0040.00417.45
8.1.60.0030.00617.51
8.1.50.0030.00517.43
8.1.40.0000.00817.60
8.1.30.0000.00817.52
8.1.20.0040.00417.57
8.1.10.0080.00017.54
8.1.00.0040.00417.36
8.0.300.0000.00720.09
8.0.290.0040.00416.75
8.0.280.0000.00718.51
8.0.270.0000.00716.71
8.0.260.0000.00917.19
8.0.250.0000.00716.87
8.0.240.0000.00816.90
8.0.230.0070.00016.93
8.0.220.0030.00316.82
8.0.210.0030.00316.80
8.0.200.0000.00617.04
8.0.190.0000.00716.86
8.0.180.0030.00516.82
8.0.170.0040.00416.84
8.0.160.0070.00016.97
8.0.150.0090.00016.99
8.0.140.0000.00816.84
8.0.130.0040.00413.33
8.0.120.0040.00416.90
8.0.110.0040.00416.89
8.0.100.0040.00416.84
8.0.90.0040.00416.82
8.0.80.0080.00816.86
8.0.70.0040.00316.91
8.0.60.0070.00016.87
8.0.50.0000.00716.95
8.0.30.0050.01316.96
8.0.20.0070.01217.35
8.0.10.0160.00316.92
8.0.00.0090.01116.97
7.4.330.0000.00515.08
7.4.320.0000.00616.45
7.4.300.0000.00716.48
7.4.290.0030.00316.63
7.4.280.0000.00716.54
7.4.270.0050.00316.55
7.4.260.0080.00016.46
7.4.250.0070.00016.60
7.4.240.0050.00216.67
7.4.230.0000.00716.41
7.4.220.0090.01316.60
7.4.210.0060.01016.57
7.4.200.0050.00316.61
7.4.160.0100.01416.71
7.4.150.0090.00816.94
7.4.140.0090.00917.38
7.4.130.0120.00716.51
7.4.120.0070.01016.41
7.4.110.0120.00516.57
7.4.100.0110.00816.46
7.4.90.0070.00916.46
7.4.80.0110.00818.01
7.4.70.0110.00916.46
7.4.60.0100.00816.60
7.4.50.0130.00716.45
7.4.40.0050.01216.52
7.4.30.0050.01216.54
7.4.20.0090.00916.19
7.4.10.0060.01216.53
7.4.00.0080.00915.25
7.3.330.0000.00513.16
7.3.320.0030.00313.13
7.3.310.0040.00416.39
7.3.300.0000.00716.39
7.3.290.0040.00416.42
7.3.280.0060.01516.36
7.3.270.0080.00916.97
7.3.260.0070.01216.50
7.3.250.0070.01116.45
7.3.240.0090.00816.51
7.3.230.0110.00716.53
7.3.220.0090.00916.30
7.3.210.0090.00716.42
7.3.200.0050.01316.37
7.3.190.0070.01116.42
7.3.180.0090.00916.34
7.3.170.0100.00916.44
7.3.160.0120.00916.45
7.3.150.0100.00616.59
7.3.140.0160.00616.44
7.3.130.0040.01416.50
7.3.120.0070.01015.27
7.3.110.0060.01115.13
7.3.100.0060.00715.05
7.3.90.0060.00915.01
7.3.80.0060.00815.07
7.3.70.0090.00615.14
7.3.60.0060.00815.12
7.3.50.0060.00915.13
7.3.40.0070.00815.08
7.3.30.0050.01115.03
7.3.20.0060.00916.60
7.3.10.0060.00916.64
7.3.00.0080.00716.58
7.2.340.0310.00716.51
7.2.330.0170.00916.72
7.2.320.0180.00816.44
7.2.310.0120.01516.67
7.2.300.0110.00816.60
7.2.290.0120.00816.56
7.2.280.0190.00416.52
7.2.270.0130.01016.58
7.2.260.0180.00416.39
7.2.250.0080.01415.34
7.2.240.0080.01015.32
7.2.230.0080.00715.19
7.2.220.0060.01115.16
7.2.210.0050.01015.31
7.2.200.0080.00915.37
7.2.190.0040.01115.27
7.2.180.0090.00915.25
7.2.170.0070.01115.27
7.2.160.0130.00915.44
7.2.150.0120.00816.71
7.2.140.0110.01016.76
7.2.130.0080.01116.88
7.2.120.0150.00616.75
7.2.110.0130.00816.73
7.2.100.0110.01016.72
7.2.90.0120.00816.79
7.2.80.0100.01016.73
7.2.70.0110.01116.74
7.2.60.0140.01016.76
7.2.50.0140.01116.74
7.2.40.0160.00816.73
7.2.30.0170.00716.81
7.2.20.0150.00916.71
7.2.10.0130.01016.72
7.2.00.0120.00717.32
7.1.330.0090.00715.64
7.1.320.0100.00715.70
7.1.310.0080.01015.82
7.1.300.0070.01015.59
7.1.290.0080.00815.58
7.1.280.0130.00515.69
7.1.270.0140.00815.71
7.1.260.0080.00815.67
7.1.250.0090.01015.58
7.1.240.0160.00715.46
7.1.230.0170.00815.42
7.1.220.0210.00715.56
7.1.210.0200.00615.49
7.1.200.0140.00615.63
7.1.190.0150.00815.70
7.1.180.0150.01015.50
7.1.170.0160.01115.48
7.1.160.0140.01315.50
7.1.150.0180.00715.52
7.1.140.0170.00615.56
7.1.130.0180.00715.50
7.1.120.0120.01215.47
7.1.110.0180.00515.54
7.1.100.0080.01116.19
7.1.90.0190.00715.42
7.1.80.0090.01515.32
7.1.70.0250.00915.88
7.1.60.0330.00615.81
7.1.50.0310.00615.68
7.1.40.0210.01115.66
7.1.30.0270.00915.79
7.1.20.0340.00615.82
7.1.10.0250.01015.71
7.1.00.0260.00715.82
7.0.330.0160.00715.23
7.0.320.0160.00715.14
7.0.310.0130.01015.08
7.0.300.0120.01015.27
7.0.290.0280.00615.03
7.0.280.0110.01315.04
7.0.270.0110.01215.10
7.0.260.0150.00715.29
7.0.250.0180.00515.26
7.0.240.0190.00715.20
7.0.230.0200.00515.33
7.0.220.0150.01415.22
7.0.210.0160.01415.26
7.0.200.0310.00415.56
7.0.190.0220.00815.63
7.0.180.0240.00915.53
7.0.170.0260.00715.58
7.0.160.0270.00515.45
7.0.150.0280.00615.67
7.0.140.0250.01015.49
7.0.130.0250.00815.46
7.0.120.0220.01115.56
7.0.110.0260.00515.56
7.0.100.0290.00415.50
7.0.90.0320.01215.59
7.0.80.0290.01415.58
7.0.70.0250.00915.65
7.0.60.0310.00515.65
7.0.50.0380.00615.62
7.0.40.0110.00815.63
7.0.30.0090.00915.63
7.0.20.0120.00915.54
7.0.10.0140.00515.63
7.0.00.0110.00815.63
5.6.400.0140.01014.99
5.6.390.0150.01215.12
5.6.380.0170.00715.00
5.6.370.0190.00715.04
5.6.360.0180.00715.23
5.6.350.0160.00815.25
5.6.340.0150.00814.99
5.6.330.0140.01114.68
5.6.320.0130.01215.02
5.6.310.0110.01815.17
5.6.300.0120.02416.98
5.6.290.0110.02416.97
5.6.280.0130.02017.00
5.6.270.0120.02117.19
5.6.260.0120.02116.91
5.6.250.0110.02516.95
5.6.240.0140.02416.99
5.6.230.0130.02916.89
5.6.220.0150.02316.96
5.6.210.0140.01917.08
5.6.200.0110.02216.96
5.6.190.0110.02417.10
5.6.180.0110.02217.06
5.6.170.0140.03017.06
5.6.160.0140.01817.04
5.6.150.0100.02316.97
5.6.140.0120.02317.08
5.6.130.0160.01817.11
5.6.120.0120.02317.04
5.6.110.0160.03216.96
5.6.100.0190.01617.15
5.6.90.0180.02416.82
5.6.80.0130.02216.92
5.6.70.0070.02616.79
5.6.60.0130.02016.88
5.6.50.0090.02316.63
5.6.40.0160.01816.73
5.6.30.0150.02016.69
5.6.20.0110.02616.60
5.6.10.0140.01916.63
5.6.00.0170.02716.71
5.5.380.0180.03115.77
5.5.370.0130.02815.78
5.5.360.0160.02215.77
5.5.350.0130.02015.71
5.5.340.0160.01615.94
5.5.330.0110.02115.90
5.5.320.0140.01916.10
5.5.310.0140.02015.99
5.5.300.0120.02915.91
5.5.290.0140.01916.07
5.5.280.0140.01815.97
5.5.270.0180.02216.08
5.5.260.0180.01615.96
5.5.250.0150.02115.86
5.5.240.0170.02615.65
5.5.230.0110.02215.80
5.5.220.0180.01915.74
5.5.210.0100.02915.80
5.5.200.0130.01915.76
5.5.190.0150.01915.76
5.5.180.0130.02615.75
5.5.170.0230.01214.84
5.5.160.0120.02415.68
5.5.150.0100.03415.80
5.5.140.0120.01915.70
5.5.130.0100.02415.79
5.5.120.0100.01915.75
5.5.110.0130.01915.72
5.5.100.0130.01615.79
5.5.90.0110.01915.92
5.5.80.0090.02215.71
5.5.70.0090.02315.72
5.5.60.0090.02315.74
5.5.50.0110.02015.71
5.5.40.0140.01715.73
5.5.30.0110.01815.83
5.5.20.0080.02315.68
5.5.10.0080.02515.71
5.5.00.0100.02115.72

preferences:
27.79 ms | 403 KiB | 5 Q