3v4l.org

run code in 300+ PHP versions simultaneously
<?php $array = [ //... 'name' => ['value' => 'Raj KB'], 'street' => ['value' => 'Street ABC'], 'city' => ['value' => 'Dubai'], 'country_id' => ['value' => 'UAE'], 'region' => ['value' => 'DXB'], 'region_id' => ['value' => 11], 'zip_code' => ['value' => 12345], 'city_id' => ['value' => 22], //... ]; $ordered_keys = ['country_id', 'region', 'region_id', 'city', 'city_id']; $keys = (function ($array, $ordered_keys) { $flag = true; foreach ($array as $key => $v) { if ( $flag && in_array($key, $ordered_keys) ) { yield from $ordered_keys; $flag = false; } yield $key; } })($array, $ordered_keys); $result = []; foreach($keys as $key) { $result[$key] = $array[$key]; } print_r($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.5.30.0120.00517.64
8.5.20.0120.00620.14
8.5.10.0100.00816.52
8.5.00.0130.01519.98
8.4.180.0120.00919.78
8.4.170.0150.00620.59
8.4.160.0150.00723.88
8.4.150.0030.00014.05
8.4.140.0130.01017.47
8.4.130.0080.01218.93
8.4.120.0060.00323.98
8.4.110.0040.00418.98
8.4.100.0100.00918.76
8.4.90.0100.01022.20
8.4.80.0090.00217.67
8.4.70.0090.01017.82
8.4.60.0150.00718.86
8.4.50.0090.00620.50
8.4.40.0100.01017.91
8.4.30.0140.00718.73
8.4.20.0100.01019.77
8.4.10.0080.01219.56
8.3.300.0160.00920.89
8.3.290.0090.01220.74
8.3.280.0130.00818.39
8.3.270.0100.01016.66
8.3.260.0070.00916.64
8.3.250.0130.00618.91
8.3.240.0120.00717.20
8.3.230.0120.00816.56
8.3.220.0080.01019.05
8.3.210.0120.00816.74
8.3.200.0030.00516.66
8.3.190.0130.00817.34
8.3.180.0070.00818.12
8.3.170.0040.01417.05
8.3.160.0120.00620.08
8.3.150.0040.01516.64
8.3.140.0050.00316.44
8.3.130.0070.00718.34
8.3.120.0030.00720.73
8.3.110.0080.00020.94
8.3.100.0070.00424.06
8.3.90.0000.00826.77
8.3.80.0090.00016.75
8.3.70.0140.00416.58
8.3.60.0070.01016.50
8.3.50.0210.00823.71
8.3.40.0040.01118.94
8.3.30.0110.00318.76
8.3.20.0070.00024.18
8.3.10.0070.00024.66
8.3.00.0060.00326.16
8.2.300.0150.00523.99
8.2.290.0140.00520.27
8.2.280.0090.00918.57
8.2.270.0070.01116.93
8.2.260.0050.00518.89
8.2.250.0080.00018.48
8.2.240.0060.00319.13
8.2.230.0080.00022.58
8.2.220.0130.00737.54
8.2.210.0000.01426.77
8.2.200.0040.00416.75
8.2.190.0120.00316.58
8.2.180.0130.00325.92
8.2.170.0140.00418.82
8.2.160.0090.00622.96
8.2.150.0000.00825.66
8.2.140.0080.00024.66
8.2.130.0050.00326.16
8.2.120.0040.00426.35
8.2.110.0030.00720.95
8.2.100.0060.00617.84
8.2.90.0070.00319.30
8.2.80.0080.00017.97
8.2.70.0030.00517.75
8.2.60.0120.00018.04
8.2.50.0030.00518.07
8.2.40.0080.00018.10
8.2.30.0040.00419.82
8.2.20.0050.00318.03
8.2.10.0070.00019.39
8.2.00.0000.00719.39
8.1.340.0090.00417.55
8.1.330.0100.00921.93
8.1.320.0060.01416.09
8.1.310.0140.00318.23
8.1.300.0100.01017.71
8.1.290.0030.00618.88
8.1.280.0110.01125.92
8.1.270.0060.00320.64
8.1.260.0050.00228.09
8.1.250.0040.00428.09
8.1.240.0000.00921.37
8.1.230.0070.00419.04
8.1.220.0080.00017.74
8.1.210.0030.00518.77
8.1.200.0030.00617.38
8.1.190.0040.00417.35
8.1.180.0000.00918.10
8.1.170.0000.00818.84
8.1.160.0070.00018.96
8.1.150.0040.00418.97
8.1.140.0000.00718.86
8.1.130.0030.00320.17
8.1.120.0070.00017.50
8.1.110.0000.00817.46
8.1.100.0050.00217.54
8.1.90.0000.00717.45
8.1.80.0080.00017.55
8.1.70.0020.00517.51
8.1.60.0040.00417.57
8.1.50.0030.00517.51
8.1.40.0040.00417.46
8.1.30.0000.00817.65
8.1.20.0030.00717.55
8.1.10.0030.00517.63
8.1.00.0040.00417.54
8.0.300.0060.00318.77
8.0.290.0000.00816.75
8.0.280.0000.00718.38
8.0.270.0030.00318.02
8.0.260.0000.00818.37
8.0.250.0000.00716.86
8.0.240.0000.00616.94
8.0.230.0030.00316.98
8.0.220.0050.00216.88
8.0.210.0070.00016.82
8.0.200.0000.00616.83
8.0.190.0080.00016.84
8.0.180.0040.00416.92
8.0.170.0120.00016.97
8.0.160.0040.00416.88
8.0.150.0070.00016.94
8.0.140.0000.01116.87
8.0.130.0030.00313.37
8.0.120.0000.00816.91
8.0.110.0040.00416.75
8.0.100.0000.00816.70
8.0.90.0030.00616.78
8.0.80.0070.00916.84
8.0.70.0030.00516.94
8.0.60.0000.00716.72
8.0.50.0040.00416.88
8.0.30.0060.01217.22
8.0.20.0080.01316.96
8.0.10.0040.00417.04
8.0.00.0100.00916.51
7.4.330.0030.00315.55
7.4.320.0000.00616.63
7.4.300.0000.00616.56
7.4.290.0040.00416.41
7.4.280.0050.00316.53
7.4.270.0000.00716.57
7.4.260.0020.00213.29
7.4.250.0080.00016.47
7.4.240.0020.00516.57
7.4.230.0000.00816.70
7.4.220.0040.00416.68
7.4.210.0030.01216.65
7.4.200.0030.00316.32
7.4.130.0110.00616.54
7.4.120.0060.01316.57
7.4.110.0090.00916.40
7.4.100.0030.01716.44
7.4.90.0100.00716.60
7.4.80.0140.00719.39
7.4.70.0070.01016.58
7.4.60.0100.01416.20
7.4.50.0130.01016.27
7.4.40.0190.00316.42
7.4.30.0030.01716.46
7.4.20.0080.00816.69
7.4.10.0100.00716.46
7.4.00.0060.01616.39
7.3.330.0070.00016.41
7.3.320.0030.00313.32
7.3.310.0040.00416.36
7.3.300.0020.00516.25
7.3.290.0090.00616.39
7.3.280.0090.01316.41
7.3.260.0060.01316.32
7.3.240.0090.00816.55
7.3.230.0070.01116.65
7.3.210.0060.01216.27
7.3.200.0110.00516.34
7.3.190.0120.00416.67
7.3.180.0100.00716.46
7.3.170.0110.00816.61
7.3.160.0060.01616.59
7.3.150.0150.00616.34
7.3.140.0160.00616.32
7.3.130.0110.01116.63
7.3.120.0130.00316.52
7.3.110.0150.00016.26
7.3.100.0130.00916.56
7.3.90.0100.01316.67
7.3.80.0040.01216.35
7.3.70.0080.00816.37
7.3.60.0030.01316.49
7.3.50.0110.00516.43
7.3.40.0060.01216.41
7.3.30.0060.01116.42
7.3.20.0170.00916.31
7.3.10.0130.00316.38
7.3.00.0080.00916.45
7.2.330.0190.00516.58
7.2.320.0130.00316.80
7.2.310.0090.01116.77
7.2.300.0130.00916.64
7.2.290.0070.01016.54
7.2.280.0040.01416.52
7.2.270.0090.00916.76
7.2.260.0090.00916.68
7.2.250.0100.00616.40
7.2.240.0100.00716.41
7.2.230.0090.00916.54
7.2.220.0060.01616.78
7.2.210.0070.01016.67
7.2.200.0030.01416.62
7.2.190.0070.01116.69
7.2.180.0100.00616.51
7.2.170.0110.00716.50
7.2.160.0080.01116.77
7.2.150.0110.00716.64
7.2.140.0140.00316.71
7.2.130.0120.00716.75
7.2.120.0070.01116.74
7.2.110.0130.01016.61
7.2.100.0140.00816.68
7.2.90.0090.01316.75
7.2.80.0090.00916.68
7.2.70.0220.01316.80
7.2.60.0070.01116.80
7.2.50.0080.00816.65
7.2.40.0070.01016.47
7.2.30.0150.00316.66
7.2.20.0060.01216.72
7.2.10.0210.00316.70
7.2.00.0030.02016.61

preferences:
36.11 ms | 403 KiB | 5 Q