3v4l.org

run code in 300+ PHP versions simultaneously
<?php $client = \Eway\Rapid::createClient($apiKey, $apiPassword, $apiEndpoint); $transaction = [ 'Customer' => [ 'Reference' => 'A12345', 'Title' => 'Mr.', 'FirstName' => 'John', 'LastName' => 'Smith', 'CompanyName' => 'Demo Shop 123', 'JobDescription' => 'Developer', 'Street1' => 'Level 5', 'Street2' => '369 Queen Street', 'City' => 'Sydney', 'State' => 'NSW', 'PostalCode' => '2000', 'Country' => 'au', 'Phone' => '09 889 0986', 'Mobile' => '09 889 6542', 'Email' => 'demo@example.org', "Url" => "http://www.ewaypayments.com", 'CardDetails' => [ 'Name' => 'John Smith', 'Number' => '4444333322221111', 'ExpiryMonth' => '12', 'ExpiryYear' => '25', 'CVN' => '123', ] ], 'ShippingAddress' => [ 'ShippingMethod' => \Eway\Rapid\Enum\ShippingMethod::NEXT_DAY, 'FirstName' => 'John', 'LastName' => 'Smith', 'Street1' => 'Level 5', 'Street2' => '369 Queen Street', 'City' => 'Sydney', 'State' => 'NSW', 'Country' => 'au', 'PostalCode' => '2000', 'Phone' => '09 889 0986', ], 'Items' => [ [ 'SKU' => '12345678901234567890', 'Description' => 'Item Description 1', 'Quantity' => 1, 'UnitCost' => 400, 'Tax' => 100, // Total is calculated automatically ], [ 'SKU' => '123456789012', 'Description' => 'Item Description 2', 'Quantity' => 1, 'UnitCost' => 400, 'Tax' => 100, ], ], 'Options' => [ [ 'Value' => 'Option1', ], [ 'Value' => 'Option2', ], ], 'Payment' => [ 'TotalAmount' => 1000, 'InvoiceNumber' => 'Inv 21540', 'InvoiceDescription' => 'Individual Invoice Description', 'InvoiceReference' => '513456', 'CurrencyCode' => 'AUD', ], 'DeviceID' => 'D1234', 'CustomerIP' => '127.0.0.1', 'PartnerID' => 'ID', 'TransactionType' => \Eway\Rapid\Enum\TransactionType::PURCHASE, 'Capture' => true, ]; $response = $client->createTransaction(\Eway\Rapid\Enum\ApiMethod::DIRECT, $transaction);

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.0110.00716.61
8.3.50.0060.01018.04
8.3.40.0120.00318.79
8.3.30.0150.00018.85
8.3.20.0070.00020.20
8.3.10.0040.00423.68
8.3.00.0060.00319.38
8.2.180.0160.00616.88
8.2.170.0140.00322.96
8.2.160.0140.00020.41
8.2.150.0080.00024.18
8.2.140.0040.00424.66
8.2.130.0040.00420.46
8.2.120.0000.00726.35
8.2.110.0090.00021.07
8.2.100.0040.00717.93
8.2.90.0080.00019.13
8.2.80.0040.00417.97
8.2.70.0080.00017.63
8.2.60.0040.00417.78
8.2.50.0000.00918.07
8.2.40.0040.00420.95
8.2.30.0070.00020.66
8.2.20.0000.01017.60
8.2.10.0000.00818.00
8.2.00.0070.00018.06
8.1.280.0140.00325.92
8.1.270.0080.00023.88
8.1.260.0050.00328.09
8.1.250.0070.00028.09
8.1.240.0030.00623.92
8.1.230.0110.00017.77
8.1.220.0080.00017.74
8.1.210.0000.00718.77
8.1.200.0060.00317.35
8.1.190.0000.00817.51
8.1.180.0090.00018.10
8.1.170.0040.00418.46
8.1.160.0060.00321.96
8.1.150.0000.00718.83
8.1.140.0030.00519.39
8.1.130.0030.00317.59
8.1.120.0040.00417.39
8.1.110.0070.00017.27
8.1.100.0070.00417.23
8.1.90.0000.00717.25
8.1.80.0000.00817.24
8.1.70.0030.00517.29
8.1.60.0030.00617.36
8.1.50.0000.00817.46
8.1.40.0100.00317.52
8.1.30.0030.00617.63
8.1.20.0000.00817.59
8.1.10.0080.00017.49
8.1.00.0000.00717.48
8.0.300.0040.00418.77
8.0.290.0070.00016.75
8.0.280.0000.00718.32
8.0.270.0000.00717.25
8.0.260.0000.00717.12
8.0.250.0000.00716.86
8.0.240.0070.00016.95
8.0.230.0000.00717.00
8.0.220.0000.00816.75
8.0.210.0040.00416.87
8.0.200.0040.00416.93
8.0.190.0030.00616.84
8.0.180.0000.00816.99
8.0.170.0050.00316.83
8.0.160.0070.00016.88
8.0.150.0090.00016.84
8.0.140.0070.00316.86
8.0.130.0060.00013.27
8.0.120.0090.00016.81
8.0.110.0040.00416.92
8.0.100.0040.00316.96
8.0.90.0040.00416.78
8.0.80.0060.00916.81
8.0.70.0080.00016.75
8.0.60.0050.00316.80
8.0.50.0040.00416.86
8.0.30.0080.01217.00
8.0.20.0110.00917.40
8.0.10.0040.00416.80
8.0.00.0120.00716.60
7.4.330.0000.00516.83
7.4.320.0070.00016.39
7.4.300.0000.00716.56
7.4.290.0030.00316.56
7.4.280.0040.00416.44
7.4.270.0000.00716.59
7.4.260.0050.00316.34
7.4.250.0000.00716.47
7.4.240.0020.00616.48
7.4.230.0070.00016.45
7.4.220.0060.01216.50
7.4.210.0120.00916.48
7.4.200.0000.00716.63
7.4.160.0080.00816.46
7.4.150.0090.00917.40
7.4.140.0100.01217.86
7.4.130.0090.00716.48
7.4.120.0100.00716.53
7.4.110.0150.00916.57
7.4.100.0040.01216.44
7.4.90.0130.00316.35
7.4.80.0110.00719.39
7.4.70.0070.01416.40
7.4.60.0060.00916.57
7.4.50.0030.00916.59
7.4.40.0080.01316.66
7.4.30.0080.00816.55
7.4.00.0110.00714.95
7.3.330.0040.00413.03
7.3.320.0080.00013.12
7.3.310.0030.00316.09
7.3.300.0070.00016.23
7.3.290.0030.01316.27
7.3.280.0070.01216.30
7.3.270.0100.00717.40
7.3.260.0080.00816.22
7.3.250.0080.00916.41
7.3.240.0070.01016.23
7.3.230.0070.01116.39
7.3.210.0100.00616.39
7.3.200.0400.01516.38
7.3.190.0110.00416.33
7.3.180.0110.01116.71
7.3.170.0040.01216.51
7.3.160.0070.01016.34
7.3.00.0090.00916.59
7.2.330.0000.01816.70
7.2.320.0200.00016.52
7.2.310.0060.01216.34
7.2.300.0120.00616.60
7.2.290.0060.01216.51
7.2.130.0140.00316.66
7.2.120.0030.01416.75
7.2.110.0140.00316.80
7.2.100.0120.00316.77
7.2.90.0140.00416.75
7.2.80.0070.01116.85
7.2.70.0100.01016.75
7.2.60.0110.00416.68
7.2.50.0040.01116.73
7.2.40.0070.01016.67
7.2.30.0120.00616.74
7.2.20.0090.00616.83
7.2.10.0000.01516.86
7.2.00.0040.01117.92
7.1.250.0110.00815.41
7.1.240.0100.00715.61
7.1.230.0110.00415.68
7.1.220.0130.00315.38
7.1.210.0130.00315.37
7.1.200.0070.00615.56
7.1.190.0160.00015.26
7.1.180.0070.00415.64
7.1.170.0060.00615.29
7.1.160.0000.01015.55
7.1.150.0030.00915.59
7.1.140.0100.00715.58
7.1.130.0100.00715.72
7.1.120.0070.00715.27
7.1.110.0090.00615.57
7.1.100.0030.01116.57
7.1.90.0110.00415.44
7.1.80.0060.01015.38
7.1.70.0060.00316.30
7.1.60.0100.00717.44
7.1.50.0070.00715.93
7.1.40.0090.00615.70
7.1.30.0060.01015.44
7.1.20.0060.01215.53
7.1.10.0070.00715.50
7.1.00.0100.03718.96
7.0.330.0110.00315.13
7.0.320.0110.00415.37
7.0.310.0090.00915.38
7.0.300.0080.00814.97
7.0.290.0140.00315.27
7.0.280.0130.00315.14
7.0.270.0120.00615.10
7.0.260.0070.00715.14
7.0.250.0120.00615.28
7.0.240.0110.00415.15
7.0.230.0090.00615.03
7.0.220.0080.00815.26
7.0.210.0090.00914.96
7.0.200.0050.00716.05
7.0.190.0060.00615.17
7.0.180.0070.00715.18
7.0.170.0070.01015.08
7.0.160.0070.01015.29
7.0.150.0140.00315.23
7.0.140.0070.01115.07
7.0.130.0120.00315.02
7.0.120.0090.00615.16
7.0.110.0060.01315.08
7.0.100.0090.00415.13
7.0.90.0060.00615.15
7.0.80.0130.00614.89
7.0.70.0150.00015.36
7.0.60.0110.04317.60
7.0.50.0120.04016.43
7.0.40.0020.03116.56
7.0.30.0150.03716.58
7.0.20.0200.04116.66
7.0.10.0050.04316.58
7.0.00.0020.03616.63
5.6.380.0060.00314.36
5.6.370.0060.00614.06
5.6.360.0040.00814.07
5.6.350.0090.00614.29
5.6.340.0040.00713.80
5.6.330.0060.00614.21
5.6.320.0070.00413.93
5.6.310.0080.00814.01
5.6.300.0070.00713.73
5.6.290.0100.00013.93
5.6.280.0050.02017.71
5.6.270.0070.00713.93
5.6.260.0040.00713.98
5.6.250.0070.00713.77
5.6.240.0060.00813.96
5.6.230.0030.00914.07
5.6.220.0070.00314.07
5.6.210.0100.03517.46
5.6.200.0070.03616.08
5.6.190.0020.02917.20
5.6.180.0250.04617.22
5.6.170.0150.03317.12
5.6.160.0060.02517.21
5.6.150.0090.03316.21
5.6.140.0060.04116.22
5.6.130.0020.02516.03
5.6.120.0030.04817.47
5.6.110.0100.04117.50
5.6.100.0090.02217.54
5.6.90.0070.03017.49
5.6.80.0080.02317.05
5.6.70.0120.00413.89
5.6.60.0000.01014.29
5.6.50.0090.00013.84
5.6.40.0060.00613.89
5.6.30.0040.00413.97
5.6.20.0140.00313.75
5.6.10.0030.00914.00
5.6.00.0000.00914.07
5.5.380.0120.00010.59
5.5.370.0030.01010.74
5.5.360.0070.00411.00
5.5.350.0100.04615.70
5.5.340.0040.02214.46
5.5.330.0080.04315.44
5.5.320.0050.02815.39
5.5.310.0200.03715.41
5.5.300.0030.03814.17
5.5.290.0030.02814.30
5.5.280.0050.02315.67
5.5.270.0050.03215.83
5.5.260.0080.04015.57
5.5.250.0020.04115.48
5.5.240.0150.03815.42
5.5.230.0030.00710.49
5.5.220.0030.00910.83
5.5.210.0000.00710.36
5.5.200.0070.00010.44
5.5.190.0060.00610.70
5.5.180.0000.00910.75
5.5.170.0030.00610.68
5.5.160.0050.00310.85
5.5.150.0030.00310.59
5.5.140.0040.00410.61
5.5.130.0070.00310.53
5.5.120.0030.00710.48
5.5.110.0000.00510.70
5.5.100.0060.00310.77
5.5.90.0060.00610.66
5.5.80.0000.00710.82
5.5.70.0000.00710.78
5.5.60.0030.00610.56
5.5.50.0070.00010.59
5.5.40.0000.00610.77
5.5.30.0000.01110.59
5.5.20.0030.00310.69
5.5.10.0030.00610.41
5.5.00.0030.00610.66

preferences:
41.07 ms | 401 KiB | 5 Q