3v4l.org

run code in 300+ PHP versions simultaneously
<?php $configArray = array( 'grand_total' => array( 'after' => array( 0 => 'subtotal', ), 'before' => array(), '_code' => 'grand_total', ), 'discount' => array( 'after' => array( 0 => 'subtotal', 1 => 'shipping', ), 'before' => array( 0 => 'grand_total', ), '_code' => 'discount', ), 'tax_subtotal' => array( 'after' => array( 0 => 'freeshipping', ), 'before' => array( 0 => 'tax', 1 => 'discount', ), '_code' => 'tax_subtotal', ), 'tax_shipping' => array( 'after' => array( 0 => 'shipping', 1 => 'tax_subtotal', ), 'before' => array( 0 => 'tax', 1 => 'discount', ), '_code' => 'tax_shipping', ), 'tax' => array( 'after' => array( 0 => 'subtotal', 1 => 'shipping', 2 => 'discount', ), 'before' => array( 0 => 'grand_total', ), '_code' => 'tax', ), ); reset($configArray); $element = current($configArray); foreach ($configArray as $code => $data) { foreach ($data['before'] as $beforeCode) { if (!isset($configArray[$beforeCode])) { continue; } $configArray[$code]['before'] = array_unique( array_merge( $configArray[$code]['before'], $configArray[$beforeCode]['before'] ) ); $configArray[$beforeCode]['after'] = array_merge( $configArray[$beforeCode]['after'], array($code), $data['after'] ); $configArray[$beforeCode]['after'] = array_unique($configArray[$beforeCode]['after']); } foreach ($data['after'] as $afterCode) { if (!isset($configArray[$afterCode])) { continue; } $configArray[$code]['after'] = array_unique( array_merge( $configArray[$code]['after'], $configArray[$afterCode]['after'] ) ); $configArray[$afterCode]['before'] = array_merge( $configArray[$afterCode]['before'], array($code), $data['before'] ); $configArray[$afterCode]['before'] = array_unique($configArray[$afterCode]['before']); } } uasort($configArray, 'compareTotals'); print_r($configArray);

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.3.60.0150.00018.56
8.3.50.0090.01222.12
8.3.40.0110.00718.80
8.3.30.0100.00319.09
8.3.20.0070.00020.16
8.3.10.0090.00020.39
8.3.00.0000.00819.35
8.2.180.0180.00316.88
8.2.170.0090.00622.96
8.2.160.0150.00420.35
8.2.150.0080.00024.18
8.2.140.0050.00324.66
8.2.130.0000.00726.16
8.2.120.0060.00321.01
8.2.110.0000.01021.98
8.2.100.0080.00319.77
8.2.90.0040.00419.17
8.2.80.0040.00417.97
8.2.70.0060.00317.75
8.2.60.0050.00317.93
8.2.50.0080.00018.07
8.2.40.0000.00818.16
8.2.30.0070.00319.35
8.2.20.0000.00817.90
8.2.10.0040.00418.04
8.2.00.0060.00317.77
8.1.280.0060.01025.92
8.1.270.0040.00423.96
8.1.260.0050.00326.35
8.1.250.0070.00028.09
8.1.240.0060.01618.59
8.1.230.0070.00418.81
8.1.220.0040.00417.74
8.1.210.0030.00518.77
8.1.200.0030.00617.35
8.1.190.0000.00817.23
8.1.180.0040.00418.10
8.1.170.0040.00418.53
8.1.160.0000.00722.09
8.1.150.0080.00018.86
8.1.140.0070.00017.45
8.1.130.0050.00217.49
8.1.120.0040.00417.48
8.1.110.0000.00717.50
8.1.100.0030.00417.50
8.1.90.0070.00017.55
8.1.80.0080.00017.48
8.1.70.0050.00217.42
8.1.60.0060.00317.63
8.1.50.0030.00617.48
8.1.40.0030.00617.58
8.1.30.0060.00317.55
8.1.20.0030.00517.65
8.1.10.0050.00317.63
8.1.00.0060.00317.52
8.0.300.0000.00718.77
8.0.290.0070.00016.88
8.0.280.0000.00718.44
8.0.270.0050.00317.20
8.0.260.0060.00316.79
8.0.250.0000.00717.06
8.0.240.0030.00317.05
8.0.230.0030.00616.92
8.0.220.0000.00716.86
8.0.210.0000.00816.88
8.0.200.0080.00016.88
8.0.190.0000.00816.97
8.0.180.0040.00416.99
8.0.170.0040.00416.91
8.0.160.0040.00416.93
8.0.150.0000.00816.89
8.0.140.0000.00716.87
8.0.130.0080.00013.48
8.0.120.0040.00416.91
8.0.110.0020.00516.83
8.0.100.0030.00516.96
8.0.90.0000.00816.84
8.0.80.0090.00617.04
8.0.70.0030.00516.88
8.0.60.0080.00017.05
8.0.50.0000.00816.87
8.0.30.0070.01717.15
8.0.20.0060.01317.40
8.0.10.0000.00717.04
8.0.00.0100.01016.97
7.4.330.0000.00515.03
7.4.320.0060.00316.58
7.4.300.0000.00616.55
7.4.290.0030.00316.43
7.4.280.0040.00416.52
7.4.270.0000.00816.67
7.4.260.0030.00316.53
7.4.250.0050.00316.56
7.4.240.0050.00316.53
7.4.230.0020.00516.61
7.4.220.0160.00316.56
7.4.210.0040.01716.54
7.4.200.0000.00716.37
7.4.160.0030.01216.63
7.4.150.0120.01217.40
7.4.140.0080.00917.86
7.4.130.0090.01016.57
7.4.120.0070.00916.58
7.4.110.0080.00816.32
7.4.100.0100.00716.53
7.4.90.0100.00716.73
7.4.80.0130.00319.39
7.4.70.0110.00716.64
7.4.60.0110.00716.43
7.4.50.0050.00316.58
7.4.40.0090.00616.54
7.4.30.0030.01316.62
7.4.00.0080.00815.14
7.3.330.0030.00313.32
7.3.320.0000.00513.33
7.3.310.0030.00316.39
7.3.300.0030.00316.41
7.3.290.0060.01216.49
7.3.280.0090.00816.46
7.3.270.0120.00617.40
7.3.260.0100.00716.54
7.3.250.0130.00716.57
7.3.240.0130.01016.47
7.3.230.0060.00916.51
7.3.210.0140.00316.38
7.3.200.0110.00819.39
7.3.190.0070.01016.61
7.3.180.0060.01016.33
7.3.170.0120.00416.68
7.3.160.0080.01216.54
7.3.120.0070.01014.96
7.3.110.0090.00814.95
7.3.100.0020.01214.83
7.3.90.0060.00714.86
7.3.80.0040.00815.02
7.3.70.0050.00814.94
7.3.60.0070.00514.94
7.3.50.0060.00414.62
7.3.40.0080.00514.72
7.3.30.0060.00614.88
7.3.20.0050.01116.68
7.3.10.0030.01216.70
7.3.00.0040.00916.82
7.2.330.0140.00416.79
7.2.320.0110.00616.77
7.2.310.0110.00616.36
7.2.300.0080.00916.43
7.2.290.0120.00616.91
7.2.250.0070.01314.84
7.2.240.0050.01315.22
7.2.230.0090.00615.15
7.2.220.0080.00515.14
7.2.210.0050.01215.17
7.2.200.0090.00615.18
7.2.190.0040.01015.12
7.2.180.0050.00614.90
7.2.170.0070.00615.06
7.2.160.0040.01114.97
7.2.150.0070.00716.93
7.2.140.0030.01016.88
7.2.130.0040.01117.12
7.2.120.0090.00917.00
7.2.110.0000.01517.04
7.2.100.0140.00016.70
7.2.90.0040.01117.05
7.2.80.0000.01416.84
7.2.70.0070.00716.71
7.2.60.0080.00916.81
7.2.50.0090.00616.66
7.2.40.0080.00816.79
7.2.30.0070.01016.70
7.2.20.0130.00316.90
7.2.10.0100.00616.85
7.2.00.0090.01118.18
7.1.330.0010.01215.80
7.1.320.0050.00615.99
7.1.310.0050.00815.74
7.1.300.0080.00715.80
7.1.290.0090.00715.89
7.1.280.0060.00715.65
7.1.270.0070.00815.83
7.1.260.0060.00616.00
7.1.250.0000.01215.63
7.1.200.0040.01115.84
7.1.100.0070.00718.19
7.1.70.0040.00416.93
7.1.60.0060.00617.41
7.1.50.0070.01617.03
7.1.00.0100.06722.29
7.0.200.0080.00816.93
7.0.140.0100.07022.09
7.0.110.0100.08319.93
7.0.100.0100.06320.11
7.0.90.0170.07719.97
7.0.80.0000.08719.93
7.0.70.0100.08019.89
7.0.60.0170.07020.02
7.0.50.0030.06320.08
7.0.40.0030.04319.71
7.0.30.0200.06019.85
7.0.20.0100.03319.71
7.0.10.0030.07019.81
7.0.00.0130.07319.81
5.6.280.0000.07721.00
5.6.260.0100.07020.73
5.6.250.0070.07720.67
5.6.240.0100.07720.57
5.6.230.0100.08320.68
5.6.220.0130.04720.54
5.6.210.0130.07720.57
5.6.200.0130.06020.87
5.6.190.0070.07320.66
5.6.180.0130.07720.72
5.6.170.0070.08720.72
5.6.160.0100.07720.63
5.6.150.0100.06720.69
5.6.140.0070.08720.59
5.6.130.0070.05020.64
5.6.120.0170.07720.66
5.6.110.0170.06320.65
5.6.100.0170.07020.64
5.6.90.0170.07720.62
5.6.80.0170.07320.02
5.6.70.0130.07720.23
5.6.60.0200.06720.00
5.6.50.0100.07320.02
5.6.40.0170.07319.96
5.6.30.0100.07719.96
5.6.20.0070.08320.07
5.6.10.0230.06319.99
5.6.00.0230.06720.22
5.5.380.0130.07717.64
5.5.370.0130.07317.53
5.5.360.0070.07317.55
5.5.350.0100.08017.66
5.5.340.0100.07318.10
5.5.330.0070.04317.83
5.5.320.0100.08017.91
5.5.310.0000.04018.10
5.5.300.0100.08018.22
5.5.290.0130.07018.09
5.5.280.0100.08717.95
5.5.270.0100.06317.90
5.5.260.0070.07718.09
5.5.250.0200.06718.06
5.5.240.0100.07017.47
5.5.230.0200.07017.28
5.5.220.0130.07317.30
5.5.210.0000.08717.28
5.5.200.0070.07717.33
5.5.190.0130.07017.30
5.5.180.0130.07317.43
5.5.160.0100.07317.27
5.5.150.0170.06717.57
5.5.140.0270.06017.26
5.5.130.0030.08017.59
5.5.120.0070.07717.46
5.5.110.0100.07717.59
5.5.100.0070.07717.16
5.5.90.0100.07717.34
5.5.80.0100.07317.48
5.5.70.0100.07717.15
5.5.60.0100.07717.49
5.5.50.0030.07717.46
5.5.40.0170.06717.17
5.5.30.0070.08017.34
5.5.20.0130.08017.45
5.5.10.0230.06017.28
5.5.00.0070.07717.28
5.4.450.0170.04719.32
5.4.440.0030.09019.50
5.4.430.0170.07019.30
5.4.420.0170.04019.66
5.4.410.0130.08019.19
5.4.400.0030.08019.04
5.4.390.0030.08319.01
5.4.380.0130.07319.01
5.4.370.0030.08019.14
5.4.360.0070.08019.33
5.4.350.0100.07319.18
5.4.340.0170.04719.02
5.4.320.0130.07319.16
5.4.310.0030.08019.02
5.4.300.0130.07319.16
5.4.290.0070.07719.22
5.4.280.0100.07319.18
5.4.270.0130.07319.00
5.4.260.0030.08019.23
5.4.250.0170.07019.23
5.4.240.0130.07718.99
5.4.230.0070.08019.30
5.4.220.0070.08319.18
5.4.210.0070.08319.17
5.4.200.0100.04318.98
5.4.190.0130.07318.97
5.4.180.0030.07718.97
5.4.170.0030.07018.93
5.4.160.0100.07018.93
5.4.150.0100.05718.94
5.4.140.0030.03716.59
5.4.130.0130.06716.54
5.4.120.0070.06716.37
5.4.110.0100.06316.62
5.4.100.0100.07316.37
5.4.90.0070.07716.50
5.4.80.0070.04316.47
5.4.70.0170.06316.53
5.4.60.0000.08016.39
5.4.50.0030.07716.55
5.4.40.0070.07016.45
5.4.30.0000.04316.56
5.4.20.0100.06716.49
5.4.10.0100.07016.45
5.4.00.0000.08015.82
5.3.290.0100.07714.55
5.3.280.0030.07714.77
5.3.270.0170.07014.62
5.3.260.0070.05014.63
5.3.250.0130.07014.59
5.3.240.0070.05714.66
5.3.230.0030.08314.59
5.3.220.0000.08014.82
5.3.210.0070.04314.59
5.3.200.0100.07714.71
5.3.190.0200.06314.45
5.3.180.0100.07014.55
5.3.170.0100.07314.44
5.3.160.0030.04314.73
5.3.150.0000.06014.59
5.3.140.0030.04314.82
5.3.130.0030.07714.60
5.3.120.0100.04714.61
5.3.110.0070.07314.70
5.3.100.0070.07714.05
5.3.90.0070.04314.06
5.3.80.0070.07713.89
5.3.70.0100.04013.89
5.3.60.0030.06014.15
5.3.50.0100.05713.98
5.3.40.0130.06314.09
5.3.30.0070.07714.06
5.3.20.0130.05713.57
5.3.10.0100.06013.69
5.3.00.0000.07713.67
5.2.170.0100.06012.21
5.2.160.0130.05312.21
5.2.150.0030.06312.21
5.2.140.0070.05312.21
5.2.130.0100.05712.21
5.2.120.0070.05712.21
5.2.110.0130.05712.21
5.2.100.0070.06312.21
5.2.90.0070.06712.21
5.2.80.0100.06012.21
5.2.70.0030.06712.21
5.2.60.0070.05012.21
5.2.50.0070.06712.21
5.2.40.0100.05712.21
5.2.30.0070.05012.21
5.2.20.0030.05012.21
5.2.10.0030.06012.21
5.2.00.0030.05312.21
5.1.60.0070.05312.21
5.1.50.0070.05312.21
5.1.40.0070.05012.21
5.1.30.0130.05312.21
5.1.20.0030.06012.21
5.1.10.0070.04312.21
5.1.00.0100.03712.21
5.0.50.0030.03712.21
5.0.40.0100.03712.21
5.0.30.0070.05712.21
5.0.20.0070.02012.21
5.0.10.0100.03712.21
5.0.00.0070.06012.21
4.4.90.0100.03012.21
4.4.80.0070.03712.21
4.4.70.0030.03712.21
4.4.60.0070.02712.21
4.4.50.0000.02712.21
4.4.40.0030.05312.21
4.4.30.0100.03012.21
4.4.20.0000.02712.21
4.4.10.0030.03712.21
4.4.00.0070.05312.21
4.3.110.0070.03312.21
4.3.100.0070.03012.21
4.3.90.0030.03712.21
4.3.80.0000.06012.21
4.3.70.0030.03312.21
4.3.60.0030.03012.21
4.3.50.0070.03312.21
4.3.40.0070.04712.21
4.3.30.0030.03312.21
4.3.20.0000.03312.21
4.3.10.0000.03712.21
4.3.00.0030.03312.21

preferences:
30.96 ms | 401 KiB | 5 Q