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' => 256, 'region' => 257, 'region_id' => 258, 'city' => 259, 'city_id' => 260]; $index = 0; $result = []; foreach ($array as $k => $v) { if ( isset($ordered_keys[$k]) ) { $result[$k] = $ordered_keys[$k]; if ( $index < 255 ) $index = 512; } else { $result[$k] = $index++; } } asort($result); foreach($result as $k => $v) { $result[$k] = $array[$k]; } 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.0080.00917.43
8.5.20.0080.00919.99
8.5.10.0080.01016.32
8.5.00.0180.00820.07
8.4.180.0140.00722.07
8.4.170.0090.01420.44
8.4.160.0110.01123.86
8.4.150.0020.00014.05
8.4.140.0130.01017.54
8.4.130.0130.00718.70
8.4.120.0060.00323.83
8.4.110.0070.00220.67
8.4.100.0070.00218.90
8.4.90.0140.00722.17
8.4.80.0100.00917.95
8.4.70.0080.00617.77
8.4.60.0100.00518.71
8.4.50.0130.00717.71
8.4.40.0100.01019.16
8.4.30.0100.01020.37
8.4.20.0070.01319.80
8.4.10.0050.00319.53
8.3.300.0080.01220.79
8.3.290.0090.01220.70
8.3.280.0130.00818.41
8.3.270.0090.01116.30
8.3.260.0160.00316.61
8.3.250.0080.00919.12
8.3.240.0080.00217.23
8.3.230.0080.00816.49
8.3.220.0040.00419.18
8.3.210.0030.00516.79
8.3.200.0030.00616.81
8.3.190.0110.00917.13
8.3.180.0060.00718.86
8.3.170.0000.01916.63
8.3.160.0130.00616.56
8.3.150.0140.00417.09
8.3.140.0030.00616.47
8.3.130.0090.00016.75
8.3.120.0040.00718.68
8.3.110.0090.00616.50
8.3.100.0100.00724.06
8.3.90.0080.00026.77
8.3.80.0090.00019.36
8.3.70.0090.00616.58
8.3.60.0100.00716.50
8.3.50.0100.00923.65
8.3.40.0180.00319.09
8.3.30.0150.00618.54
8.3.20.0100.00024.18
8.3.10.0040.00424.66
8.3.00.0000.00826.16
8.2.300.0130.00722.16
8.2.290.0110.00720.55
8.2.280.0080.00420.56
8.2.270.0140.00316.63
8.2.260.0140.00019.09
8.2.250.0050.00316.73
8.2.240.0030.00618.86
8.2.230.0000.01020.94
8.2.220.0080.00037.54
8.2.210.0030.00526.77
8.2.200.0040.00718.88
8.2.190.0070.01418.16
8.2.180.0070.01025.92
8.2.170.0040.01119.14
8.2.160.0070.00722.96
8.2.150.0070.00025.66
8.2.140.0080.00024.66
8.2.130.0040.00426.16
8.2.120.0040.00426.35
8.2.110.0100.00020.47
8.2.100.0060.00618.03
8.2.90.0080.00019.21
8.2.80.0000.00817.97
8.2.70.0060.00317.63
8.2.60.0040.00418.03
8.2.50.0050.00318.07
8.2.40.0040.00420.00
8.2.30.0000.00718.05
8.2.20.0000.00718.13
8.2.10.0040.00419.38
8.2.00.0070.00019.39
8.1.340.0130.00717.52
8.1.330.0080.00921.98
8.1.320.0130.00816.06
8.1.310.0040.00416.97
8.1.300.0150.00420.00
8.1.290.0100.00030.84
8.1.280.0070.01425.92
8.1.270.0130.00721.99
8.1.260.0080.00028.09
8.1.250.0050.00328.09
8.1.240.0030.00620.89
8.1.230.0040.00817.52
8.1.220.0030.00517.74
8.1.210.0000.00918.77
8.1.200.0000.00917.35
8.1.190.0060.00317.35
8.1.180.0040.00418.10
8.1.170.0000.00818.49
8.1.160.0040.00418.81
8.1.150.0000.00718.89
8.1.140.0040.00418.89
8.1.130.0030.00320.15
8.1.120.0070.00017.44
8.1.110.0080.00017.47
8.1.100.0040.00417.49
8.1.90.0080.00017.39
8.1.80.0110.00017.48
8.1.70.0000.00717.39
8.1.60.0000.00817.60
8.1.50.0080.00017.55
8.1.40.0080.00017.52
8.1.30.0040.00417.59
8.1.20.0000.00917.60
8.1.10.0050.00217.55
8.1.00.0000.00817.48
8.0.300.0040.00418.77
8.0.290.0040.00416.75
8.0.280.0000.00818.43
8.0.270.0040.00418.05
8.0.260.0000.00618.45
8.0.250.0040.00416.94
8.0.240.0030.00716.91
8.0.230.0050.00316.86
8.0.220.0030.00316.86
8.0.210.0000.00716.97
8.0.200.0030.00316.84
8.0.190.0040.00416.89
8.0.180.0040.00416.95
8.0.170.0040.00816.77
8.0.160.0040.00416.75
8.0.150.0030.00316.91
8.0.140.0030.00516.72
8.0.130.0000.00613.34
8.0.120.0040.00416.80
8.0.110.0000.00716.79
8.0.100.0070.00016.94
8.0.90.0060.00316.69
8.0.80.0090.00716.80
8.0.70.0000.00916.71
8.0.60.0000.00816.70
8.0.50.0040.00416.89
8.0.30.0040.01217.09
8.0.20.0160.00317.30
8.0.10.0000.00716.97
8.0.00.0110.00717.03
7.4.330.0050.00015.55
7.4.320.0060.00016.49
7.4.300.0000.00616.44
7.4.290.0070.00016.60
7.4.280.0040.00416.60
7.4.270.0030.00316.51
7.4.260.0060.00013.26
7.4.250.0050.00316.60
7.4.240.0020.00616.54
7.4.230.0030.00316.68
7.4.220.0040.00316.68
7.4.210.0070.00916.63
7.4.200.0000.00716.52
7.4.130.0090.01116.42
7.4.120.0060.01616.61
7.4.110.0100.00716.39
7.4.100.0090.00916.42
7.4.90.0110.00716.48
7.4.80.0110.00619.39
7.4.70.0130.00316.49
7.4.60.0100.01016.16
7.4.50.0130.00316.55
7.4.40.0000.02016.48
7.4.30.0130.00616.50
7.4.20.0110.00716.45
7.4.10.0000.01616.25
7.4.00.0120.00316.35
7.3.330.0040.00416.18
7.3.320.0060.00013.24
7.3.310.0000.00616.41
7.3.300.0000.00716.30
7.3.290.0050.01016.32
7.3.280.0120.00316.28
7.3.260.0070.01316.44
7.3.240.0130.00516.41
7.3.230.0070.01116.79
7.3.210.0120.00416.33
7.3.200.0070.01516.63
7.3.190.0080.00816.34
7.3.180.0090.00616.52
7.3.170.0060.01016.37
7.3.160.0070.01116.33
7.3.150.0140.00316.33
7.3.140.0120.00616.32
7.3.130.0080.00716.59
7.3.120.0120.00316.33
7.3.110.0040.01216.37
7.3.100.0120.00416.43
7.3.90.0110.00416.47
7.3.80.0120.00416.65
7.3.70.0130.00316.41
7.3.60.0070.00716.42
7.3.50.0090.00616.24
7.3.40.0040.01116.25
7.3.30.0060.00916.23
7.3.20.0070.01016.43
7.3.10.0070.01116.38
7.3.00.0080.00816.18
7.2.330.0000.01716.42
7.2.320.0100.01316.69
7.2.310.0100.00616.57
7.2.300.0070.01016.59
7.2.290.0130.00716.57
7.2.280.0080.00816.46
7.2.270.0130.00316.40
7.2.260.0060.00916.66
7.2.250.0120.00316.67
7.2.240.0120.00416.67
7.2.230.0130.00316.71
7.2.220.0060.00916.81
7.2.210.0030.01316.56
7.2.200.0060.00916.70
7.2.190.0030.01216.59
7.2.180.0060.00916.49
7.2.170.0090.00616.62
7.2.160.0040.01116.59
7.2.150.0090.00916.70
7.2.140.0160.00316.61
7.2.130.0100.00716.58
7.2.120.0100.01316.63
7.2.110.0070.01616.76
7.2.100.0110.00716.72
7.2.90.0060.01216.78
7.2.80.0160.01016.66
7.2.70.0120.00916.55
7.2.60.0100.01016.68
7.2.50.0100.00716.63
7.2.40.0060.01916.59
7.2.30.0140.01116.64
7.2.20.0030.01316.46
7.2.10.0110.00816.75
7.2.00.0130.00716.57

preferences:
198.96 ms | 403 KiB | 5 Q