3v4l.org

run code in 300+ PHP versions simultaneously
<?php $sorted = [ [ ['Year' => "2020", 'Month' => "Feb", 'Analyzed' => 23, 'Account' => 225,], ['Year' => "2021", 'Month' => "Feb", 'Analyzed' => 23, 'Account' => 125,], ['Year' => "2022", 'Month' => "Feb", 'Analyzed' => 23, 'Account' => 425,], ], [ ['Year' => "2020", 'Month' => "Feb", 'Analyzed' => 23, 'Account' => 55,], ['Year' => "2021", 'Month' => "Feb", 'Analyzed' => 23, 'Account' => 33,], ['Year' => "2022", 'Month' => "Feb", 'Analyzed' => 23, 'Account' => 44,], ], ]; $sorted_Rcv = [ [ ['Year' => "2020", 'Month' => "Feb", 'Received' => 12, 'Account' => 225,], ['Year' => "2021", 'Month' => "Feb", 'Received' => 33, 'Account' => 125,], ['Year' => "2022", 'Month' => "Feb", 'Received' => 11, 'Account' => 425,], ], [ ['Year' => "2020", 'Month' => "Feb", 'Received' => 12, 'Account' => 55,], ['Year' => "2021", 'Month' => "Feb", 'Received' => 33, 'Account' => 33,], ['Year' => "2022", 'Month' => "Feb", 'Received' => 11, 'Account' => 44,], ], ]; $merged_result = array(); foreach($sorted as $subar1){ foreach($subar1 as $val){ foreach($sorted_Rcv as $subar2){ foreach($subar2 as $val2){ if ($val['Year'] == $val2['Year'] && $val['Month'] == $val2['Month'] && $val['Account'] == $val2['Account']){ $merged_result[] = [ 'Year' => $val2['Year'], 'Month' => $val2['Month'], 'Account' => $val2['Account'], 'Analyzed' => $val['Analyzed'], 'Received' => $val2['Received'], ]; } } } } } print_r($merged_result);

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.70.0040.01818.55
8.3.60.0120.00318.55
8.3.50.0100.01018.29
8.3.40.0090.00620.27
8.3.30.0000.01518.84
8.3.20.0040.00421.79
8.3.10.0040.00421.99
8.3.00.0000.00720.76
8.2.180.0060.00918.16
8.2.170.0180.00422.96
8.2.160.0070.00721.20
8.2.150.0090.00024.18
8.2.140.0090.00624.66
8.2.130.0000.00726.16
8.2.120.0000.00726.16
8.2.110.0040.00422.13
8.2.100.0000.01117.91
8.2.90.0050.00317.63
8.2.80.0050.00318.73
8.2.70.0080.00018.05
8.2.60.0000.00818.16
8.2.50.0040.00419.21
8.2.40.0030.01019.42
8.2.30.0040.00419.24
8.2.20.0030.00718.16
8.2.10.0040.00419.25
8.2.00.0040.00419.32
8.1.280.0120.00925.92
8.1.270.0040.00421.81
8.1.260.0070.00026.35
8.1.250.0050.00328.09
8.1.240.0050.00519.23
8.1.230.0080.00320.97
8.1.220.0040.00417.74
8.1.210.0040.00418.77
8.1.200.0040.00417.22
8.1.190.0030.00617.23
8.1.180.0030.00518.96
8.1.170.0060.00318.52
8.1.160.0030.00618.93
8.1.150.0070.00018.79
8.1.140.0080.00018.81
8.1.130.0000.00821.83
8.1.120.0030.00717.46
8.1.110.0050.00217.39
8.1.100.0040.00417.41
8.1.90.0040.00417.39
8.1.80.0030.00617.43
8.1.70.0000.00717.34
8.1.60.0040.00417.52
8.1.50.0050.00317.52
8.1.40.0000.00817.42
8.1.30.0040.00417.59
8.1.20.0040.00817.57
8.1.10.0020.00517.51
8.1.00.0080.00017.50
8.0.300.0000.00719.00
8.0.290.0060.00316.75
8.0.280.0040.00418.51
8.0.270.0030.00316.77
8.0.260.0070.00020.13
8.0.250.0000.00717.01
8.0.240.0030.00616.95
8.0.230.0040.00417.00
8.0.220.0030.00316.81
8.0.210.0030.00316.88
8.0.200.0030.00316.84
8.0.190.0000.00816.99
8.0.180.0030.00516.90
8.0.170.0000.00916.79
8.0.160.0000.00716.98
8.0.150.0030.00516.89
8.0.140.0030.00516.84
8.0.130.0000.00613.36
8.0.120.0070.00016.73
8.0.110.0000.00716.86
8.0.100.0040.00416.84
8.0.90.0040.00416.90
8.0.80.0000.01416.93
8.0.70.0040.00416.94
8.0.60.0050.00216.92
8.0.50.0050.00316.76
8.0.30.0060.01117.25
8.0.20.0110.01017.08
8.0.10.0000.00717.03
8.0.00.0150.00616.85
7.4.330.0050.00015.55
7.4.320.0000.00616.50
7.4.300.0040.00416.65
7.4.290.0000.00716.57
7.4.280.0060.00516.64
7.4.270.0030.00316.65
7.4.260.0030.00313.22
7.4.250.0070.00016.57
7.4.240.0040.00316.63
7.4.230.0070.00016.59
7.4.220.0050.00216.51
7.4.210.0070.00816.59
7.4.200.0040.00416.61
7.4.130.0130.00716.49
7.4.120.0030.01616.48
7.4.110.0110.00716.59
7.4.100.0110.00516.53
7.4.90.0100.00716.59
7.4.80.0080.00919.39
7.4.70.0090.00616.31
7.4.60.0100.00716.52
7.4.50.0030.01416.45
7.4.40.0090.01116.44
7.4.30.0110.00716.19
7.4.20.0080.00816.39
7.4.10.0070.01016.36
7.4.00.0080.00816.39
7.3.330.0000.00716.30
7.3.320.0030.00313.20
7.3.310.0070.00016.27
7.3.300.0030.00316.14
7.3.290.0160.00516.27
7.3.260.0040.01316.23
7.3.240.0090.00916.43
7.3.230.0120.01216.38
7.3.210.0140.00316.41
7.3.200.0110.00616.52
7.3.190.0100.00616.65
7.3.180.0090.00616.57
7.3.170.0060.01316.21
7.3.160.0090.00916.33
7.3.150.0080.00916.37
7.3.140.0060.01216.44
7.3.130.0030.01316.50
7.3.120.0030.01316.48
7.3.110.0120.00316.20
7.3.100.0000.01516.49
7.3.90.0080.00816.28
7.3.80.0060.00916.17
7.3.70.0040.01116.34
7.3.60.0130.00316.37
7.3.50.0100.00616.27
7.3.40.0090.00616.25
7.3.30.0080.00816.45
7.3.20.0150.00316.27
7.3.10.0100.00616.26
7.3.00.0080.00816.46
7.2.330.0100.00716.54
7.2.320.0110.00916.56
7.2.310.0060.01216.45
7.2.300.0120.00616.79
7.2.290.0120.00416.76
7.2.280.0120.00616.48
7.2.270.0120.00916.58
7.2.260.0030.01316.70
7.2.250.0000.01516.66
7.2.240.0090.00616.68
7.2.230.0120.00316.70
7.2.220.0080.00816.42
7.2.210.0000.01616.72
7.2.200.0090.00916.45
7.2.190.0000.01716.62
7.2.180.0150.00416.49
7.2.170.0090.00616.73
7.2.160.0100.00716.73
7.2.150.0120.00616.67
7.2.140.0100.00716.81
7.2.130.0100.00716.68
7.2.120.0060.01016.47
7.2.110.0080.00816.71
7.2.100.0130.00316.79
7.2.90.0100.00716.71
7.2.80.0030.01516.82
7.2.70.0150.00416.68
7.2.60.0080.00816.57
7.2.50.0070.01016.70
7.2.40.0080.01116.75
7.2.30.0030.01416.74
7.2.20.0070.01316.62
7.2.10.0110.00716.84
7.2.00.0130.00316.70

preferences:
57.62 ms | 401 KiB | 5 Q