3v4l.org

run code in 300+ PHP versions simultaneously
<?php function loadZoneDefintion() { // initial stuff $i = 1; $limit = 9; $array = array("A","B","C","D","E","F","G","H","I","J","K","L"); // foreach xml file/zone definition foreach ($array as $value) { // if counter is less than limit if ($i < $limit) { // foreach loops // process curl request echo "Counter: " . $i . ", Value: " . $value . " | "; // increment counter $i++; } // if counter has reached the limit else { echo "[PAUSE]"; $now = time(); $nowText = date("g:h:s", $now); $future = strtotime("+5 minutes", $now); $futureText = date("g:h:s", $future); echo "Now: " . $nowText; echo "Future: " . $futureText; // pause script due to rate limit //sleep(10); //time_sleep_until(); // reset counter $i = 1; echo "[RESET]"; } } } loadZoneDefintion();

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)
7.2.80.0050.00316.92
7.2.60.0120.00316.97
7.2.50.0030.01417.11
7.1.200.0040.00716.09
7.1.70.0050.00317.51
7.1.60.0100.01419.40
7.1.50.0170.00317.26
7.1.00.0030.07722.36
7.0.200.0040.00417.16
7.0.140.0000.07322.04
7.0.80.0070.04319.94
7.0.70.0070.07019.90
7.0.60.0070.04020.08
7.0.50.0600.06720.25
7.0.40.0200.07320.09
7.0.30.0070.05020.15
7.0.20.0130.06020.07
7.0.10.0070.08320.12
7.0.00.0100.08020.02
5.6.280.0070.07021.09
5.6.230.0000.06020.63
5.6.220.0030.04320.58
5.6.210.0070.09020.64
5.6.200.0070.08021.05
5.6.190.0030.05021.04
5.6.180.0030.05020.94
5.6.170.0130.09021.17
5.6.160.0070.04321.04
5.6.150.0030.07021.11
5.6.140.0030.07321.07
5.6.130.0070.04321.05
5.6.120.0200.05021.11
5.6.110.0000.06321.06
5.6.100.0070.08320.95
5.6.90.0030.06321.00
5.6.80.0100.07020.34
5.6.70.0130.07020.45
5.6.60.0000.06320.45
5.6.50.0030.05320.47
5.6.40.0130.05020.31
5.6.30.0070.08720.50
5.6.20.0030.08720.31
5.6.10.0000.05720.45
5.6.00.0100.07320.36
5.5.370.0070.07020.42
5.5.360.0100.04020.41
5.5.350.0000.04720.35
5.5.340.0070.08020.93
5.5.330.0070.05720.79
5.5.320.0030.08720.89
5.5.310.0030.08320.84
5.5.300.0070.10020.90
5.5.290.0100.07320.92
5.5.280.0030.07320.91
5.5.270.0170.04020.88
5.5.260.0030.05320.93
5.5.250.0070.09020.69
5.5.240.0130.08020.18
5.5.230.0070.04320.16
5.5.220.0130.05720.17
5.5.210.0100.08020.29
5.5.200.0070.03320.16
5.5.190.0030.07020.15
5.5.180.0130.03320.25
5.5.160.0070.08020.23
5.5.150.0030.09020.27
5.5.140.0170.04319.99
5.5.130.0170.07020.10
5.5.120.0100.05320.24
5.5.110.0030.08320.20
5.5.100.0100.06019.98
5.5.90.0070.08020.06
5.5.80.0100.06020.15
5.5.70.0030.05720.15
5.5.60.0070.04320.09
5.5.50.0100.03720.09
5.5.40.0200.06320.14
5.5.30.0100.07020.09
5.5.20.0070.08020.03
5.5.10.0070.08020.05
5.5.00.0100.06720.07
5.4.450.0030.05019.38
5.4.440.0100.07719.18
5.4.430.0070.06719.57
5.4.420.0070.07019.46
5.4.410.0070.03719.32
5.4.400.0100.05319.05
5.4.390.0070.08718.86
5.4.380.0070.05719.18
5.4.370.0030.08018.95
5.4.360.0000.07318.85
5.4.350.0130.04718.90
5.4.340.0100.06719.05
5.4.320.0100.04019.09
5.4.310.0030.04319.13
5.4.300.0100.07019.21
5.4.290.0030.04019.04
5.4.280.0070.06018.95
5.4.270.0100.07318.89
5.4.260.0030.04719.21
5.4.250.0130.05319.04
5.4.240.0030.04018.84
5.4.230.0000.04719.21
5.4.220.0070.07719.12
5.4.210.0070.03719.11
5.4.200.0030.05319.01
5.4.190.0000.07718.89
5.4.180.0030.05019.17
5.4.170.0100.03719.04
5.4.160.0030.07719.11
5.4.150.0030.05019.16
5.4.140.0070.08016.38
5.4.130.0130.05016.14
5.4.120.0130.06716.49
5.4.110.0030.07016.47
5.4.100.0070.07716.39
5.4.90.0100.05316.32
5.4.80.0070.05716.32
5.4.70.0030.06716.50
5.4.60.0070.07316.46
5.4.50.0100.06316.34
5.4.40.0070.06716.46
5.4.30.0100.04016.39
5.4.20.0070.05716.45
5.4.10.0030.06316.34
5.4.00.0030.08015.63
5.3.290.0100.06714.78
5.3.280.0030.04314.62
5.3.270.0070.05314.55
5.3.260.0170.06014.55
5.3.250.0170.05314.71
5.3.240.0130.07014.61
5.3.230.0030.07314.73
5.3.220.0100.07314.52
5.3.210.0100.07014.66
5.3.200.0100.07714.49
5.3.190.0100.07314.62
5.3.180.0030.06314.51
5.3.170.0070.07314.59
5.3.160.0070.06314.66
5.3.150.0130.07314.65
5.3.140.0030.04714.68
5.3.130.0200.06714.53
5.3.120.0070.07714.68
5.3.110.0070.07014.61
5.3.100.0030.06014.07
5.3.90.0130.06713.97
5.3.80.0100.06714.05
5.3.70.0100.05314.07
5.3.60.0070.07014.07
5.3.50.0000.08314.00
5.3.40.0030.06714.05
5.3.30.0070.03713.97
5.3.20.0000.04713.70
5.3.10.0030.06713.68
5.3.00.0100.07013.63
5.2.170.0000.03711.03
5.2.160.0130.05711.17
5.2.150.0000.04011.20
5.2.140.0070.04711.06
5.2.130.0070.05311.13
5.2.120.0100.06711.03
5.2.110.0070.06011.22
5.2.100.0000.06011.09
5.2.90.0030.05711.00
5.2.80.0000.06011.14
5.2.70.0100.05311.18
5.2.60.0100.05011.08
5.2.50.0100.06011.03
5.2.40.0030.06011.09
5.2.30.0030.06011.07
5.2.20.0000.03711.05
5.2.10.0100.04310.75
5.2.00.0030.06310.72
5.1.60.0070.04710.13
5.1.50.0100.05310.11
5.1.40.0100.04310.04
5.1.30.0070.03010.25
5.1.20.0070.04710.32
5.1.10.0070.03310.14
5.1.00.0030.02710.16
5.0.50.0030.0338.55
5.0.40.0070.0308.30
5.0.30.0030.0638.35
5.0.20.0000.0408.30
5.0.10.0070.0408.26
5.0.00.0070.0378.25
4.4.90.0000.0337.52
4.4.80.0000.0277.52
4.4.70.0030.0337.52
4.4.60.0030.0307.52
4.4.50.0070.0277.52
4.4.40.0030.0277.52
4.4.30.0000.0207.52
4.4.20.0100.0237.52
4.4.10.0000.0207.52
4.4.00.0000.0337.52
4.3.110.0030.0337.52
4.3.100.0000.0377.52
4.3.90.0000.0237.52
4.3.80.0000.0307.52
4.3.70.0000.0307.52
4.3.60.0070.0277.52
4.3.50.0000.0237.52
4.3.40.0000.0537.52
4.3.30.0030.0277.52
4.3.20.0030.0207.52
4.3.10.0000.0277.52
4.3.00.0070.0307.52

preferences:
35 ms | 400 KiB | 5 Q