3v4l.org

run code in 300+ PHP versions simultaneously
<?php $input = [ "2021-01-01", "2019-05-23", "2022-09-13", ]; $dates = array_map( function (string $dateString) { return new \DateTimeImmutable($dateString); }, $input ); sort($dates); $output = array_map( function (\DateTimeImmutable $date) { return $date->format("Y-m-d"); }, $dates ); var_dump($output);

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.4.120.0040.00520.68
8.4.110.0080.01020.38
8.4.100.0120.00917.71
8.4.90.0120.01017.76
8.4.80.0120.00819.50
8.4.70.0120.00618.33
8.4.60.0100.00418.85
8.4.50.0100.00918.62
8.4.40.0080.00017.79
8.4.30.0130.00720.72
8.4.20.0160.00617.94
8.4.10.0100.00717.90
8.3.250.0040.00418.96
8.3.240.0110.00916.77
8.3.230.0120.00716.78
8.3.220.0120.00616.61
8.3.210.0030.00518.39
8.3.200.0060.00316.84
8.3.190.0040.00516.98
8.3.180.0080.01118.70
8.3.170.0080.00318.73
8.3.160.0160.00017.10
8.3.150.0180.00016.95
8.3.140.0070.01117.34
8.3.130.0080.00018.46
8.3.120.0140.00718.96
8.3.110.0090.00020.94
8.3.100.0030.01316.74
8.3.90.0040.00426.77
8.3.80.0060.00316.63
8.3.70.0110.01116.88
8.3.60.0150.00018.30
8.3.50.0120.00618.30
8.3.40.0080.00620.99
8.3.30.0130.00718.89
8.3.20.0040.00424.18
8.3.10.0050.00324.66
8.3.00.0040.00426.16
8.2.290.0160.00320.48
8.2.280.0050.00318.41
8.2.270.0060.00616.94
8.2.260.0070.01018.90
8.2.250.0000.00818.77
8.2.240.0060.00317.19
8.2.230.0030.00622.58
8.2.220.0060.00924.06
8.2.210.0050.00326.77
8.2.200.0060.00316.50
8.2.190.0120.00316.63
8.2.180.0110.00725.92
8.2.170.0110.00418.89
8.2.160.0100.00322.96
8.2.150.0070.00025.66
8.2.140.0000.00824.66
8.2.130.0000.00826.16
8.2.120.0050.00319.76
8.2.110.0070.00321.13
8.2.100.0000.01217.70
8.2.90.0060.00318.16
8.2.80.0000.00818.33
8.2.70.0050.00317.61
8.2.60.0000.00817.63
8.2.50.0080.00417.75
8.2.40.0030.00619.47
8.2.30.0080.00017.94
8.2.20.0050.00318.13
8.2.10.0000.00819.28
8.2.00.0000.00719.34
8.1.330.0080.01021.75
8.1.320.0100.01016.29
8.1.310.0080.00016.98
8.1.300.0060.00319.55
8.1.290.0040.00730.84
8.1.280.0070.01125.92
8.1.270.0000.00823.99
8.1.260.0030.00526.35
8.1.250.0040.00428.09
8.1.240.0060.00323.92
8.1.230.0090.00320.95
8.1.220.0040.00417.91
8.1.210.0040.00418.97
8.1.200.0040.00417.60
8.1.190.0030.00717.35
8.1.180.0030.00618.10
8.1.170.0060.00318.94
8.1.160.0020.00518.97
8.1.150.0040.00418.77
8.1.140.0000.00817.70
8.1.130.0000.00718.84
8.1.120.0040.00417.73
8.1.110.0000.00817.71
8.1.100.0040.00417.60
8.1.90.0040.00417.63
8.1.80.0000.00817.65
8.1.70.0000.00717.56
8.1.60.0000.00817.74
8.1.50.0080.00017.61
8.1.40.0000.01017.69
8.1.30.0000.00917.84
8.1.20.0040.00417.75
8.1.10.0090.00317.74
8.1.00.0040.00417.68
8.0.300.0000.00719.93
8.0.290.0060.00316.88
8.0.280.0030.00318.20
8.0.270.0000.00818.13
8.0.260.0030.00318.64
8.0.250.0000.00617.01
8.0.240.0000.00717.07
8.0.230.0030.00317.18
8.0.220.0000.00816.99
8.0.210.0030.00517.16
8.0.200.0030.00317.18
8.0.190.0030.00517.20
8.0.180.0000.01117.18
8.0.170.0030.00617.09
8.0.160.0000.00717.22
8.0.150.0070.00017.08
8.0.140.0030.00517.17
8.0.130.0030.00313.48
8.0.120.0030.00617.11
8.0.110.0000.00717.09
8.0.100.0000.00717.05
8.0.90.0070.00017.18
8.0.80.0000.00817.05
8.0.70.0060.00217.13
8.0.60.0050.00517.20
8.0.50.0080.00017.03
8.0.30.0000.00717.16
8.0.20.0050.00217.18
8.0.10.0040.00417.11
8.0.00.0040.00417.30
7.4.330.0050.00015.55
7.4.320.0040.00416.64
7.4.300.0030.00316.77
7.4.290.0080.00016.77
7.4.280.0060.00316.75
7.4.270.0050.00416.72
7.4.260.0050.00013.40
7.4.250.0020.00516.75
7.4.240.0040.00416.67
7.4.230.0000.00716.76
7.4.220.0000.00716.75
7.4.210.0030.00316.59
7.4.200.0030.00316.63
7.4.190.0000.00716.73
7.4.180.0030.00316.91
7.4.160.0070.00016.88
7.4.150.0000.00816.70
7.4.140.0000.00716.45
7.4.130.0080.00016.70
7.4.120.0000.00716.50
7.4.110.0070.00016.29
7.4.100.0000.00716.70
7.4.90.0000.00716.71
7.4.80.0000.00716.36
7.4.70.0030.00316.77
7.4.60.0080.00016.78
7.4.50.0030.00316.59
7.4.40.0030.00316.35
7.4.30.0030.00316.62
7.4.20.0070.00016.43
7.4.10.0030.00316.42
7.4.00.0000.00716.69
7.3.330.0000.00716.36
7.3.320.0030.00313.33
7.3.310.0060.00316.40
7.3.300.0070.00016.35
7.3.290.0030.00316.41
7.3.280.0000.00716.26
7.3.270.0000.00716.21
7.3.260.0030.00316.26
7.3.250.0030.00316.39
7.3.240.0000.00716.48
7.3.230.0040.00416.32
7.3.220.0000.00816.24
7.3.210.0030.00316.38
7.3.200.0000.00816.36
7.3.190.0070.00016.42
7.3.180.0030.00316.38
7.3.170.0000.00716.33
7.3.160.0030.00316.25
7.3.150.0000.00716.38
7.3.140.0070.00016.41
7.3.130.0000.00716.38
7.3.120.0000.00716.29
7.3.110.0030.00316.31
7.3.100.0030.00316.36
7.3.90.0000.00716.59
7.3.80.0000.00616.37
7.3.70.0000.00616.42
7.3.60.0000.00616.53
7.3.50.0070.00016.48
7.3.40.0000.00716.54
7.3.30.0070.00016.50
7.3.20.0070.00018.16
7.3.10.0040.00418.28
7.3.00.0040.00418.22

preferences:
28.17 ms | 403 KiB | 5 Q