3v4l.org

run code in 300+ PHP versions simultaneously
<?php $partner_array = array( 'PartnerId' => '6729', ); $partner = (object) $partner_array; $buyer_array = array( 'Email' => 'escrow.buyer@hotmail.com', 'Initiator' => 'false', 'CompanyChk' => 'false', 'AutoAgree' => 'false', 'AgreementChecked' => 'false', ); $buyer = (object) $buyer_array; $seller_array = array( 'Email' => 'escrow.seller@hotmail.com', 'Initiator' => 'false', 'CompanyChk' => 'false', 'AutoAgree' => 'false', 'AgreementChecked' => 'false', ); $seller = (object) $seller_array; $broker_array = array( 'Email' => 'escrow.broker@hotmail.com', 'Initiator' => 'true', 'CompanyChk' => 'true', 'AutoAgree' => 'true', 'AgreementChecked' => 'true', ); $broker = (object) $broker_array; // This array contains objects, which container the inner array $line_items_container_array = array(); // Holds data about the line item $line_items_inner_array = array( 'ItemName' => 'Line item 1', 'Description' => 'REST Service test line item', 'Quantity' => '1', 'Price' => '2500', 'Accept' => 'true', 'SellComm' => '100', 'BuyComm' => '50', ); $line_items = (object) $line_items_inner_array; $line_items_container_array[] = $line_items; $json_array = array( 'Title' => 'JSON GM Broker Transaction (REST Service)', 'Description' => 'JSON GM Broker Transaction (REST Service)', 'TransactionType' => '1', 'EscrowPayment' => '0', 'ShipmentFee' => '25', 'ShipmentPayment' => '0', 'InspectionLength' => '6', 'Currency' => 'USD', 'Fulfillment' => '1', 'Disclosure' => '1', 'BrokerCommissionPayee' => 'Buyer', 'BrkCommissionBuyerPortion' => '18.1', 'BrkCommissionSellerPortion' => '19.1', 'CommissionType' => '1', 'InitiationDate' => '2014-04-15', 'TransactionLocked' => 'true', 'PartnerTransID' => '12345', 'TermsLocked' => 'true', 'AllowReject' => 'true', 'Partner' => $partner, 'Buyer' => $buyer, 'Seller' => $seller, 'Broker' => $broker, 'LineItems' => $line_items_container_array, ); $json = json_encode($json_array); print_r($json);

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.0040.01118.31
8.3.50.0140.00522.05
8.3.40.0140.00718.79
8.3.30.0140.00019.07
8.3.20.0030.00520.34
8.3.10.0000.00723.57
8.3.00.0000.00818.98
8.2.180.0100.00618.42
8.2.170.0130.00322.96
8.2.160.0070.00722.13
8.2.150.0030.00524.18
8.2.140.0040.00424.66
8.2.130.0040.00426.16
8.2.120.0050.00319.56
8.2.110.0030.00620.49
8.2.100.0040.00717.91
8.2.90.0040.00417.75
8.2.80.0040.00418.04
8.2.70.0030.00617.68
8.2.60.0040.00417.96
8.2.50.0040.00418.10
8.2.40.0040.00420.34
8.2.30.0000.00719.34
8.2.20.0070.00017.57
8.2.10.0050.00318.13
8.2.00.0030.00617.61
8.1.280.0170.00325.92
8.1.270.0000.00818.66
8.1.260.0020.00526.35
8.1.250.0080.00028.09
8.1.240.0090.00021.03
8.1.230.0070.00419.11
8.1.220.0000.00817.74
8.1.210.0000.00918.77
8.1.200.0030.00617.36
8.1.190.0000.00817.23
8.1.180.0000.01018.10
8.1.170.0030.00518.43
8.1.160.0030.00618.99
8.1.150.0080.00018.80
8.1.140.0000.00817.39
8.1.130.0030.00617.75
8.1.120.0000.00817.48
8.1.110.0080.00017.41
8.1.100.0000.00817.40
8.1.90.0000.00817.39
8.1.80.0000.00817.41
8.1.70.0000.00717.34
8.1.60.0030.00617.55
8.1.50.0060.00317.54
8.1.40.0000.00717.41
8.1.30.0030.00617.57
8.1.20.0050.00217.50
8.1.10.0030.00517.41
8.1.00.0020.00517.29
8.0.300.0000.00719.64
8.0.290.0060.00316.63
8.0.280.0000.00718.39
8.0.270.0000.00717.25
8.0.260.0070.00017.09
8.0.250.0000.00716.91
8.0.240.0070.00016.90
8.0.230.0000.00716.91
8.0.220.0000.00716.83
8.0.210.0040.00416.73
8.0.200.0040.00416.89
8.0.190.0050.00616.86
8.0.180.0030.00516.89
8.0.170.0040.00416.73
8.0.160.0030.00316.85
8.0.150.0080.00316.83
8.0.140.0000.00816.80
8.0.130.0000.00513.31
8.0.120.0000.00816.82
8.0.110.0030.00516.83
8.0.100.0000.00816.62
8.0.90.0000.00716.79
8.0.80.0110.00616.76
8.0.70.0000.00716.71
8.0.60.0040.00416.88
8.0.50.0000.00816.71
8.0.30.0150.00716.98
8.0.20.0130.00817.40
8.0.10.0000.00816.83
8.0.00.0080.01016.83
7.4.330.0050.00015.14
7.4.320.0060.00016.54
7.4.300.0030.00316.55
7.4.290.0040.00416.61
7.4.280.0080.00016.46
7.4.270.0000.00716.59
7.4.260.0060.00316.61
7.4.250.0070.00016.56
7.4.240.0000.00816.52
7.4.230.0000.00716.62
7.4.220.0120.00616.54
7.4.210.0120.00916.67
7.4.200.0070.00016.51
7.4.160.0070.00716.51
7.4.150.0120.00617.40
7.4.140.0080.01317.86
7.4.130.0090.01116.49
7.4.120.0100.00916.45
7.4.110.0120.00616.61
7.4.100.0070.01016.50
7.4.90.0140.00316.29
7.4.80.0070.01319.39
7.4.70.0090.00916.51
7.4.60.0100.00716.52
7.4.50.0000.00616.41
7.4.40.0140.00916.56
7.4.30.0090.00616.32
7.4.00.0000.01714.77
7.3.330.0060.00013.14
7.3.320.0000.00513.26
7.3.310.0070.00016.43
7.3.300.0040.00416.36
7.3.290.0090.00516.31
7.3.280.0100.01016.34
7.3.270.0120.00417.40
7.3.260.0100.00716.46
7.3.250.0050.01216.42
7.3.240.0120.00616.27
7.3.230.0040.01416.39
7.3.210.0100.00716.37
7.3.200.0110.00719.39
7.3.190.0030.01316.57
7.3.180.0100.00616.38
7.3.170.0130.00616.27
7.3.160.0090.00616.38
7.3.10.0110.00516.68
7.3.00.0120.00216.35
7.2.330.0030.01416.56
7.2.320.0070.01016.77
7.2.310.0100.00716.61
7.2.300.0090.00916.68
7.2.290.0080.01316.69
7.2.130.0040.01216.68
7.2.120.0040.01016.82
7.2.110.0080.00616.92
7.2.100.0090.00516.80
7.2.90.0130.00716.80
7.2.80.0090.01316.68
7.2.70.0120.00916.79
7.2.60.0080.00616.88
7.2.50.0120.00716.53
7.2.40.0060.01116.59
7.2.30.0100.00816.52
7.2.20.0060.00816.85
7.2.10.0080.00616.52
7.2.00.0100.00717.69
7.1.250.0120.00415.70
7.1.200.0000.00715.85
7.1.100.0000.01318.30
7.1.70.0040.01117.33
7.1.60.0070.01419.22
7.1.50.0220.01034.86
7.1.00.0000.07722.31
7.0.200.0040.00416.73
7.0.140.0030.03721.90
7.0.90.0470.08019.98
7.0.80.0570.06319.97
7.0.70.0470.04320.07
7.0.60.0570.07019.94
7.0.50.0400.05020.39
7.0.40.0130.07720.19
7.0.30.0030.07320.14
7.0.20.0000.09020.04
7.0.10.0000.09020.12
7.0.00.0070.08020.11
5.6.280.0130.06321.09
5.6.230.0030.06720.64
5.6.220.0100.08020.74
5.6.210.0100.07720.75
5.6.200.0000.08721.03
5.6.190.0030.05321.09
5.6.180.0100.07721.12
5.6.170.0070.08321.14
5.6.160.0170.06721.02
5.6.150.0170.07721.11
5.6.140.0100.08321.01
5.6.130.0070.09020.95
5.6.120.0030.07721.06
5.6.110.0070.04720.98
5.6.100.0070.07721.01
5.6.90.0070.09020.99
5.6.80.0070.08320.43
5.6.70.0030.04020.40
5.6.60.0070.08020.42
5.6.50.0070.08720.40
5.6.40.0070.06720.38
5.6.30.0070.07020.30
5.6.20.0070.05720.41
5.6.10.0100.07020.37
5.6.00.0100.06720.41
5.5.370.0070.07320.36
5.5.360.0070.04320.36
5.5.350.0030.07320.38
5.5.340.0200.07020.84
5.5.330.0170.08020.87
5.5.320.0070.08320.84
5.5.310.0070.08320.81
5.5.300.0200.07320.74
5.5.290.0030.09320.80
5.5.280.0030.06320.77
5.5.270.0070.08020.83
5.5.260.0030.07320.93
5.5.250.0130.07320.71
5.5.240.0070.08320.15
5.5.230.0030.04720.31
5.5.220.0130.05720.32
5.5.210.0170.07720.12
5.5.200.0100.07720.29
5.5.190.0100.04320.20
5.5.180.0000.04720.24
5.5.160.0100.07720.28
5.5.150.0100.07320.09
5.5.140.0030.08720.25
5.5.130.0030.07320.00
5.5.120.0100.03320.11
5.5.110.0070.07720.21
5.5.100.0070.05320.09
5.5.90.0100.03720.14
5.5.80.0130.07720.13
5.5.70.0070.07020.07
5.5.60.0030.08020.10
5.5.50.0030.05019.95
5.5.40.0100.07020.15
5.5.30.0030.05720.11
5.5.20.0100.07019.95
5.5.10.0100.07319.99
5.5.00.0030.06320.05
5.4.450.0130.08019.11
5.4.440.0070.07719.45
5.4.430.0170.06719.44
5.4.420.0030.05019.35
5.4.410.0030.05719.31
5.4.400.0070.04718.83
5.4.390.0000.04318.78
5.4.380.0100.06718.90
5.4.370.0030.06019.15
5.4.360.0030.06719.07
5.4.350.0070.04318.96
5.4.340.0030.04019.13
5.4.320.0100.07719.13
5.4.310.0130.06719.09
5.4.300.0070.07319.06
5.4.290.0130.07018.81
5.4.280.0130.07018.96
5.4.270.0070.04718.89
5.4.260.0070.05719.09
5.4.250.0100.03719.09
5.4.240.0170.04719.05
5.4.230.0070.07019.22
5.4.220.0100.07318.96
5.4.210.0030.06019.14
5.4.200.0000.08019.11
5.4.190.0130.04718.98
5.4.180.0070.06719.11
5.4.170.0070.07718.96
5.4.160.0170.06719.10
5.4.150.0170.06718.88
5.4.140.0070.07316.24
5.4.130.0070.07316.23
5.4.120.0030.06016.27
5.4.110.0100.05716.17
5.4.100.0070.07716.43
5.4.90.0100.06716.44
5.4.80.0070.06316.41
5.4.70.0100.06716.20
5.4.60.0070.06016.41
5.4.50.0100.07016.19
5.4.40.0030.05716.36
5.4.30.0030.05016.27
5.4.20.0030.05316.27
5.4.10.0030.07316.19
5.4.00.0070.07015.74
5.3.290.0000.06014.65
5.3.280.0000.08714.55
5.3.270.0130.06714.54
5.3.260.0070.08014.61
5.3.250.0070.07314.63
5.3.240.0070.06314.57
5.3.230.0070.08014.63
5.3.220.0000.07714.58
5.3.210.0030.04714.54
5.3.200.0000.04714.43
5.3.190.0030.04314.46
5.3.180.0100.07714.56
5.3.170.0100.04014.45
5.3.160.0130.06714.50
5.3.150.0030.07014.45
5.3.140.0070.06014.57
5.3.130.0070.06014.43
5.3.120.0030.03714.41
5.3.110.0070.08014.48
5.3.100.0030.07714.00
5.3.90.0070.07013.86
5.3.80.0070.06314.03
5.3.70.0030.07013.90
5.3.60.0030.07014.00
5.3.50.0030.06013.96
5.3.40.0100.07313.96
5.3.30.0070.05713.84
5.3.20.0100.06713.67
5.3.10.0070.06313.61
5.3.00.0070.06713.62
5.2.170.0070.04010.99
5.2.160.0030.05011.12
5.2.150.0030.06311.13
5.2.140.0100.05711.16
5.2.130.0030.04311.11
5.2.120.0000.03711.20
5.2.110.0070.06311.20
5.2.100.0000.04310.93
5.2.90.0130.05011.20
5.2.80.0000.06011.11
5.2.70.0070.06311.11
5.2.60.0030.06711.00
5.2.50.0030.04710.91
5.2.40.0000.04011.09
5.2.30.0070.06011.00
5.2.20.0070.06010.97
5.2.10.0100.03010.91
5.2.00.0030.06010.79
5.1.60.0030.0539.85
5.1.50.0130.04710.08
5.1.40.0030.05710.06
5.1.30.0030.05710.28
5.1.20.0030.03710.29
5.1.10.0000.05710.10
5.1.00.0070.05310.12
5.0.50.0030.0408.65
5.0.40.0030.0208.46
5.0.30.0000.0338.23
5.0.20.0030.0438.32
5.0.10.0030.0338.28
5.0.00.0030.0408.27
4.4.90.0000.0407.07
4.4.80.0000.0277.07
4.4.70.0000.0337.07
4.4.60.0070.0307.07
4.4.50.0000.0307.07
4.4.40.0030.0577.07
4.4.30.0000.0377.07
4.4.20.0070.0337.07
4.4.10.0000.0407.07
4.4.00.0000.0437.07
4.3.110.0030.0137.07
4.3.100.0000.0237.07
4.3.90.0030.0137.07
4.3.80.0000.0237.07
4.3.70.0000.0177.07
4.3.60.0000.0237.07
4.3.50.0000.0277.07
4.3.40.0070.0177.07
4.3.30.0030.0137.07
4.3.20.0000.0177.07
4.3.10.0000.0237.07
4.3.00.0070.0277.07

preferences:
50.42 ms | 401 KiB | 5 Q