3v4l.org

run code in 500+ PHP versions simultaneously
<?php function toInt($size): int { // Remove the non-unit characters from the size. $unit = preg_replace('/[^bkmgtpezy]/i', '', $size); // Remove the non-numeric characters from the size. $size = preg_replace('/[^0-9\.]/', '', $size); if ($unit) { // Find the position of the unit in the ordered string which is the power // of magnitude to multiply a kilobyte by. return round($size * pow(1024, stripos('bkmgtpezy', $unit[0]))); } else { return round($size); } } var_dump(toInt('1 KB'));

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.60.0090.00816.88
8.5.50.0090.00517.01
8.5.30.0100.00717.48
8.5.20.0050.00320.17
8.5.10.0110.00816.99
8.5.00.0120.00920.39
8.4.180.0170.00723.89
8.4.170.0040.01723.96
8.4.160.0120.01023.76
8.4.150.0060.00616.87
8.4.140.0090.01117.87
8.4.130.0110.00918.02
8.4.120.0080.00020.67
8.4.110.0070.00224.49
8.4.100.0120.00818.07
8.4.90.0120.00920.77
8.4.80.0050.00318.89
8.4.70.0100.00620.63
8.4.60.0060.00320.38
8.4.50.0120.00420.50
8.4.40.0000.00917.93
8.4.30.0000.00818.76
8.4.20.0060.01318.29
8.4.10.0000.00920.54
8.3.300.0140.00622.81
8.3.290.0100.01418.70
8.3.280.0040.00816.37
8.3.270.0090.01016.76
8.3.260.0130.00716.68
8.3.250.0110.00918.87
8.3.240.0150.00416.73
8.3.230.0050.00516.61
8.3.220.0040.00419.05
8.3.210.0150.00416.68
8.3.200.0050.00416.96
8.3.190.0080.01017.06
8.3.180.0130.00619.12
8.3.170.0060.01317.07
8.3.160.0080.00616.52
8.3.150.0170.00316.70
8.3.140.0040.00416.60
8.3.130.0040.00418.68
8.3.120.0030.00618.92
8.3.110.0090.00320.94
8.3.100.0060.00324.06
8.3.90.0060.01226.77
8.3.80.0030.00619.36
8.3.70.0060.01318.68
8.3.60.0120.00316.63
8.3.50.0210.00324.57
8.3.40.0170.00019.25
8.3.30.0110.00418.70
8.3.20.0040.00424.18
8.3.10.0000.00724.66
8.3.00.0000.00926.16
8.2.300.0100.01018.10
8.2.290.0150.00416.78
8.2.280.0100.01018.27
8.2.270.0150.00318.59
8.2.260.0080.00017.18
8.2.250.0080.00017.15
8.2.240.0080.00017.48
8.2.230.0060.00322.58
8.2.220.0080.00037.54
8.2.210.0080.00626.77
8.2.200.0030.00618.88
8.2.190.0040.01116.88
8.2.180.0150.00625.92
8.2.170.0070.00722.96
8.2.160.0090.00922.96
8.2.150.0070.00025.66
8.2.140.0030.00524.66
8.2.130.0070.00026.16
8.2.120.0070.00021.26
8.2.110.0030.00619.45
8.2.100.0040.00819.66
8.2.90.0000.00819.30
8.2.80.0000.00817.97
8.2.70.0060.00317.88
8.2.60.0050.00317.93
8.2.50.0080.00018.07
8.2.40.0000.00819.79
8.2.30.0040.00418.14
8.2.20.0040.00418.15
8.2.10.0000.00719.25
8.2.00.0000.00719.24
8.1.340.0100.00917.78
8.1.330.0140.00716.25
8.1.320.0120.00718.27
8.1.310.0040.01518.55
8.1.300.0040.01218.15
8.1.290.0030.00630.84
8.1.280.0120.00925.92
8.1.270.0050.00323.99
8.1.260.0000.00826.35
8.1.250.0080.00028.09
8.1.240.0110.00021.17
8.1.230.0070.00417.95
8.1.220.0040.00417.74
8.1.210.0040.00418.77
8.1.200.0000.00817.35
8.1.190.0060.00317.35
8.1.180.0030.00618.10
8.1.170.0090.00018.71
8.1.160.0000.00718.86
8.1.150.0050.00318.84
8.1.140.0040.00418.85
8.1.130.0030.00320.11
8.1.120.0030.00417.61
8.1.110.0070.00017.45
8.1.100.0040.00417.55
8.1.90.0070.00017.53
8.1.80.0040.00417.60
8.1.70.0000.00817.52
8.1.60.0040.00417.69
8.1.50.0030.00617.66
8.1.40.0050.00317.68
8.1.30.0040.00417.83
8.1.20.0040.00417.80
8.1.10.0030.00517.72
8.1.00.0070.00017.63
8.0.300.0060.00318.77
8.0.290.0000.00716.88
8.0.280.0000.00718.40
8.0.270.0000.00718.20
8.0.260.0070.00020.26
8.0.250.0080.00017.08
8.0.240.0000.00716.96
8.0.230.0070.00017.13
8.0.220.0030.00616.98
8.0.210.0070.00016.98
8.0.200.0000.00816.93
8.0.190.0030.00517.04
8.0.180.0040.00417.01
8.0.170.0030.00616.91
8.0.160.0070.00016.97
8.0.150.0070.00016.89
8.0.140.0030.00616.82
8.0.130.0030.00313.37
8.0.120.0050.00216.83
8.0.110.0030.00516.84
8.0.100.0050.00217.09
8.0.90.0080.00016.96
8.0.80.0060.01116.93
8.0.70.0040.00416.98
8.0.60.0050.00316.93
8.0.50.0000.00716.86
8.0.30.0130.00317.00
8.0.20.0130.01616.99
8.0.10.0050.00317.08
8.0.00.0120.00617.12
7.4.330.0050.00015.55
7.4.320.0000.00616.80
7.4.300.0030.00316.81
7.4.290.0040.00416.79
7.4.280.0030.00616.70
7.4.270.0050.00316.67
7.4.260.0060.00313.50
7.4.250.0070.00016.78
7.4.240.0020.00516.74
7.4.230.0080.00016.75
7.4.220.0020.00616.87
7.4.210.0080.01016.78
7.4.200.0070.00016.61
7.4.130.0110.01016.66
7.4.120.0160.00816.87
7.4.110.0090.00916.54
7.4.100.0170.00016.77
7.4.90.0000.01716.68
7.4.80.0090.00919.39
7.4.70.0100.00616.66
7.4.60.0110.01116.47
7.4.50.0100.01316.62
7.4.40.0060.01816.68
7.4.30.0160.00916.52
7.4.20.0090.01316.63
7.4.10.0070.01716.25
7.4.00.0090.01216.79
7.3.330.0070.00016.43
7.3.320.0030.00313.49
7.3.310.0000.00716.62
7.3.300.0070.00016.40
7.3.290.0030.00316.32
7.3.280.0040.01016.45
7.3.260.0060.01216.93
7.3.240.0100.00616.65
7.3.230.0120.00616.59
7.3.210.0140.00916.60
7.3.200.0100.01016.44
7.3.190.0100.00716.54
7.3.180.0030.01716.55
7.3.170.0160.00516.34
7.3.160.0070.01416.30
7.3.150.0140.00916.07
7.3.140.0090.00916.46
7.3.130.0090.01416.49
7.3.120.0130.01016.53
7.3.110.0090.00916.64
7.3.100.0110.00716.38
7.3.90.0120.00616.39
7.3.80.0070.01016.48
7.3.70.0100.00616.48
7.3.60.0000.01716.61
7.3.50.0090.00916.61
7.3.40.0100.00616.52
7.3.30.0030.01716.55
7.3.20.0080.00816.68
7.3.10.0060.00916.53
7.3.00.0260.00018.25
7.2.330.0120.00916.86
7.2.320.0160.00616.86
7.2.310.0170.00616.51
7.2.300.0000.01816.66
7.2.290.0100.01416.68
7.2.280.0100.00916.62
7.2.270.0120.00616.49
7.2.260.0090.01216.63
7.2.250.0080.01116.69
7.2.240.0130.00816.54
7.2.230.0070.01816.66
7.2.220.0110.00716.64
7.2.210.0060.01216.73
7.2.200.0190.00016.64
7.2.190.0070.01116.75
7.2.180.0090.00916.80
7.2.170.0060.01016.81
7.2.160.0140.00416.50
7.2.150.0110.00616.61
7.2.140.0130.00316.90
7.2.130.0060.01218.73
7.2.120.0070.01118.59
7.2.110.0070.01018.60
7.2.100.0040.01518.53
7.2.90.0040.01818.48
7.2.80.0130.01018.79
7.2.70.0100.01018.46
7.2.60.0140.00618.57
7.2.50.0150.00318.44
7.2.40.0030.01518.43
7.2.30.0180.00718.35
7.2.20.0080.01118.52
7.2.10.0000.01718.48
7.2.00.0130.00718.57
7.1.330.0110.02015.50
7.1.320.0190.01215.71
7.1.310.0210.01015.82
7.1.300.0110.01715.79
7.1.290.0180.00615.81
7.1.280.0130.00915.60
7.1.270.0090.01415.45
7.1.260.0070.01715.66
7.1.250.0140.00817.50
7.1.240.0210.00417.67
7.1.230.0060.01717.45
7.1.220.0140.01417.36
7.1.210.0150.00817.43
7.1.200.0130.01317.31
7.1.190.0190.00417.19
7.1.180.0230.00917.52
7.1.170.0180.01517.54
7.1.160.0140.00917.30
7.1.150.0190.01217.43
7.1.140.0140.00817.38
7.1.130.0260.00317.46
7.1.120.0140.01017.32
7.1.110.0290.00717.70
7.1.100.0350.00717.47
7.1.90.0270.00417.46
7.1.80.0170.01117.60
7.1.70.0330.00017.53
7.1.60.0290.00017.61
7.1.50.0210.00717.53
7.1.40.0210.00717.63
7.1.30.0180.01117.74
7.1.20.0220.01117.53
7.1.10.0250.00617.74
7.1.00.0200.00917.64
7.0.330.0200.00617.36
7.0.320.0260.00617.13
7.0.310.0210.01117.25
7.0.300.0370.00417.23
7.0.290.0320.00717.23
7.0.280.0300.00417.34
7.0.270.0220.00617.11
7.0.260.0150.01217.30
7.0.250.0190.01217.39
7.0.240.0140.01717.23
7.0.230.0280.01317.39
7.0.220.0170.01317.18
7.0.210.0240.00617.33
7.0.200.0200.01017.18
7.0.190.0200.01017.30
7.0.180.0210.01217.20
7.0.170.0240.00417.21
7.0.160.0210.00917.13
7.0.150.0190.01417.44
7.0.140.0220.00617.16
7.0.130.0160.01217.39
7.0.120.0230.00517.17
7.0.110.0200.01317.20
7.0.100.0090.02017.16
7.0.90.0170.01117.21
7.0.80.0130.01317.14
7.0.70.0190.00917.07
7.0.60.0180.00717.04
7.0.50.0220.00416.97
7.0.40.0220.00917.23
7.0.30.0250.00417.32
7.0.20.0240.00617.24
7.0.10.0350.00917.06
7.0.00.0200.00617.05
5.6.400.0250.00315.95
5.6.390.0210.00715.91
5.6.380.0190.01215.74
5.6.370.0140.01415.78
5.6.360.0270.01015.61
5.6.350.0190.00815.40
5.6.340.0190.01015.70
5.6.330.0250.00715.57
5.6.320.0260.00415.79
5.6.310.0210.00615.53
5.6.300.0160.01215.38
5.6.290.0180.01515.43
5.6.280.0230.00715.87
5.6.270.0210.01015.73
5.6.260.0270.00915.60
5.6.250.0180.01415.64
5.6.240.0170.01415.59
5.6.230.0190.01315.72
5.6.220.0250.00615.79
5.6.210.0150.01215.63
5.6.200.0240.00715.75
5.6.190.0230.01115.64
5.6.180.0300.02915.48
5.6.170.0320.03415.68
5.6.160.0300.02615.63
5.6.150.0220.01015.49
5.6.140.0290.00015.52
5.6.130.0180.01215.70
5.6.120.0190.01915.81
5.6.110.0160.01015.45
5.6.100.0190.00415.39
5.6.90.0160.00815.50
5.6.80.0050.01915.49
5.6.70.0130.01215.34
5.6.60.0180.01215.62
5.6.50.0160.01315.66
5.6.40.0140.01415.41
5.6.30.0240.00615.50
5.6.20.0240.00315.60
5.6.10.0200.00815.54
5.6.00.0230.00515.54
5.5.380.0190.01015.64
5.5.370.0180.00915.82
5.5.360.0140.01415.48
5.5.350.0190.01615.43
5.5.340.0210.00915.73
5.5.330.0210.01216.01
5.5.320.0210.01815.53
5.5.310.0440.01715.48
5.5.300.0210.00615.53
5.5.290.0230.00815.45
5.5.280.0120.01915.56
5.5.270.0220.01115.46
5.5.260.0260.02715.58
5.5.250.0170.00915.58
5.5.240.0100.01315.53
5.5.230.0070.01815.41
5.5.220.0220.00415.26
5.5.210.0320.01115.56
5.5.200.0250.00715.57
5.5.190.0130.01615.39
5.5.180.0230.00515.58
5.5.170.0180.00915.61
5.5.160.0190.00815.54
5.5.150.0200.03215.62
5.5.140.0220.00615.39
5.5.130.0210.00815.60
5.5.120.0250.00615.57
5.5.110.0190.00915.74
5.5.100.0260.00315.77
5.5.90.0070.02115.57
5.5.80.0130.01715.48
5.5.70.0170.01015.57
5.5.60.0170.01015.45
5.5.50.0140.01215.34
5.5.40.0170.00915.46
5.5.30.0240.00715.53
5.5.20.0140.01715.40
5.5.10.0260.00415.20
5.5.00.0320.01615.53
5.4.450.0190.01112.34
5.4.440.0200.00312.62
5.4.430.0110.00712.24
5.4.420.0110.00612.07
5.4.410.0060.01011.86
5.4.400.0080.00812.22
5.4.390.0140.00212.04
5.4.380.0100.00712.19
5.4.370.0110.01112.15
5.4.360.0200.00312.11
5.4.350.0170.00712.52
5.4.340.0140.00912.55
5.4.330.0120.01212.25
5.4.320.0170.00412.31
5.4.310.0150.00812.25
5.4.300.0200.00312.35
5.4.290.0190.00312.41
5.4.280.0130.00912.57
5.4.270.0180.00312.30
5.4.260.0140.01112.34
5.4.250.0110.01112.41
5.4.240.0120.00912.67
5.4.230.0130.01012.48
5.4.220.0180.00312.28
5.4.210.0140.00712.34
5.4.200.0160.00712.32
5.4.190.0140.01012.32
5.4.180.0110.01112.48
5.4.170.0220.00612.24
5.4.160.0220.00312.34
5.4.150.0140.01412.48
5.4.140.0130.00912.42
5.4.130.0150.00512.35
5.4.120.0110.01112.38
5.4.110.0130.00712.30
5.4.100.0150.00912.20
5.4.90.0220.00012.21
5.4.80.0150.00612.30
5.4.70.0180.00312.20
5.4.60.0190.00312.40
5.4.50.0150.01012.41
5.4.40.0170.00312.33
5.4.30.0090.01612.32
5.4.20.0150.00612.36
5.4.10.0120.01212.41
5.4.00.0200.00712.54
5.3.290.0160.00812.80
5.3.280.0160.01012.65
5.3.270.0090.01312.88
5.3.260.0170.00912.86
5.3.250.0180.00812.89
5.3.240.0150.00812.72
5.3.230.0210.00012.75
5.3.220.0190.00612.79
5.3.210.0170.00912.68
5.3.200.0190.00712.68
5.3.190.0170.00713.00
5.3.180.0130.01012.85
5.3.170.0190.00412.98
5.3.160.0130.00812.98
5.3.150.0210.00913.01
5.3.140.0220.00312.80
5.3.130.0210.00612.96
5.3.120.0220.00612.93
5.3.110.0240.00512.79
5.3.100.0110.01512.79
5.3.90.0080.01712.99
5.3.80.0070.01412.86
5.3.70.0190.00312.87
5.3.60.0140.00712.77
5.3.50.0120.00912.71
5.3.40.0140.01112.72
5.3.30.0150.00912.85
5.3.20.0150.00712.67
5.3.10.0160.00512.49
5.3.00.0120.00812.48
5.2.170.0110.00911.89
5.2.160.0110.00811.78
5.2.150.0130.00711.81
5.2.140.0080.01311.75
5.2.130.0090.00911.72
5.2.120.0210.01211.73
5.2.110.0150.00211.80
5.2.100.0170.00611.78
5.2.90.0120.00511.88
5.2.80.0130.00511.67
5.2.70.0100.00711.75
5.2.60.0070.01011.74
5.2.50.0120.00511.77
5.2.40.0100.00711.75
5.2.30.0110.00811.73
5.2.20.0140.00611.70
5.2.10.0110.00711.57
5.2.00.0000.01711.45
5.1.60.0080.00810.79
5.1.50.0160.00010.75
5.1.40.0110.00410.88
5.1.30.0100.00510.96
5.1.20.0120.00410.82
5.1.10.0120.00310.93
5.1.00.0090.00610.70
5.0.50.0080.00510.66
5.0.40.0090.00410.66
5.0.30.0040.00910.66
5.0.20.0050.00810.66
5.0.10.0080.00510.66
5.0.00.0110.00410.66
4.4.90.0020.00610.66
4.4.80.0070.00310.66
4.4.70.0040.00410.66
4.4.60.0040.00410.66
4.4.50.0040.00410.66
4.4.40.0090.00010.66
4.4.30.0080.00010.66
4.4.20.0060.00310.66
4.4.10.0090.00010.66
4.4.00.0050.00310.66
4.3.110.0050.00510.66
4.3.100.0040.00510.66
4.3.90.0060.00310.66
4.3.80.0090.00310.66
4.3.70.0080.00010.66
4.3.60.0040.00410.66
4.3.50.0040.00510.66
4.3.40.0030.00310.66
4.3.30.0070.00010.66
4.3.20.0040.00410.66
4.3.10.0050.00210.66
4.3.00.0030.00610.66

preferences:
99.53 ms | 2652 KiB | 5 Q