3v4l.org

run code in 300+ PHP versions simultaneously
<?php $url = 'https://api.lkqd.com/reports'; $data = array('key1' => 'value1', 'key2' => 'value2'); $body = array( "timeDimension" => "HOURLY", // OVERALL, DAILY, HOURLY "reportType" => ["PARTNER"], // Up to 3 dimensions among OVERVIEW, PARTNER, DOMAIN, APP_NAME, SITE, SOURCE, DEAL, TAG, FORMAT, COUNTRY, CUSTOM1, CUSTOM2, CUSTOM3, OS, DEVICE, PLAYER_WIDTH_HEIGHT "reportFormat" => "JSON", // JSON, CSV "startDate" => "2015-01-08", // Required, These are in America/New_York timezone by default "endDate" => "2015-01-09", // Required, These are in America/New_York timezone by default "startHour" => 5, // Optional, only meaningful for HOURLY time dimension, must be Int (not String) "endHour" => 19, // Optional, only meaningful for HOURLY time dimension, must be Int (not String) "timezone" => "UTC", // "UTC" and "America/New_York" currently supported "sort" => array( "field" => "field_name1", // field_name1, field_name2, field_name3, ad_requests, ad_impressions, ad_fill_rate, ad_cpm, ad_revenue, ad_ctr, ad_vtr "order" => "desc" // asc, desc ), "limit" => 100, // default is unlimited "offset" => 300 // default 0 ); // use key 'http' even if you send the request to https://... $options = array( 'http' => array( 'header' => "Content-type: application/json", 'method' => 'POST', 'content' => http_build_query($body), ), ); $context = stream_context_create($options); $result = file_get_contents($url, false, $context); var_dump($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.3.60.0100.01016.75
8.3.50.0140.00716.61
8.3.40.0080.00818.67
8.3.30.0070.00718.80
8.3.20.0140.00020.16
8.3.10.0110.00323.48
8.3.00.0050.00319.67
8.2.180.0110.01118.63
8.2.170.0040.01122.96
8.2.160.0140.00720.39
8.2.150.0060.00324.18
8.2.140.0060.00324.66
8.2.130.0080.00026.16
8.2.120.0040.00417.63
8.2.110.0060.00322.02
8.2.100.0090.00317.50
8.2.90.0020.00519.17
8.2.80.0030.00517.97
8.2.70.0030.00517.46
8.2.60.0030.00517.79
8.2.50.0040.00418.07
8.2.40.0040.00419.28
8.2.30.0040.00418.20
8.2.20.0000.00717.83
8.2.10.0040.00418.14
8.2.00.0040.00418.11
8.1.280.0030.01525.92
8.1.270.0070.00720.33
8.1.260.0000.00726.35
8.1.250.0030.01228.09
8.1.240.0090.00022.54
8.1.230.0060.00617.42
8.1.220.0000.00817.74
8.1.210.0090.00018.77
8.1.200.0040.00417.35
8.1.190.0030.00617.10
8.1.180.0000.00818.10
8.1.170.0060.00318.59
8.1.160.0050.00321.98
8.1.150.0050.00218.77
8.1.140.0050.00317.46
8.1.130.0040.00417.62
8.1.120.0040.00417.39
8.1.110.0040.00417.31
8.1.100.0050.00317.33
8.1.90.0040.00417.35
8.1.80.0000.00817.46
8.1.70.0030.00317.42
8.1.60.0000.00817.62
8.1.50.0000.00817.45
8.1.40.0000.00817.40
8.1.30.0090.00017.55
8.1.20.0060.00317.45
8.1.10.0040.00417.44
8.1.00.0040.00417.48
8.0.300.0040.00418.77
8.0.290.0050.00216.75
8.0.280.0030.00318.43
8.0.270.0000.00717.16
8.0.260.0040.00423.64
8.0.250.0000.00716.91
8.0.240.0030.00317.05
8.0.230.0040.00417.05
8.0.220.0070.00017.02
8.0.210.0000.00816.91
8.0.200.0000.00616.90
8.0.190.0030.00617.11
8.0.180.0070.00017.01
8.0.170.0050.00317.03
8.0.160.0050.00217.04
8.0.150.0000.00716.89
8.0.140.0040.00416.84
8.0.130.0030.00313.44
8.0.120.0000.00816.80
8.0.110.0040.00416.95
8.0.100.0040.00416.98
8.0.90.0030.00317.10
8.0.80.0120.00416.98
8.0.70.0050.00216.96
8.0.60.0040.00416.90
8.0.50.0040.00416.80
8.0.30.0140.00317.11
8.0.20.0090.01017.40
8.0.10.0040.00417.00
8.0.00.0110.00816.72
7.4.330.0000.00515.08
7.4.320.0060.00016.36
7.4.300.0060.00016.41
7.4.290.0070.00016.57
7.4.280.0040.00416.49
7.4.270.0000.00716.44
7.4.260.0000.00716.56
7.4.250.0000.00716.57
7.4.240.0040.00316.57
7.4.230.0000.00716.23
7.4.220.0090.00916.52
7.4.210.0090.00916.52
7.4.200.0070.00016.66
7.4.160.0100.00616.46
7.4.150.0180.00617.40
7.4.140.0130.00617.86
7.4.130.0100.00816.51
7.4.120.0070.01016.41
7.4.110.0090.00916.50
7.4.100.0120.00616.53
7.4.90.0030.01416.42
7.4.80.0120.00919.39
7.4.70.0060.01116.40
7.4.60.0060.01016.49
7.4.50.0030.00516.59
7.4.40.0070.01316.49
7.4.30.0060.01316.49
7.4.00.0100.00614.85
7.3.330.0040.00413.21
7.3.320.0050.00013.08
7.3.310.0040.00416.43
7.3.300.0000.00716.32
7.3.290.0040.01216.32
7.3.280.0080.01316.39
7.3.270.0090.00917.40
7.3.260.0090.00916.37
7.3.250.0080.01216.42
7.3.240.0070.01016.36
7.3.230.0130.00416.55
7.3.210.0090.00616.42
7.3.200.0070.00916.34
7.3.190.0100.00916.27
7.3.180.0060.01016.24
7.3.170.0000.01616.27
7.3.160.0130.00316.46
7.2.330.0110.00716.37
7.2.320.0060.01316.38
7.2.310.0110.01016.28
7.2.300.0090.00916.71
7.2.290.0120.00616.63
7.2.110.0130.00716.81
7.2.80.0130.00016.68
7.2.60.0030.01016.90
7.2.00.0030.01419.42
7.1.200.0110.00015.74
7.1.100.0110.00418.38
7.1.70.0000.00817.43
7.1.60.0130.01320.03
7.1.50.0180.00717.20
7.1.00.0100.07322.65
7.0.200.0280.00414.61
7.0.60.0070.06020.39
7.0.50.0070.04718.25
7.0.40.0070.08320.48
7.0.30.0300.04320.49
7.0.20.0300.08320.56
7.0.10.0070.09320.43
7.0.00.0070.09020.45
5.6.280.0100.05721.48
5.6.210.0070.08021.18
5.6.200.0100.08018.41
5.6.190.0100.08721.06
5.6.180.3800.03721.04
5.6.170.0230.05320.97
5.6.160.0100.05720.95
5.6.150.0070.03718.52
5.6.140.0070.07718.38
5.6.130.0030.05718.65
5.6.120.0070.06021.25
5.6.110.0100.08721.32
5.6.100.0170.07321.27
5.6.90.0170.06021.41
5.6.80.0100.03720.91
5.6.70.5070.03720.92
5.5.350.0230.08020.77
5.5.340.0100.07718.46
5.5.330.0100.04020.88
5.5.320.3200.03720.58
5.5.310.0230.06720.67
5.5.300.0070.06718.43
5.5.290.0030.04318.41
5.5.280.0230.07021.15
5.5.270.0070.03721.24
5.5.260.0000.05021.09
5.5.250.0100.06021.11
5.5.240.0200.07320.69
5.4.450.0700.06019.57
5.4.440.0800.04719.80
5.4.430.0830.06019.75
5.4.420.0730.06019.63
5.4.410.0870.04719.55
5.4.400.1030.04719.38
5.4.390.0600.05319.25
5.4.380.0870.06719.44
5.4.370.0500.05719.48
5.4.360.0600.05019.44
5.4.350.0570.05719.47
5.4.340.0530.06319.44
5.4.320.0570.05719.31
5.4.310.0770.05019.36
5.4.300.0730.06019.43
5.4.290.0770.04719.30
5.4.280.1030.05019.19
5.4.270.0670.05319.33
5.4.260.0670.04719.34
5.4.250.0600.05319.31
5.4.240.0700.05319.16
5.4.230.0630.04719.48
5.4.220.0630.04719.30
5.4.210.0900.05019.36
5.4.200.0430.06019.33
5.4.190.0600.04719.34
5.4.180.0570.05719.19
5.4.170.0570.05019.15
5.4.160.0570.05019.23
5.4.150.0600.06019.17
5.4.140.0730.04716.45
5.4.130.0530.05016.47
5.4.120.0500.06016.56
5.4.110.0570.04716.54
5.4.100.0570.05016.54
5.4.90.0630.04016.59
5.4.80.0570.05316.01
5.4.70.0030.07016.20
5.4.60.0330.07316.24
5.4.50.0000.03316.19
5.4.40.0470.05016.31
5.4.30.0370.06316.37
5.4.20.0300.07016.33

preferences:
57.82 ms | 400 KiB | 5 Q