3v4l.org

run code in 300+ PHP versions simultaneously
<?php declare(strict_types=1); //the only right example var_dump( bcadd('17.123', '19.456', 10) ); //can't do this (changes are only in the first part), just all the cases that are inappropriate for bcmath //whitespace var_dump( bcadd('17 .123', '19.456', 10) ); //comma var_dump( bcadd('17,123', '19.456', 10) ); //comma as thousands separator var_dump( bcadd('1,700.123', '19.456', 10) ); //changing locale to a country which uses decimal comma, see this https://bugs.php.net/bug.php?id=55160 $currentLocale = setlocale(LC_ALL, 0); setlocale(LC_ALL, "en_DK.UTF-8"); var_dump( bcadd('1,700.123', '19.456', 10) ); setlocale(LC_ALL, $currentLocale); //exponential numbers var_dump( bcadd('17e123', '19.456', 10) ); //using words var_dump( bcadd('hello', '19.456', 10) );

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.120.0090.01022.14
8.4.110.0060.00418.90
8.4.100.0110.01017.78
8.4.90.0090.01220.64
8.4.80.0090.01018.82
8.4.70.0060.00920.80
8.4.60.0160.00420.66
8.4.50.0060.00320.56
8.4.40.0090.00617.78
8.4.30.0100.01017.57
8.4.20.0070.00318.75
8.4.10.0030.00619.64
8.3.250.0100.00918.67
8.3.240.0110.01016.87
8.3.230.0080.01116.74
8.3.220.0140.00620.62
8.3.210.0140.00616.68
8.3.200.0070.00616.52
8.3.190.0100.00517.25
8.3.180.0130.00718.89
8.3.170.0070.01117.00
8.3.160.0040.00416.68
8.3.150.0150.00416.66
8.3.140.0040.00418.95
8.3.130.0190.00016.78
8.3.120.0040.00418.93
8.3.110.0080.00020.94
8.3.100.0090.00024.06
8.3.90.0040.00726.77
8.3.80.0110.00018.30
8.3.70.0140.01018.43
8.3.60.0090.00618.43
8.3.50.0070.01018.15
8.3.40.0120.00318.83
8.3.30.0090.00618.66
8.3.20.0040.00421.75
8.3.10.0080.00020.57
8.3.00.0040.00417.75
8.2.290.0090.00917.06
8.2.280.0110.00720.43
8.2.270.0120.00316.84
8.2.260.0140.00417.27
8.2.250.0140.00318.16
8.2.240.0060.00317.29
8.2.230.0140.00722.58
8.2.220.0000.00937.54
8.2.210.0070.00726.77
8.2.200.0070.00318.29
8.2.190.0150.00616.75
8.2.180.0090.01216.63
8.2.170.0090.00622.96
8.2.160.0110.00822.12
8.2.150.0040.00424.18
8.2.140.0000.00924.66
8.2.130.0070.01026.16
8.2.120.0040.00419.54
8.2.110.0040.00419.21
8.2.100.0060.00617.91
8.2.90.0060.00317.89
8.2.80.0080.00017.97
8.2.70.0050.00317.80
8.2.60.0030.00518.03
8.2.50.0040.00418.10
8.2.40.0080.00019.40
8.2.30.0080.00019.19
8.2.20.0000.00818.07
8.2.10.0050.00219.20
8.2.00.0030.00517.89
8.1.330.0100.01116.43
8.1.320.0150.00521.69
8.1.310.0090.00916.42
8.1.300.0130.00317.91
8.1.290.0090.00018.88
8.1.280.0120.00325.92
8.1.270.0080.00020.36
8.1.260.0030.00526.35
8.1.250.0120.00328.09
8.1.240.0090.00023.78
8.1.230.0070.00420.97
8.1.220.0050.00317.74
8.1.210.0030.00618.77
8.1.200.0000.00917.22
8.1.190.0040.00416.98
8.1.180.0050.00318.10
8.1.170.0030.00618.71
8.1.160.0030.00518.82
8.1.150.0080.00018.75
8.1.140.0080.00018.70
8.1.130.0000.00721.72
8.1.120.0040.00417.27
8.1.110.0040.00417.25
8.1.100.0040.00417.29
8.1.90.0040.00517.43
8.1.80.0040.00417.41
8.1.70.0000.00717.24
8.1.60.0070.00417.48
8.1.50.0000.01217.41
8.1.40.0040.00717.51
8.1.30.0050.00317.67
8.1.20.0050.00517.59
8.1.10.0030.00517.57
8.1.00.0060.00317.53
8.0.300.0060.00319.87
8.0.290.0040.00416.63
8.0.280.0070.00018.45
8.0.270.0030.00317.28
8.0.260.0070.00018.31
8.0.250.0030.00317.01
8.0.240.0030.00316.98
8.0.230.0080.00016.93
8.0.220.0000.00816.93
8.0.210.0000.00816.94
8.0.200.0000.00716.96
8.0.190.0030.00516.99
8.0.180.0080.00016.83
8.0.170.0090.00016.94
8.0.160.0080.00016.90
8.0.150.0040.00416.84
8.0.140.0020.00516.79
8.0.130.0030.00313.31
8.0.120.0000.00716.88
8.0.110.0000.00816.96
8.0.100.0070.00016.96
8.0.90.0050.00317.04
8.0.80.0100.00716.86
8.0.70.0000.00716.87
8.0.60.0040.00416.79
8.0.50.0040.00416.79
8.0.30.0120.00416.92
8.0.20.0090.01717.32
8.0.10.0000.00717.18
8.0.00.0110.01116.86
7.4.330.0000.00515.55
7.4.320.0000.00716.57
7.4.300.0030.00316.47
7.4.290.0070.00016.60
7.4.280.0020.00516.51
7.4.270.0040.00416.48
7.4.260.0030.00616.64
7.4.250.0040.00416.51
7.4.240.0040.00416.44
7.4.230.0080.00016.72
7.4.220.0040.00416.55
7.4.210.0080.00716.59
7.4.200.0030.00316.62
7.4.160.0080.00916.59
7.4.140.0170.01017.86
7.4.130.0160.00616.62
7.4.120.0030.01616.34
7.4.110.0090.00916.58
7.4.100.0160.00716.62
7.4.90.0080.00816.55
7.4.80.0140.00419.39
7.4.70.0140.00316.29
7.4.60.0030.01416.40
7.4.50.0030.00716.44
7.4.40.0060.01516.31
7.4.10.0090.00914.74
7.4.00.0100.00714.89
7.3.330.0000.00513.19
7.3.320.0000.00713.13
7.3.310.0070.00016.21
7.3.300.0000.00716.22
7.3.290.0000.00716.23
7.3.280.0060.01016.26
7.3.260.0110.00916.39
7.3.240.0120.00716.35
7.3.230.0120.00616.28
7.3.210.0140.00416.58
7.3.200.0060.01516.42
7.3.190.0140.00716.53
7.3.180.0060.01016.19
7.3.170.0150.00816.30
7.3.160.0150.00516.31
7.3.130.0130.00714.68
7.3.120.0070.00914.83
7.3.110.0080.01014.66
7.3.100.0020.01314.79
7.3.90.0090.00514.67
7.3.80.0110.00314.54
7.3.70.0060.00614.74
7.3.60.0090.00314.72
7.3.50.0060.00814.60
7.3.40.0040.00714.70
7.3.30.0070.00814.77
7.3.20.0050.00815.61
7.3.10.0170.00815.17
7.3.00.0120.00915.38
7.2.330.0130.00516.73
7.2.320.0110.00616.60
7.2.310.0100.00616.71
7.2.300.0070.01016.38
7.2.290.0000.02516.76
7.2.260.0090.00914.73
7.2.250.0050.01414.93
7.2.240.0080.00814.80
7.2.230.0050.01314.94
7.2.220.0060.00914.61
7.2.210.0050.00714.92
7.2.200.0010.00914.81
7.2.190.0100.00314.83
7.2.180.0070.00614.83
7.2.170.0090.00414.82
7.2.160.0060.00914.62
7.2.150.0060.00815.35
7.2.140.0070.00815.52
7.2.130.0150.00615.31
7.2.120.0250.00915.36
7.2.110.0120.01015.33
7.2.100.0130.00515.33
7.2.90.0180.00715.39
7.2.80.0150.00315.12
7.2.70.0170.00715.26
7.2.60.0150.00715.26
7.2.50.0190.00915.41
7.2.40.0200.00715.33
7.2.30.0190.00615.19
7.2.20.0160.00815.15
7.2.10.0160.00615.26
7.2.00.0140.00715.22
7.1.330.0070.00915.52
7.1.320.0050.01115.74
7.1.310.0080.00615.51
7.1.300.0050.00615.71
7.1.290.0020.00815.55
7.1.280.0260.00614.74
7.1.270.0070.01014.83
7.1.260.0090.00814.77
7.1.250.0180.00414.27
7.1.240.0080.00615.58
7.1.230.0040.00415.71
7.1.220.0100.00015.67
7.1.210.0030.01015.76
7.1.200.0040.01115.60
7.1.190.0030.01015.86
7.1.180.0110.00415.66
7.1.170.0060.00615.68
7.1.160.0060.00615.72
7.1.150.0070.00715.57
7.1.140.0070.00715.50
7.1.130.0090.00615.48
7.1.120.0040.00715.59
7.1.110.0070.00415.79
7.1.100.0060.00615.46
7.1.90.0100.00615.75
7.1.80.0030.00615.61
7.1.70.0110.00415.88
7.1.60.0030.01015.88
7.1.50.0040.00415.64
7.1.40.0000.01115.58
7.1.30.0030.00615.78
7.1.20.0070.00715.87
7.1.10.0060.00615.79
7.1.00.0000.00815.47

preferences:
27.85 ms | 403 KiB | 5 Q