3v4l.org

run code in 300+ PHP versions simultaneously
<?php // your arbitrary vars $rating = 1; $review_total = 100; $description = 'How do I not break json'; $heading_title = 'As above...'; $thumb = 'http://.../thumb.jpg'; $json = [ '@context' => 'http://schema.org', '@type' => 'Product', 'aggregateRating' => [ [ '@type' => 'AggregateRating', 'ratingValue' => $rating, 'reviewCount' => $review_total, ] ], 'description' => $description, 'name' => $heading_title, 'image' => $thumb, 'review' => [], ]; // query reviews from db $reviews = [ [ 'author' => 'Lawrence Cherone', 'date_added' => '11/11/17 00:00:00', 'text' => 'You should instead use json_encode', 'rating' => 1 ], ]; foreach ($reviews as $review) { $json['review'][] = [ '@type' => 'Review', 'author' => $review['author'], 'datePublished' => $review['date_added'], 'description' => '', 'name' => $review['author'], 'reviewRating' => [ '@type' => 'Rating', 'bestRating' => '5', 'ratingValue' => $review['rating'], 'worstRating' => '1', ], ]; } ?> <script type="application/ld+json"> <?= json_encode($json, JSON_PRETTY_PRINT) ?> </script>

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.140.0080.01217.50
8.4.130.0120.00817.59
8.4.120.0070.00322.03
8.4.110.0060.00322.61
8.4.100.0140.00617.68
8.4.90.0130.00720.67
8.4.80.0040.00518.70
8.4.70.0100.00919.06
8.4.60.0120.00918.89
8.4.50.0110.00918.70
8.4.40.0040.01220.71
8.4.30.0080.01219.38
8.4.20.0090.00317.54
8.4.10.0030.00619.55
8.3.270.0140.00716.57
8.3.260.0120.00716.71
8.3.250.0090.01019.04
8.3.240.0050.00317.34
8.3.230.0130.00616.89
8.3.220.0130.00719.17
8.3.210.0120.00716.59
8.3.200.0050.00416.56
8.3.190.0110.00817.00
8.3.180.0100.00619.10
8.3.170.0100.00719.11
8.3.160.0090.00918.88
8.3.150.0080.00817.36
8.3.140.0030.00618.93
8.3.130.0130.00018.56
8.3.120.0070.00318.92
8.3.110.0100.00020.94
8.3.100.0050.00316.79
8.3.90.0090.00626.77
8.3.80.0060.00318.18
8.3.70.0140.00418.43
8.3.60.0120.00318.29
8.3.50.0190.00517.43
8.3.40.0090.00618.70
8.3.30.0110.00418.53
8.3.20.0090.00020.32
8.3.10.0040.00421.76
8.3.00.0040.00423.60
8.2.290.0090.00916.79
8.2.280.0130.00918.36
8.2.270.0090.00916.56
8.2.260.0060.01217.56
8.2.250.0000.00818.27
8.2.240.0030.00617.18
8.2.230.0090.00022.58
8.2.220.0040.00424.06
8.2.210.0100.00326.77
8.2.200.0030.00618.16
8.2.190.0090.00616.58
8.2.180.0110.00418.41
8.2.170.0040.01118.78
8.2.160.0070.00722.96
8.2.150.0050.00225.66
8.2.140.0070.00024.66
8.2.130.0070.00026.16
8.2.120.0000.00721.13
8.2.110.0070.01122.16
8.2.100.0060.00618.03
8.2.90.0040.00417.66
8.2.80.0030.00617.97
8.2.70.0090.00018.16
8.2.60.0050.00318.16
8.2.50.0080.00018.10
8.2.40.0040.00420.59
8.2.30.0080.00020.97
8.2.20.0040.00418.25
8.2.10.0000.00818.18
8.2.00.0000.00718.28
8.1.330.0100.00821.85
8.1.320.0110.00817.96
8.1.310.0100.00318.30
8.1.300.0030.00618.13
8.1.290.0060.00330.84
8.1.280.0070.00725.92
8.1.270.0060.00924.66
8.1.260.0070.00026.35
8.1.250.0080.00428.09
8.1.240.0030.00620.64
8.1.230.0090.00322.82
8.1.220.0030.00517.78
8.1.210.0000.00818.79
8.1.200.0030.00717.23
8.1.190.0080.00017.23
8.1.180.0030.00518.10
8.1.170.0000.00818.59
8.1.160.0000.00718.84
8.1.150.0030.00318.91
8.1.140.0000.00719.20
8.1.130.0000.00718.91
8.1.120.0000.00717.51
8.1.110.0070.00017.51
8.1.100.0040.00417.45
8.1.90.0050.00317.41
8.1.80.0030.00617.49
8.1.70.0040.00417.53
8.1.60.0000.00917.51
8.1.50.0040.00417.57
8.1.40.0030.00517.43
8.1.30.0000.00817.71
8.1.20.0060.00317.73
8.1.10.0000.00817.59
8.1.00.0040.00417.51
8.0.300.0000.00719.90
8.0.290.0040.00416.75
8.0.280.0030.00318.49
8.0.270.0070.00017.27
8.0.260.0040.00416.90
8.0.250.0070.00016.85
8.0.240.0000.00716.93
8.0.230.0040.00416.99
8.0.220.0030.00316.88
8.0.210.0000.00716.92
8.0.200.0030.00316.98
8.0.190.0000.00816.99
8.0.180.0050.00216.96
8.0.170.0060.00316.91
8.0.160.0000.00717.01
8.0.150.0030.00316.96
8.0.140.0070.00416.79
8.0.130.0030.00313.41
8.0.120.0040.00416.94
8.0.110.0040.00416.90
8.0.100.0040.00416.90
8.0.90.0000.00816.80
8.0.80.0090.00616.96
8.0.70.0000.00916.68
8.0.60.0000.00716.79
8.0.50.0040.00416.98
8.0.30.0140.00616.98
8.0.20.0210.01917.40
8.0.10.0030.00717.05
8.0.00.0080.00916.61
7.4.330.0050.00015.55
7.4.320.0040.00416.48
7.4.300.0000.00616.61
7.4.290.0060.00316.53
7.4.280.0040.00416.52
7.4.270.0030.00316.60
7.4.260.0030.00316.61
7.4.250.0060.00316.54
7.4.240.0040.00416.50
7.4.230.0040.00416.51
7.4.220.0100.00716.58
7.4.210.0100.00616.48
7.4.200.0000.00716.50
7.4.160.0070.01316.61
7.4.150.0120.00617.40
7.4.140.0120.01017.86
7.4.130.0130.00916.53
7.4.120.0110.01016.46
7.4.110.0030.01616.41
7.4.100.0120.01216.65
7.4.90.0140.00316.49
7.4.80.0150.00319.39
7.4.70.0100.01316.49
7.4.60.0140.00416.45
7.4.50.0030.01416.54
7.4.40.0030.01416.35
7.4.30.0130.00316.59
7.4.00.0080.00715.08
7.3.330.0000.00613.18
7.3.320.0000.00613.23
7.3.310.0000.00716.40
7.3.300.0040.00416.34
7.3.290.0080.00816.38
7.3.280.0070.00816.35
7.3.270.0120.00617.40
7.3.260.0050.01216.36
7.3.250.0180.01116.46
7.3.240.0110.00716.38
7.3.230.0130.00316.57
7.3.210.0120.00416.33
7.3.200.0070.01016.35
7.3.190.0100.01416.31
7.3.180.0100.00616.47
7.3.170.0090.00616.51
7.3.160.0120.00916.48
7.3.120.0100.01014.84
7.3.110.0040.01115.04
7.3.100.0000.01514.84
7.3.90.0060.00614.84
7.3.80.0060.00614.82
7.3.70.0040.01114.84
7.3.60.0000.01514.95
7.3.50.0040.00414.93
7.3.40.0100.00614.97
7.3.30.0040.01114.59
7.3.20.0070.00716.90
7.3.10.0060.01116.37
7.3.00.0100.00716.50
7.2.330.0070.01016.77
7.2.320.0090.01016.50
7.2.310.0120.00916.51
7.2.300.0100.00616.67
7.2.290.0090.00616.78
7.2.250.0080.00815.23
7.2.240.0070.01015.08
7.2.230.0040.01115.27
7.2.220.0000.00915.31
7.2.210.0060.00914.83
7.2.200.0030.00615.15
7.2.190.0040.01115.02
7.2.180.0000.01115.08
7.2.170.0030.01414.66
7.2.130.0200.00616.48
7.2.120.0150.01416.72
7.2.110.0080.01116.25
7.2.100.0160.00616.75
7.2.90.0090.01316.53
7.2.80.0120.00016.36
7.2.70.0180.00716.45
7.2.60.0080.00616.60
7.2.50.0110.00416.54
7.2.40.0090.00916.50
7.2.30.0150.00616.59
7.2.20.0150.00316.67
7.2.10.0050.01418.28
7.2.00.0100.01218.13
7.1.330.0040.01115.88
7.1.320.0000.01316.01
7.1.310.0100.00315.92
7.1.300.0070.00315.89
7.1.290.0080.00815.97
7.1.280.0060.00916.04
7.1.270.0070.00715.75
7.1.260.0120.00315.59
7.1.250.0110.01115.60
7.1.200.0060.00615.62
7.1.130.0060.00918.72
7.1.120.0120.00717.71
7.1.110.0090.01017.41
7.1.100.0120.00617.04
7.1.90.0090.00917.21
7.1.80.0120.00817.35
7.1.70.0080.01116.28
7.1.60.0150.01835.11
7.1.50.0150.02033.89
7.1.40.0190.01233.59
7.1.30.0200.01433.48
7.1.20.0210.00834.50
7.1.10.0090.00916.65
7.1.00.0050.01016.84
7.0.270.0060.00818.19
7.0.260.0010.01518.59
7.0.250.0070.01116.73
7.0.240.0100.00716.75
7.0.230.0150.00516.70
7.0.220.0090.01116.95
7.0.210.0040.01415.74
7.0.200.0420.01015.92
7.0.190.0120.00415.84
7.0.180.0070.00916.40
7.0.170.0090.00915.40
7.0.160.0040.01115.17
7.0.150.0080.00816.28
7.0.140.0030.01316.48
7.0.130.0050.01016.58
7.0.120.0070.01015.66
7.0.110.0100.00716.42
7.0.100.0100.01115.42
7.0.90.0110.00915.51
7.0.80.0090.01316.47
7.0.70.0150.01115.39
7.0.60.0100.00516.11
7.0.50.0060.00916.42
7.0.40.0130.01415.74
7.0.30.0050.00816.58
7.0.20.0030.01416.30
7.0.10.0040.01515.49
7.0.00.0070.00815.62
5.6.300.0080.07320.67
5.6.290.0200.05920.68
5.6.280.0120.05920.90
5.6.270.0130.05720.81
5.6.260.0130.06720.95
5.6.250.0110.06021.01
5.6.240.0170.07520.85
5.6.230.0120.07520.86
5.6.220.0170.05720.88
5.6.210.0120.05720.95
5.6.200.0140.06920.76
5.6.190.0100.07120.78
5.6.180.0150.06520.85
5.6.170.0160.05920.86
5.6.160.0130.06420.86
5.6.150.0080.06920.92
5.6.140.0120.06920.90
5.6.130.0080.06720.96
5.6.120.0160.06120.75
5.6.110.0080.06120.88
5.6.100.0130.06320.75
5.6.90.0170.07020.98
5.6.80.0150.05120.24
5.6.70.0160.05720.30
5.6.60.0100.06320.15
5.6.50.0110.06520.37
5.6.40.0090.05920.23
5.6.30.0230.06120.31
5.6.20.0230.04920.15
5.6.10.0120.05720.21
5.6.00.0230.05320.28
5.5.380.0230.06417.48
5.5.370.0190.07117.55
5.5.360.0230.06217.40
5.5.350.0160.04817.38
5.5.340.0230.06117.99
5.5.330.0100.06117.78
5.5.320.0140.07117.98
5.5.310.0160.06018.00
5.5.300.0100.05618.05
5.5.290.0170.06417.77
5.5.280.0070.07418.05
5.5.270.0060.06217.92
5.5.260.0030.07617.79
5.5.250.0130.05217.78
5.5.240.0030.06017.18
5.5.230.0190.04717.35
5.5.220.0100.06517.46
5.5.210.0100.05017.33
5.5.200.0060.06117.41
5.5.190.0130.06917.26
5.5.180.0070.05417.09
5.5.160.0030.05717.24
5.5.150.0060.06117.32
5.5.140.0100.05117.25
5.5.130.0000.05917.31
5.5.120.0130.04617.31
5.5.110.0030.06617.25
5.5.100.0070.05617.21
5.5.90.0060.05417.22
5.5.80.0100.05117.04
5.5.70.0100.05317.04
5.5.60.0140.04517.14
5.5.50.0070.05917.02
5.5.40.0120.04717.21
5.5.30.0130.04617.20
5.5.20.0130.05017.22
5.5.10.0160.04617.12
5.5.00.0100.05217.20
5.4.450.0060.06319.41
5.4.440.0030.08319.31
5.4.430.0130.05119.33
5.4.420.0130.07119.27
5.4.410.0070.05719.20
5.4.400.0100.05618.99
5.4.390.0090.05618.96
5.4.380.0070.05418.96
5.4.370.0230.05319.01
5.4.360.0160.04718.80
5.4.350.0090.05318.95
5.4.340.0130.05118.77
5.4.320.0150.05119.17
5.4.310.0100.06218.95
5.4.300.0100.05418.79
5.4.290.0200.05718.97
5.4.280.0030.05918.96
5.4.270.0100.05118.99
5.4.260.0130.04918.96
5.4.250.0160.04718.87
5.4.240.0190.06418.79
5.4.230.0140.04818.94
5.4.220.0070.06119.07
5.4.210.0240.04018.78
5.4.200.0070.05518.88
5.4.190.0060.05419.07
5.4.180.0120.05618.76
5.4.170.0130.05419.04
5.4.160.0130.04618.87
5.4.150.0140.05118.97
5.4.140.0150.04316.41
5.4.130.0090.04716.38
5.4.120.0030.05516.25
5.4.110.0060.05916.35
5.4.100.0140.05516.30
5.4.90.0140.04516.56
5.4.80.0130.06116.50
5.4.70.0100.06616.50
5.4.60.0140.04716.53
5.4.50.0190.06116.60
5.4.40.0120.06416.55
5.4.30.0070.04916.27
5.4.20.0030.05516.60
5.4.10.0100.04916.49
5.4.00.0050.05416.08
5.3.290.0100.05414.60
5.3.280.0130.04714.73
5.3.270.0030.05714.70
5.3.260.0070.05314.60
5.3.250.0100.04814.76
5.3.240.0120.04714.59
5.3.230.0130.04614.68
5.3.220.0130.04614.72
5.3.210.0190.04514.55
5.3.200.0100.05014.66
5.3.190.0160.05614.50
5.3.180.0120.05014.71
5.3.170.0070.05514.55
5.3.160.0290.05414.55
5.3.150.0150.06014.55
5.3.140.0070.05214.54
5.3.130.0130.05014.70
5.3.120.0130.04814.47
5.3.110.0130.07214.70
5.3.100.0070.06013.85
5.3.90.0200.04014.16
5.3.80.0160.04314.14
5.3.70.0030.05414.10
5.3.60.0130.04314.09
5.3.50.0100.04813.76
5.3.40.0070.05014.02
5.3.30.0100.04814.02
5.3.20.0130.04713.73
5.3.10.0070.04813.80
5.3.00.0100.04613.75
5.2.170.0070.04011.26
5.2.160.0100.03611.37
5.2.150.0060.04211.36
5.2.140.0070.04311.13
5.2.130.0070.04010.92
5.2.120.0090.03711.32
5.2.110.0100.03611.30
5.2.100.0000.04511.15
5.2.90.0070.03711.15
5.2.80.0130.03411.29
5.2.70.0030.04811.32
5.2.60.0060.04411.27
5.2.50.0070.05311.25
5.2.40.0130.03510.99
5.2.30.0100.03811.18
5.2.20.0130.04511.10
5.2.10.0110.04010.82
5.2.00.0040.04610.77
5.1.60.0050.04410.17
5.1.50.0030.03810.30
5.1.40.0090.0339.95
5.1.30.0090.03210.47
5.1.20.0090.04810.23
5.1.10.0130.02810.01
5.1.00.0070.03610.22
5.0.50.0030.0299.23
5.0.40.0040.0289.23
5.0.30.0030.0449.23
5.0.20.0030.0279.23
5.0.10.0100.0269.23
5.0.00.0000.0459.23
4.4.90.0030.0249.23
4.4.80.0070.0179.23
4.4.70.0060.0199.23
4.4.60.0030.0279.23
4.4.50.0040.0219.23
4.4.40.0010.0379.23
4.4.30.0000.0259.23
4.4.20.0030.0239.23
4.4.10.0000.0259.23
4.4.00.0000.0379.23
4.3.110.0060.0199.23
4.3.100.0000.0259.23
4.3.90.0000.0249.23
4.3.80.0070.0309.23
4.3.70.0030.0219.23
4.3.60.0000.0249.23
4.3.50.0000.0259.23
4.3.40.0030.0349.23
4.3.30.0070.0179.23
4.3.20.0100.0209.23
4.3.10.0000.0269.23
4.3.00.0030.0219.23

preferences:
159.25 ms | 403 KiB | 5 Q