3v4l.org

run code in 300+ PHP versions simultaneously
<?php $configArray = array( 'nominal' => array( 'before' => array('subtotal'), 'after' => array(), '_code' => 'nominal', ), 'subtotal' => array( 'after' => array('nominal'), 'before' => array('grand_total'), '_code' => 'subtotal', ), 'shipping' => array( 'after' => array('subtotal', 'freeshipping', 'tax_subtotal'), 'before' => array('grand_total'), '_code' => 'shipping', ), 'grand_total' => array( 'after' => array( 0 => 'subtotal', ), 'before' => array(), '_code' => 'grand_total', ), 'msrp' => array( 'before' => array(), 'after' => array(), '_code' => 'msrp', ), 'freeshipping' => array( 'after' => array( 0 => 'subtotal', ), 'before' => array( 0 => 'tax_subtotal', 1 => 'shipping', ), '_code' => 'freeshipping', ), '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.0140.00718.68
8.3.50.0080.00922.11
8.3.40.0090.00618.86
8.3.30.0110.00419.13
8.3.20.0040.00420.25
8.3.10.0040.00420.52
8.3.00.0030.00619.51
8.2.180.0070.00716.63
8.2.170.0080.00822.96
8.2.160.0070.01020.34
8.2.150.0070.00724.18
8.2.140.0080.00024.66
8.2.130.0040.00426.16
8.2.120.0000.00820.90
8.2.110.0150.00620.99
8.2.100.0040.00818.09
8.2.90.0050.00319.19
8.2.80.0030.00517.97
8.2.70.0040.00417.75
8.2.60.0030.00518.03
8.2.50.0050.00318.07
8.2.40.0080.00018.34
8.2.30.0080.00319.52
8.2.20.0090.00017.84
8.2.10.0030.00518.11
8.2.00.0030.00717.80
8.1.280.0100.01025.92
8.1.270.0040.00423.84
8.1.260.0070.00026.35
8.1.250.0030.00528.09
8.1.240.0040.01421.44
8.1.230.0050.00519.54
8.1.220.0080.00017.76
8.1.210.0090.00018.77
8.1.200.0060.00317.25
8.1.190.0050.00317.35
8.1.180.0000.00918.10
8.1.170.0000.00818.53
8.1.160.0040.00422.04
8.1.150.0080.00019.00
8.1.140.0040.00417.39
8.1.130.0070.00017.85
8.1.120.0030.00517.38
8.1.110.0040.00417.51
8.1.100.0040.00417.47
8.1.90.0070.00017.49
8.1.80.0000.00817.46
8.1.70.0030.00317.45
8.1.60.0060.00317.63
8.1.50.0040.00417.41
8.1.40.0000.00817.41
8.1.30.0030.00517.66
8.1.20.0060.00317.71
8.1.10.0030.00517.50
8.1.00.0040.00417.54
8.0.300.0040.00418.77
8.0.290.0000.00816.75
8.0.280.0050.00318.36
8.0.270.0030.00317.33
8.0.260.0000.00817.34
8.0.250.0050.00216.95
8.0.240.0030.00317.03
8.0.230.0040.00417.10
8.0.220.0070.00016.86
8.0.210.0030.00316.98
8.0.200.0000.00817.06
8.0.190.0070.00017.10
8.0.180.0040.00417.06
8.0.170.0030.00517.03
8.0.160.0070.00016.96
8.0.150.0040.00416.93
8.0.140.0040.00416.82
8.0.130.0060.00013.37
8.0.120.0030.00516.97
8.0.110.0000.00716.94
8.0.100.0050.00317.04
8.0.90.0000.00817.10
8.0.80.0060.00916.99
8.0.70.0040.00417.05
8.0.60.0050.00316.99
8.0.50.0000.00716.99
8.0.30.0120.01217.27
8.0.20.0100.01217.40
8.0.10.0000.00716.96
8.0.00.0120.00516.82
7.4.330.0030.00315.07
7.4.320.0000.00916.56
7.4.300.0040.00416.51
7.4.290.0030.00416.64
7.4.280.0000.00816.49
7.4.270.0000.00716.63
7.4.260.0000.00716.52
7.4.250.0000.00716.54
7.4.240.0000.00716.51
7.4.230.0030.00316.46
7.4.220.0060.01216.57
7.4.210.0060.01016.62
7.4.200.0070.00016.71
7.4.160.0120.00416.51
7.4.150.0120.00617.40
7.4.140.0100.00717.86
7.4.130.0100.01016.55
7.4.120.0120.00816.58
7.4.110.0030.01416.63
7.4.100.0100.01316.66
7.4.90.0100.00716.46
7.4.80.0110.00619.39
7.4.70.0100.01016.64
7.4.60.0070.01016.54
7.4.50.0000.00816.46
7.4.40.0110.00616.62
7.4.30.0120.00316.73
7.4.10.0090.00914.92
7.4.00.0110.00715.17
7.3.330.0030.00413.26
7.3.320.0000.00613.18
7.3.310.0070.00016.24
7.3.300.0070.00016.32
7.3.290.0070.01416.40
7.3.280.0100.00916.39
7.3.270.0180.00617.40
7.3.260.0140.00316.43
7.3.250.0130.00516.35
7.3.240.0110.00816.53
7.3.230.0060.00916.43
7.3.210.0120.00916.53
7.3.200.0070.01619.39
7.3.190.0070.01416.31
7.3.180.0080.00816.45
7.3.170.0040.01216.51
7.3.160.0090.01216.59
7.3.130.0150.00314.68
7.3.120.0030.01615.19
7.3.110.0110.00815.02
7.3.100.0040.01214.85
7.3.90.0060.00615.17
7.3.80.0000.01615.12
7.3.70.0100.00015.02
7.3.60.0090.00314.95
7.3.50.0070.01014.91
7.3.40.0040.01114.95
7.3.30.0030.00614.90
7.3.20.0120.00416.80
7.3.10.0080.00816.35
7.3.00.0100.00416.61
7.2.330.0100.00716.85
7.2.320.0060.01116.87
7.2.310.0160.00316.91
7.2.300.0060.01116.89
7.2.290.0070.01016.72
7.2.260.0070.01015.14
7.2.250.0030.01415.22
7.2.240.0080.00815.20
7.2.230.0060.00915.31
7.2.220.0060.00915.06
7.2.210.0120.00315.17
7.2.200.0040.01414.95
7.2.190.0090.00615.00
7.2.180.0040.00415.27
7.2.170.0090.00615.24
7.2.160.0070.01015.08
7.2.150.0030.01016.89
7.2.140.0090.00617.14
7.2.130.0100.00816.82
7.2.120.0090.00916.83
7.2.110.0070.00816.70
7.2.100.0080.00516.92
7.2.90.0100.01016.88
7.2.80.0100.00516.71
7.2.70.0120.00416.67
7.2.60.0070.00916.88
7.2.50.0140.01016.86
7.2.40.0060.01116.70
7.2.30.0030.01216.98
7.2.20.0190.00716.58
7.2.10.0030.01216.87
7.2.00.0090.01416.81
7.1.330.0040.00915.77
7.1.320.0040.00715.95
7.1.310.0040.00415.79
7.1.300.0000.01215.63
7.1.290.0030.01015.59
7.1.280.0030.01015.95
7.1.270.0070.00615.68
7.1.260.0060.00915.57
7.1.250.0130.00415.63
7.1.240.0110.00415.66
7.1.230.0040.00415.96
7.1.220.0060.00915.92
7.1.210.0060.00615.62
7.1.200.0030.01215.94
7.1.190.0100.00315.79
7.1.180.0090.00615.90
7.1.170.0030.00615.95
7.1.160.0130.00015.68
7.1.150.0110.00315.94
7.1.140.0030.01115.91
7.1.130.0090.00615.98
7.1.120.0060.00315.61
7.1.110.0070.00315.96
7.1.100.0050.00817.01
7.1.90.0040.00715.78
7.1.80.0060.00615.57
7.1.70.0080.00616.57
7.1.60.0070.01417.70
7.1.50.0100.01016.18
7.1.40.0030.00615.76
7.1.30.0000.01515.58
7.1.20.0070.01015.89
7.1.10.0140.00415.62
7.1.00.0030.04219.10
7.0.330.0000.01315.55
7.0.320.0120.00415.61
7.0.310.0100.00315.49
7.0.300.0150.00315.66
7.0.290.0070.01315.32
7.0.280.0110.00615.21
7.0.270.0000.01315.50
7.0.260.0070.01015.17
7.0.250.0100.01015.55
7.0.240.0130.01015.35
7.0.230.0090.00915.47
7.0.220.0070.01315.34
7.0.210.0060.00915.58
7.0.200.0190.00915.19
7.0.190.0130.00015.38
7.0.180.0080.00415.55
7.0.170.0040.00715.46
7.0.160.0100.00715.36
7.0.150.0130.01315.65
7.0.140.0130.03618.72
7.0.130.0100.00715.38
7.0.120.0070.01115.39
7.0.110.0070.01415.55
7.0.100.0060.00915.56
7.0.90.0030.01515.38
7.0.80.0130.00015.56
7.0.70.0070.01015.33
7.0.60.0100.04317.62
7.0.50.0090.02316.60
7.0.40.0150.03016.79
7.0.30.0300.03816.82
7.0.20.0180.02316.86
7.0.10.0050.05216.84
7.0.00.0050.05416.73
5.6.400.0030.02014.58
5.6.390.0090.01214.32
5.6.380.0030.01314.53
5.6.370.0110.00414.72
5.6.360.0150.00314.25
5.6.350.0130.00614.76
5.6.340.0070.00714.57
5.6.330.0090.00614.54
5.6.320.0080.01114.74
5.6.310.0100.01014.64
5.6.300.0120.01514.48
5.6.290.0130.00314.53
5.6.280.0120.03817.86
5.6.270.0130.00614.42
5.6.260.0070.01314.65
5.6.250.0040.01114.25
5.6.240.0030.01514.48
5.6.230.0070.01014.45
5.6.220.0170.00014.43
5.6.210.0050.05017.43
5.6.200.0110.03816.36
5.6.190.0080.02317.68
5.6.180.0260.03817.65
5.6.170.0220.02617.50
5.6.160.0100.03317.46
5.6.150.0050.05016.34
5.6.140.0070.02716.47
5.6.130.0070.02716.49
5.6.120.0120.03017.67
5.6.110.0020.04217.88
5.6.100.0080.02317.78
5.6.90.0090.04517.71
5.6.80.0140.03517.45
5.6.70.0130.00014.57
5.6.60.0070.01014.44
5.6.50.0150.00414.63
5.6.40.0000.01714.66
5.6.30.0070.01014.11
5.6.20.0160.00314.39
5.6.10.0070.01014.25
5.6.00.0090.00914.36
5.5.380.0080.00614.23
5.5.370.0140.00314.37
5.5.360.0070.01114.72
5.5.350.0130.04417.54
5.5.340.0100.04016.05
5.5.330.0110.02517.41
5.5.320.0200.03217.38
5.5.310.0130.03517.24
5.5.300.0050.02916.05
5.5.290.0100.04016.20
5.5.280.0090.02617.65
5.5.270.0100.03217.68
5.5.260.0120.03217.72
5.5.250.0120.04217.52
5.5.240.0190.04017.20
5.5.230.0110.00714.31
5.5.220.0100.00714.14
5.5.210.0000.02314.24
5.5.200.0070.01014.50
5.5.190.0030.01014.66
5.5.180.0100.00314.49
5.5.170.0110.00714.55
5.5.160.0090.00914.45
5.5.150.0100.01014.32
5.5.140.0110.00414.48
5.5.130.0110.01114.18
5.5.120.0040.01114.55
5.5.110.0030.01414.54
5.5.100.0160.00614.49
5.5.90.0170.00714.35
5.5.80.0070.01014.49
5.5.70.0110.00714.32
5.5.60.0060.00914.31
5.5.50.0030.01014.27
5.5.40.0060.01214.53
5.5.30.0120.00914.36
5.5.20.0090.01514.04
5.5.10.0040.01914.30
5.5.00.0100.01014.25
5.4.450.0380.02715.43
5.4.440.0370.03015.09
5.4.430.0370.02815.05
5.4.420.0200.02315.08
5.4.410.0220.02215.18
5.4.400.0170.02415.13
5.4.390.0200.02215.25
5.4.380.0170.03014.85
5.4.370.0150.03215.04
5.4.360.0180.02814.96
5.4.350.0380.03515.02
5.4.340.0170.03514.99
5.4.330.0060.00910.88
5.4.320.0090.02111.67
5.4.310.0100.02411.85
5.4.300.0070.02411.87
5.4.290.0080.02511.66
5.4.280.0100.02311.79
5.4.270.0150.02011.83
5.4.260.0060.02611.92
5.4.250.0090.02411.69
5.4.240.0100.02311.78
5.4.230.0080.02611.88
5.4.220.0110.02611.92
5.4.210.0100.03711.79
5.4.200.0140.03311.92
5.4.190.0100.03011.83
5.4.180.0130.02811.75
5.4.170.0190.02711.75
5.4.160.0110.04311.76
5.4.150.0120.02311.88
5.4.140.0110.02411.65
5.4.130.0050.02611.60
5.4.120.0080.03211.72
5.4.110.0120.02511.70
5.4.100.0130.02611.72
5.4.90.0120.02611.59
5.4.80.0040.02911.74
5.4.70.0070.02211.52
5.4.60.0070.02311.74
5.4.50.0080.02211.61
5.4.40.0070.02111.72
5.4.30.0120.02111.51
5.4.20.0110.01611.55
5.4.10.0120.01811.68
5.4.00.0110.01911.20
5.3.290.0200.03212.80
5.3.280.0110.04012.71
5.3.270.0110.03812.72
5.3.260.0130.04112.72
5.3.250.0080.04012.72
5.3.240.0110.03712.72
5.3.230.0040.04412.71
5.3.220.0090.04012.68
5.3.210.0130.03612.68
5.3.200.0060.05012.68
5.3.190.0120.03612.69
5.3.180.0080.04012.68
5.3.170.0100.03812.68
5.3.160.0100.03812.68
5.3.150.0110.03712.68
5.3.140.0110.03712.68
5.3.130.0080.04212.66
5.3.120.0090.04112.67
5.3.110.0130.03712.66
5.3.100.0130.03812.15
5.3.90.0060.04312.14
5.3.80.0090.03812.13
5.3.70.0090.03812.13
5.3.60.0110.04112.12
5.3.50.0110.03612.07
5.3.40.0110.03712.06
5.3.30.0090.04112.02
5.3.20.0120.03511.80
5.3.10.0120.04211.77
5.3.00.0120.03511.75
5.2.170.0080.0329.26
5.2.160.0120.0279.26
5.2.150.0040.0369.26
5.2.140.0090.0379.26
5.2.130.0130.0389.21
5.2.120.0120.0439.21
5.2.110.0150.0399.23
5.2.100.0160.0399.22
5.2.90.0130.0419.22
5.2.80.0080.0339.21
5.2.70.0130.0299.21
5.2.60.0060.0319.17
5.2.50.0130.0289.13
5.2.40.0120.0379.11
5.2.30.0140.0389.09
5.2.20.0100.0389.08
5.2.10.0100.0278.99
5.2.00.0110.0358.85
5.1.60.0110.0238.12
5.1.50.0080.0348.11
5.1.40.0070.0348.10
5.1.30.0090.0248.45
5.1.20.0070.0268.47
5.1.10.0090.0278.20
5.1.00.0090.0278.19
5.0.50.0100.0206.68
5.0.40.0050.0226.54
5.0.30.0080.0326.35
5.0.20.0100.0186.33
5.0.10.0060.0246.30
5.0.00.0060.0336.30
4.4.90.0050.0184.78
4.4.80.0040.0184.76
4.4.70.0110.0194.76
4.4.60.0080.0234.76
4.4.50.0080.0204.77
4.4.40.0120.0324.71
4.4.30.0090.0214.76
4.4.20.0060.0174.85
4.4.10.0080.0154.85
4.4.00.0060.0354.76
4.3.110.0110.0224.67
4.3.100.0080.0164.66
4.3.90.0110.0114.63
4.3.80.0060.0254.59
4.3.70.0020.0204.63
4.3.60.0090.0124.63
4.3.50.0050.0184.63
4.3.40.0070.0244.55
4.3.30.0070.0163.36
4.3.20.0060.0173.33
4.3.10.0080.0153.28
4.3.00.0070.01313.95

preferences:
36.89 ms | 401 KiB | 5 Q