3v4l.org

run code in 300+ PHP versions simultaneously
<?php $numbers = ['one', 'two', 'three']; // Normal foreach loop, no reference used foreach ($numbers as $number) { // Does not affect the original array, only modifies // $number within the scope of the loop $number = strtoupper($number); } // Will dump unmodified array: ['one', 'two', 'three'] var_dump($numbers); // Foreach loop by reference foreach ($numbers as &$number) { // $number is a reference so the corresponding // value in $numbers is also updated $number = strtoupper($number); } // Will dump: ['ONE', 'TWO', 'THREE'] var_dump($numbers);

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.0110.00920.60
8.4.110.0140.00622.32
8.4.100.0150.00617.29
8.4.90.0070.01117.52
8.4.80.0060.00217.67
8.4.70.0110.00517.84
8.4.60.0100.01118.77
8.4.50.0100.00619.23
8.4.40.0180.00019.37
8.4.30.0170.00319.30
8.4.20.0100.01020.67
8.4.10.0150.00017.29
8.3.250.0120.00718.91
8.3.240.0140.00616.78
8.3.230.0060.00416.37
8.3.220.0050.00217.08
8.3.210.0080.00416.48
8.3.200.0060.00316.81
8.3.190.0050.00417.16
8.3.180.0080.01016.41
8.3.170.0100.01016.34
8.3.160.0070.01116.33
8.3.150.0090.00917.20
8.3.140.0040.00416.66
8.3.130.0060.01218.27
8.3.120.0090.00619.09
8.3.110.0050.00320.94
8.3.100.0030.00624.06
8.3.90.0050.00326.77
8.3.80.0040.00717.97
8.3.70.0060.01516.49
8.3.60.0130.00718.55
8.3.50.0110.00718.13
8.3.40.0100.00718.61
8.3.30.0090.00618.54
8.3.20.0000.00819.03
8.3.10.0080.00021.65
8.3.00.0060.00320.88
8.2.290.0140.00420.44
8.2.280.0110.00918.32
8.2.270.0150.00417.00
8.2.260.0080.00020.60
8.2.250.0040.00418.33
8.2.240.0040.01117.01
8.2.230.0000.00922.58
8.2.220.0090.00337.54
8.2.210.0080.00026.77
8.2.200.0080.00018.41
8.2.190.0140.00018.37
8.2.180.0180.00018.16
8.2.170.0070.00722.96
8.2.160.0070.00722.05
8.2.150.0030.00524.18
8.2.140.0080.00024.66
8.2.130.0050.00320.96
8.2.120.0080.00026.35
8.2.110.0030.00620.26
8.2.100.0140.00017.72
8.2.90.0080.00017.75
8.2.80.0050.00318.79
8.2.70.0040.00417.93
8.2.60.0040.00418.03
8.2.50.0000.01018.10
8.2.40.0000.00819.10
8.2.30.0000.00919.14
8.2.20.0050.00518.06
8.2.10.0070.00018.11
8.2.00.0040.00419.32
8.1.330.0040.00618.29
8.1.320.0140.00516.27
8.1.310.0000.00916.83
8.1.300.0030.00616.17
8.1.290.0030.00630.84
8.1.280.0060.00925.92
8.1.270.0080.00021.98
8.1.260.0060.00326.35
8.1.250.0000.00728.09
8.1.240.0060.00320.22
8.1.230.0040.00717.70
8.1.220.0080.00017.74
8.1.210.0030.00518.77
8.1.200.0040.00417.35
8.1.190.0030.00617.54
8.1.180.0050.00318.10
8.1.170.0030.00518.54
8.1.160.0000.00718.86
8.1.150.0080.00018.91
8.1.140.0000.00722.05
8.1.130.0000.00820.18
8.1.120.0030.00317.37
8.1.110.0040.00417.37
8.1.100.0000.00717.40
8.1.90.0050.00317.44
8.1.80.0040.00417.44
8.1.70.0030.00317.41
8.1.60.0050.00317.48
8.1.50.0080.00017.57
8.1.40.0000.00817.42
8.1.30.0000.00817.69
8.1.20.0030.00517.54
8.1.10.0070.00017.51
8.1.00.0040.00417.38
8.0.300.0040.00418.77
8.0.290.0050.00316.63
8.0.280.0030.00318.44
8.0.270.0070.00016.72
8.0.260.0060.00018.31
8.0.250.0030.00417.00
8.0.240.0030.00316.80
8.0.230.0000.00816.82
8.0.220.0000.00716.93
8.0.210.0000.00816.91
8.0.200.0000.00816.82
8.0.190.0040.00416.98
8.0.180.0000.00716.87
8.0.170.0000.00916.90
8.0.160.0000.00916.80
8.0.150.0000.00816.88
8.0.140.0000.00716.84
8.0.130.0030.00313.24
8.0.120.0080.00016.78
8.0.110.0000.00716.82
8.0.100.0040.00416.88
8.0.90.0040.00416.95
8.0.80.0050.01116.88
8.0.70.0070.00017.00
8.0.60.0000.00816.93
8.0.50.0040.00416.80
8.0.30.0070.01317.04
8.0.20.0120.01217.40
8.0.10.0000.00716.88
8.0.00.0080.01116.72
7.4.330.0030.00315.55
7.4.320.0030.00316.53
7.4.300.0030.00316.60
7.4.290.0040.00416.44
7.4.280.0040.00416.62
7.4.270.0000.00816.64
7.4.260.0040.00416.38
7.4.250.0040.00416.41
7.4.240.0000.00716.55
7.4.230.0070.00016.40
7.4.220.0000.00816.63
7.4.210.0090.01016.64
7.4.200.0070.00016.32
7.4.160.0150.00516.51
7.4.140.0100.01017.86
7.4.130.0060.01316.31
7.4.120.0100.01016.50
7.4.110.0120.00616.36
7.4.100.0100.01316.49
7.4.90.0170.00716.32
7.4.80.0030.02019.39
7.4.70.0120.00916.51
7.4.60.0030.01516.37
7.4.50.0030.01316.37
7.4.40.0110.00516.34
7.4.00.0020.01414.79
7.3.330.0000.00513.14
7.3.320.0030.00313.01
7.3.310.0030.00316.40
7.3.300.0070.00016.26
7.3.290.0040.00416.21
7.3.280.0060.00916.24
7.3.260.0100.00716.50
7.3.240.0080.00916.34
7.3.230.0000.02016.31
7.3.210.0100.00716.28
7.3.200.0100.01316.55
7.3.190.0160.00416.27
7.3.180.0000.01516.22
7.3.170.0130.01016.19
7.3.160.0090.00616.53
7.3.120.0050.01114.90
7.3.110.0060.01114.77
7.3.100.0070.00914.62
7.3.90.0120.00515.00
7.3.80.0030.01114.98
7.3.70.0050.00714.87
7.3.60.0080.00714.71
7.3.50.0090.00614.82
7.3.40.0040.00814.62
7.3.30.0030.00814.70
7.3.20.0000.01216.50
7.3.10.0030.01216.65
7.3.00.0080.00816.56
7.2.330.0150.00416.71
7.2.320.0090.00916.66
7.2.310.0130.00416.49
7.2.300.0100.00616.62
7.2.290.0130.00316.57
7.2.250.0050.01315.01
7.2.240.0030.01515.00
7.2.230.0050.00815.03
7.2.220.0080.00715.19
7.2.210.0050.01014.98
7.2.200.0100.00214.99
7.2.190.0030.01215.00
7.2.180.0030.01015.10
7.2.170.0020.01115.07
7.2.120.2050.01014.69
7.2.110.0990.01014.61
7.2.100.1880.01014.59
7.2.90.0810.01014.94
7.2.80.0760.01014.71
7.2.70.1330.01914.91
7.2.60.0940.01015.09
7.2.50.0830.01315.22
7.2.40.1620.01315.27
7.2.30.0330.01214.73
7.2.20.0550.01014.70
7.2.10.0410.00714.68
7.2.00.2230.01014.77
7.1.330.0040.01115.70
7.1.320.0030.00615.94
7.1.310.0070.00515.75
7.1.300.0080.00415.67
7.1.290.0080.00415.71
7.1.280.0040.00715.67
7.1.270.0080.00615.87
7.1.260.0090.00615.65
7.1.240.0080.01413.70
7.1.230.1510.01013.65
7.1.220.2040.01014.04
7.1.210.1140.00913.60
7.1.200.1320.01013.71
7.1.190.0980.01014.09
7.1.180.1390.01013.98
7.1.170.1530.00614.05
7.1.160.1490.01013.73
7.1.150.0680.01013.77
7.1.140.0690.00013.67
7.1.130.0380.01313.55
7.1.120.1390.00313.78
7.1.110.0680.00313.71
7.1.100.1600.01613.66
7.1.90.2090.00313.55
7.1.80.0970.00313.85
7.1.70.0450.00313.60
7.1.60.0580.00613.80
7.1.50.0770.00713.49
7.1.40.0850.00713.36
7.1.30.0250.00713.68
7.1.20.0550.00313.81
7.1.10.0790.00313.78
7.1.00.0740.00713.65
5.6.380.0080.00713.66

preferences:
35.62 ms | 403 KiB | 5 Q