3v4l.org

run code in 300+ PHP versions simultaneously
<?php $API_KEY = 'f313362ef4400dc313d57d573996a086a8db17697ebd6b8c0f77dcb178460406'; $PAGE_ID = 'kw9m35yq84vy'; $METRIC_ID = '8p5cf4zshp98'; $BASE_URI = 'https://api.statuspage.io/v1'; $ch = curl_init(sprintf("%s/pages/%s/metrics/%s/data.json", $BASE_URI, $PAGE_ID, $METRIC_ID)); curl_setopt($ch, CURLOPT_HTTPHEADER, array( "Authorization: OAuth " . $API_KEY, "Expect: 100-continue" ) ); curl_setopt($ch, CURLOPT_POST, true); curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1); // need at least 1 data point for every 5 minutes // submit random data for the whole day $total_points = (60 / 5 * 24); for($i = 0; $i < $total_points; $i++) { $ts = time() - ($i * 5 * 60); $value = rand(0, 99); $postparams = array( "data[timestamp]" => $ts, "data[value]" => '1' ); curl_setopt($ch, CURLOPT_POSTFIELDS, $postparams); curl_exec($ch); printf("Submitted point %d of %d\n", ($i + 1), $total_points); } ?>

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.00.0060.00619.43
7.1.70.0000.00716.73
7.1.60.0090.01519.70
7.1.50.0060.01116.72
7.1.00.0070.07322.30
7.0.200.0040.00416.68
7.0.140.0030.07721.95
7.0.80.0770.07319.95
7.0.70.0600.08020.16
7.0.60.0570.07719.81
7.0.50.0430.07720.42
7.0.40.0070.06020.05
7.0.30.0070.04319.93
7.0.20.0100.05320.09
7.0.10.0030.09020.17
7.0.00.0030.08320.13
5.6.280.0030.07320.87
5.6.230.0030.06320.54
5.6.220.0030.04720.68
5.6.210.0170.07720.77
5.6.200.0000.05721.12
5.6.190.0070.04721.04
5.6.180.0130.07021.14
5.6.170.0170.07721.09
5.6.160.0070.08021.09
5.6.150.0200.04321.06
5.6.140.0000.07721.02
5.6.130.0130.07720.97
5.6.120.0030.07721.06
5.6.110.0070.08721.06
5.6.100.0030.08721.07
5.6.90.0130.07021.06
5.6.80.0100.07720.43
5.6.70.0070.08020.33
5.6.60.0070.08020.39
5.6.50.0070.08020.35
5.6.40.0100.07320.32
5.6.30.0130.07020.33
5.6.20.0100.07320.30
5.6.10.0200.07020.36
5.6.00.0070.08320.45
5.5.370.0070.07720.50
5.5.360.0100.08720.54
5.5.350.0130.08020.43
5.5.340.0100.08020.90
5.5.330.0070.04320.78
5.5.320.0100.07720.89
5.5.310.0030.08020.87
5.5.300.0200.07320.80
5.5.290.0100.08020.76
5.5.280.0130.07720.72
5.5.270.0170.07720.77
5.5.260.0030.06320.88
5.5.250.0170.07320.57
5.5.240.0070.08020.15
5.5.230.0030.08320.24
5.5.220.0100.08020.29
5.5.210.0100.07320.12
5.5.200.0170.07320.22
5.5.190.0070.05320.12
5.5.180.0030.08020.26
5.5.160.0030.07020.22
5.5.150.0030.06320.13
5.5.140.0130.07320.22
5.5.130.0100.07320.24
5.5.120.0100.07020.27
5.5.110.0000.08320.18
5.5.100.0100.07019.99
5.5.90.0100.07020.21
5.5.80.0100.08020.07
5.5.70.0130.06720.14
5.5.60.0130.07320.16
5.5.50.0100.08020.16
5.5.40.0070.07720.09
5.5.30.0000.08019.97
5.5.20.0000.07020.05
5.5.10.0170.06720.11
5.5.00.0170.07320.04
5.4.450.0100.08319.32
5.4.440.0070.08719.36
5.4.430.0200.06019.36
5.4.420.0030.08319.22
5.4.410.0130.07719.27
5.4.400.0070.07319.08
5.4.390.0070.08018.93
5.4.380.0070.07719.14
5.4.370.0070.08019.07
5.4.360.0070.05319.06
5.4.350.0130.07019.03
5.4.340.0030.07719.23
5.4.320.0100.07719.05
5.4.310.0130.07718.98
5.4.300.0200.06319.05
5.4.290.0070.08019.10
5.4.280.0030.08019.02
5.4.270.0030.07318.89
5.4.260.0070.05319.02
5.4.250.0170.06019.04
5.4.240.0130.06319.02
5.4.230.0030.07719.06
5.4.220.0070.05018.95
5.4.210.0100.07018.98
5.4.200.0100.07718.97
5.4.190.0100.04319.16
5.4.180.0030.07318.89
5.4.170.0030.05318.97
5.4.160.0130.06719.04
5.4.150.0030.06018.98
5.4.140.0030.07316.15
5.4.130.0100.07016.28
5.4.120.0070.07016.28
5.4.110.0070.07016.35
5.4.100.0130.07316.42
5.4.90.0170.04716.40
5.4.80.0000.06016.34
5.4.70.0070.05016.19
5.4.60.0100.03316.36
5.4.50.0070.07016.23
5.4.40.0130.07016.33
5.4.30.0100.07316.40
5.4.20.0100.06016.38
5.4.10.0070.06316.29
5.4.00.0130.06715.81
5.3.290.0070.07014.66
5.3.280.0100.05014.58
5.3.270.0130.03714.45
5.3.260.0100.07314.59
5.3.250.0170.06314.45
5.3.240.0070.06714.55
5.3.230.0100.07314.57
5.3.220.0000.05714.43
5.3.210.0070.07314.43
5.3.200.0070.07314.44
5.3.190.0070.07314.54
5.3.180.0070.07314.48
5.3.170.0100.06314.41
5.3.160.0070.08014.56
5.3.150.0070.08014.53
5.3.140.0000.06314.55
5.3.130.0070.07714.54
5.3.120.0100.06714.41
5.3.110.0170.06714.54
5.3.100.0130.07014.03
5.3.90.0000.05314.04
5.3.80.0070.05014.01
5.3.70.0000.04313.80
5.3.60.0070.03313.87
5.3.50.0070.07013.93
5.3.40.0070.07313.93
5.3.30.0130.06713.90
5.3.20.0100.07013.68
5.3.10.0030.07313.63
5.3.00.0030.07713.65
5.2.170.0030.06712.10
5.2.160.0030.06012.10
5.2.150.0000.06312.10
5.2.140.0130.05312.10
5.2.130.0030.05012.10
5.2.120.0070.06012.10
5.2.110.0100.05712.10
5.2.100.0000.06312.10
5.2.90.0070.06012.10
5.2.80.0030.05012.10
5.2.70.0000.06712.10
5.2.60.0030.06312.10
5.2.50.0070.06312.10
5.2.40.0030.06712.10
5.2.30.0100.05012.10
5.2.20.0030.06012.10
5.2.10.0100.05712.10
5.2.00.0030.05012.10
5.1.60.0030.05312.10
5.1.50.0030.04012.10
5.1.40.0070.02312.10
5.1.30.0030.02712.10
5.1.20.0030.03712.10
5.1.10.0100.05312.10
5.1.00.0030.05312.10
5.0.50.0030.04312.10
5.0.40.0030.04312.10
5.0.30.0000.06312.10
5.0.20.0030.04312.10
5.0.10.0130.03712.10
5.0.00.0030.06712.10
4.4.90.0000.03012.10
4.4.80.0030.03712.10
4.4.70.0000.03712.10
4.4.60.0000.03012.10
4.4.50.0030.03712.10
4.4.40.0000.04312.10
4.4.30.0000.02012.10
4.4.20.0000.03712.10
4.4.10.0100.03012.10
4.4.00.0000.05712.10
4.3.110.0030.03312.10
4.3.100.0030.03012.10
4.3.90.0100.02712.10
4.3.80.0000.05712.10
4.3.70.0030.03312.10
4.3.60.0070.03012.10
4.3.50.0070.03012.10
4.3.40.0030.04712.10
4.3.30.0000.03712.10
4.3.20.0000.03712.10
4.3.10.0000.03012.10
4.3.00.0000.03712.10

preferences:
35.03 ms | 401 KiB | 5 Q